Change URL

This commit is contained in:
Rigzen Latshang
2025-01-08 12:26:45 +01:00
parent da6feaf093
commit d7fcf6b9a5

View File

@@ -53,7 +53,7 @@ ENTRYPOINT /lib/systemd/systemd
ARG DEFAULT_JOB_IMAGE=registry.fedoraproject.org/fedora-minimal:latest
# Allow image-builders to override the Gitlab URL
ARG GITLAB_URL=https://gitlab.com/
ARG GITLAB_URL=https://gitlab.math.ethz.ch/
# Run nested containers in --privileged mode - required to allow building
# container images using podman or buildah. Otherwise may be set 'false'.