mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-07 08:04:06 +01:00
.. | ||
build.sh | ||
download-trivy | ||
gitlab-ci.template | ||
junit.tpl | ||
manifest.sh | ||
readme.sh | ||
scan | ||
template-gitlab.py | ||
template-vars.yaml | ||
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