#/bin/bash # variables used by "*-images.sh" files IMAGE_REGISTRY="git.chai.uni-hamburg.de" IMAGE_OWNER="ums-agenten" IMAGE_NAME="base-image" PLATFORMS="arm64 amd64 gpu" CPU_BASEIMAGE="ubuntu:24.04"