kasm-workspaces-core-images/ci-scripts
2024-12-17 14:11:04 +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 Resolve KASM-6756 "Feature/ alpine 321" 2024-12-17 14:11:04 +00:00
test.sh
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