Newer
Older
export VERSION="2024-04-29"
export TAG=registry.gitlab.developers.cam.ac.uk/ch/co/gitlab/python-ci/${VERSION}
docker build --build-arg="VERSION=${VERSION}" -t $TAG Dockerfiles
docker push $TAG
GitLab will be upgraded on 17-March-2025 between 12:00 and 14:00. There may be small periods of service instability.
export VERSION="2024-04-29"
export TAG=registry.gitlab.developers.cam.ac.uk/ch/co/gitlab/python-ci/${VERSION}
docker build --build-arg="VERSION=${VERSION}" -t $TAG Dockerfiles
docker push $TAG