kasm-workspaces-core-images/ci-scripts
2024-11-01 16:21:35 +00:00
..
build.sh
download-trivy
gitlab-ci.template Resolve KASM-6454 "Feature/ workspace core images pipelines not longer push to private registry reducing visibility on vulnerabilities/workspaces core images" 2024-11-01 16:21:35 +00:00
junit.tpl
manifest.sh Resolve KASM-6454 "Feature/ workspace core images pipelines not longer push to private registry reducing visibility on vulnerabilities/workspaces core images" 2024-11-01 16:21:35 +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 KASM-4027 detect changes to rhel script, update repo names splashed on... 2024-10-25 18:55:31 +00:00
test.sh KASM-6547 bump the tester image 2024-09-27 09:21:55 -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