workspaces-images/ci-scripts
2024-01-11 11:39:34 +00:00
..
app-layer.sh Resolve KASM-5341 "Feature/ app layers jammy" 2024-01-09 23:18:31 +00:00
build.sh Resolve KASM-5044 "Feature/ templated pipelines" 2023-09-25 10:35:54 +00:00
gitlab-ci.template Resolve KASM-5341 "Feature/ app layers jammy" 2024-01-09 23:18:31 +00:00
manifest.sh Resolve KASM-5044 "Feature/ templated pipelines" 2023-09-25 10:35:54 +00:00
readme.sh Resolve KASM-5044 "Feature/ templated pipelines" 2023-09-25 10:35:54 +00:00
template-gitlab.py Resolve KASM-5044 "Feature/ templated pipelines" 2023-09-25 10:35:54 +00:00
template-vars.yaml KASM-5403 KASM-5399 fix chromium bug that will not launch if singleton locks... 2024-01-11 11:39:34 +00:00
test.sh KASM-5403 KASM-5399 fix chromium bug that will not launch if singleton locks... 2024-01-11 11:39:34 +00:00

#! /bin/bash

## Parse input ##
NAME=$1

## 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}/${NAME}" \
  kasmweb/dockerhub-updater:develop