kasm-workspaces-core-images/ci-scripts
2026-02-10 15:56:55 -05:00
..
build.sh
download-trivy
gitlab-ci.template Merge branch 'feature/QA-211_increase_scan_timeout' into 'develop' 2025-11-25 17:21:35 +00:00
junit.tpl
manifest.sh
quay_readme.sh
readme.sh
scan QA-213 updating docker and kasm version 2025-11-12 12:40:04 -06:00
template-gitlab.py
template-vars.yaml Merge branch 'develop' into bugfix/KASM-7900-add_new_fedora_versions_develop 2026-02-10 15:56:55 -05:00
test.sh QA-213 updating docker and kasm version 2025-11-12 11:25:44 -06:00
vulnerability-filter.rego
weekly-manifest.sh

#! /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