kasm-workspaces-core-images/ci-scripts
2025-04-22 17:27:40 -04:00
..
build.sh
download-trivy
gitlab-ci.template KASM-7103 Add missing docker logins for quay and ghcr 2025-04-02 18:50:44 +00:00
junit.tpl
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
scan KASM-6644 Falback to ecr if ghcr.io rate limits us when downloading trivy vuln dnb 2024-10-29 13:44:08 +00:00
template-gitlab.py
template-vars.yaml remove alpine 3.18 2025-03-27 09:23:12 -04:00
test.sh Revert "KASM-7137 try the updated kasm-tester" 2025-04-22 17:27:40 -04:00
vulnerability-filter.rego

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