Skip to content
Snippets Groups Projects
Commit dfaeeff1 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

Update file .gitlab-ci.yml

parent 6a02dc19
No related branches found
No related tags found
No related merge requests found
Pipeline #6947 failed
...@@ -9,6 +9,7 @@ variables: ...@@ -9,6 +9,7 @@ variables:
PERL5LIB: "$EXTLIB/lib/perl5/:lib" PERL5LIB: "$EXTLIB/lib/perl5/:lib"
# Make sure to use only codenames that are supported by SLUB's Debian repo server! # Make sure to use only codenames that are supported by SLUB's Debian repo server!
DEBIAN_DEFAULT_RELEASE: "bookworm" DEBIAN_DEFAULT_RELEASE: "bookworm"
DEBIAN_RELEASE: "${DEBIAN_DEFAULT_RELEASE}"
DEBIAN_RELEASES: "${DEBIAN_DEFAULT_RELEASE}" DEBIAN_RELEASES: "${DEBIAN_DEFAULT_RELEASE}"
IMAGE_TARGET: "${HARBOR_HOST}/${HARBOR_PROJECT}/${DEBIAN_DEFAULT_RELEASE}_${HARBOR_PROJECT}" IMAGE_TARGET: "${HARBOR_HOST}/${HARBOR_PROJECT}/${DEBIAN_DEFAULT_RELEASE}_${HARBOR_PROJECT}"
FF_USE_FASTZIP: "true" FF_USE_FASTZIP: "true"
...@@ -56,6 +57,7 @@ build-env-job: # This job runs in the build stage, which runs first. ...@@ -56,6 +57,7 @@ build-env-job: # This job runs in the build stage, which runs first.
--dockerfile "${CI_PROJECT_DIR}/gitlab-ci/Dockerfile" --dockerfile "${CI_PROJECT_DIR}/gitlab-ci/Dockerfile"
--destination "${IMAGE_TARGET}:latest" --destination "${IMAGE_TARGET}:latest"
--build-arg "GITDIR=${CI_PROJECT_DIR}" --build-arg "GITDIR=${CI_PROJECT_DIR}"
--build-arg "DEBIAN_RELEASE"
--cache=true --cache=true
--cache-repo=${CI_REGISTRY_IMAGE} --cache-repo=${CI_REGISTRY_IMAGE}
--cache-copy-layers=true --cache-copy-layers=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment