workspaces-images/ci-scripts
2026-05-26 16:06:38 -05:00
..
app-layer.sh Resolve KASM-6955 "Feature/ mirror to quay github" 2025-03-27 17:43:27 +00:00
build.sh QA-352 image maintenance for 1.18 2026-05-26 16:06:38 -05:00
gitlab-ci.template QA-324 fixes pipeline libraries 2026-04-20 13:07:26 -05:00
manifest.sh QA-305 manifesting single arch image for 1.18.1 2026-03-10 16:14:12 -05:00
quay_readme.sh Resolve KASM-6955 "Feature/ mirror to quay github" 2025-03-27 17:43:27 +00:00
readme.sh Resolve KASM-5044 "Feature/ templated pipelines" 2023-09-25 10:35:54 +00:00
template-gitlab.py Resolve KASM-5423 "Feature/ named schedules" 2024-02-06 20:34:25 +00:00
template-vars.yaml QA-352 image maintenance for 1.18.0 2026-05-26 09:48:57 -05:00
test.sh Fix branches that were committed. 2025-09-08 13:32:37 -04:00
weekly-manifest.sh QA-199 removing arch for weekly manifest 2025-10-13 15:24:09 -05: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