kasm-workspaces-core-images/ci-scripts
2026-04-19 18:57:53 -05:00
..
build.sh Resolve KASM-5044 "Feature/ templated pipelines" 2023-09-25 09:41:12 +00:00
download-trivy QA-272 cache trivy in S3 2026-03-25 10:23:01 -04:00
gitlab-ci.template KASM-7900 updated OS 2026-04-19 18:57:53 -05:00
junit.tpl KASM-5269 update trivvy junit template, upgrade packages on base images 2023-11-22 14:07:43 +00:00
manifest.sh KASM-7103 Mirror workspaces core to quay and github 2025-04-01 18:23:16 +00:00
quay_readme.sh KASM-7103 Mirror workspaces core to quay and github 2025-04-01 18:23:16 +00:00
readme.sh KASM-6504 fix kasmos readme 2024-09-19 10:46:28 +00:00
scan QA-213 updating docker and kasm version 2025-11-12 12:40:04 -06:00
template-gitlab.py KASM-5423 update schedule logic to pass variables properly and use bash comparison operators 2024-02-06 07:30:25 -08:00
template-vars.yaml KASM-7900 updated OS 2026-04-19 18:57:53 -05:00
test-unit.sh QA-276 add unit tests applied directly to the built image 2026-03-03 15:02:40 -05:00
test.sh QA-213 updating docker and kasm version 2025-11-12 11:25:44 -06:00
verify-unit.sh QA-276 add unit tests applied directly to the built image 2026-03-03 15:02:40 -05:00
vulnerability-filter.rego KasmOS 2024-04-28 21:49:00 +00:00
weekly-manifest.sh QA-136 switching runners and weekly retags 2025-08-15 10:04:04 -05:00

#! /bin/bash

## Parse input ##
FULLNAME="core-$1-$2"

if [[ "$1" == "$2" ]] ; then
  FULLNAME="core-$1"
fi

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