kasm-workspaces-core-images/ci-scripts
2026-05-15 12:01:20 -04:00
..
build.sh KASM-8210 add --provenance=false to docker build to fix manifest list error with Docker 29.x 2026-05-15 12:01:20 -04:00
download-trivy QA-272 cache trivy in S3 2026-03-25 10:23:01 -04:00
gitlab-ci.template KASM-8210 fix trivy auth: materialize ~/.docker/config.json from DOCKER_AUTH_CONFIG in scan jobs 2026-05-15 12:01:20 -04:00
junit.tpl
manifest.sh KASM-8210 fix aarch64 manifest pull on amd64 runner with docker 29.x 2026-05-15 12:01:20 -04:00
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 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 KASM-8210 test.sh: materialize docker config.json from DOCKER_AUTH_CONFIG before scp 2026-05-15 12:01:20 -04: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
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