workspaces-core-images/ci-scripts
2023-06-26 21:33:35 -04:00
..
build.sh KASM-3718 refgactor build logic to gate images with a cache repo and use new webcam tester 2023-06-26 20:54:35 -04:00
manifest.sh KASM-3718 refgactor build logic to gate images with a cache repo and use new webcam tester 2023-06-26 20:54:35 -04:00
readme.sh KASM-3718 refgactor build logic to gate images with a cache repo and use new webcam tester 2023-06-26 20:54:35 -04:00
test.sh KASM-3718 fix suse mistag, install deps early in testing 2023-06-26 21:33:35 -04:00

#! /bin/bash

## Parse input ##
NAME1=$(echo $1| awk -F'|' '{print $1}')
NAME2=$(echo $1| awk -F'|' '{print $2}')

# Run readme updater
docker run -v $PWD/docs:/docs \
  -e RELEASE="$KASM_RELEASE" \
  -e DOCKER_USERNAME="$README_USERNAME" \
  -e DOCKER_PASSWORD="$README_PASSWORD" \
  -e DOCKERHUB_REPOSITORY="${ORG_NAME}/core-${NAME1}-${NAME2}" \
  kasmweb/dockerhub-updater:develop