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