kasm-workspaces-core-images/ci-scripts
2025-09-03 18:09:38 -05:00
..
build.sh Resolve KASM-5044 "Feature/ templated pipelines" 2023-09-25 09:41:12 +00:00
download-trivy add squash layers back in, add trivy 2023-11-21 20:20:53 +00:00
gitlab-ci.template QA-170 adjusting pipeline rules 2025-09-03 18:09:38 -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 fixes for registry mirror backport 2025-04-03 19:14:07 +00:00
quay_readme.sh KASM-7103 Mirror workspaces core to quay and github 2025-04-03 14:09:41 +00:00
readme.sh Resolve KASM-5044 "Feature/ templated pipelines" 2023-09-25 09:41:12 +00:00
scan tweaks to vuln filters, add code quality 2023-11-24 17:08:40 +00: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 rm ubuntu bionic 2025-08-15 20:03:29 +00:00
test.sh Resolve KASM-5403 "Feature/ kasm 5399 alpine 319 fedora 39" 2024-01-10 01:11:53 +00:00
vulnerability-filter.rego KASM-5269 Convert tabs to spaces 2023-12-04 11:07:08 -05:00
weekly-manifest.sh QA-136 address single image weekly 2025-08-12 17:17:35 -05:00

#! /bin/bash

## Parse input ##
NAME1=$1
NAME2=$2

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