]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Use a separate tagged Docker image for each dbus branch
authorSimon McVittie <smcv@collabora.com>
Thu, 27 Feb 2025 16:35:16 +0000 (16:35 +0000)
committerSimon McVittie <smcv@collabora.com>
Thu, 27 Feb 2025 16:35:16 +0000 (16:35 +0000)
The image contains build-dependencies from tools/ci-install.sh, so it
can be different for 1.16.x vs. main. Include the upstream branch name
in the tag name, like we already did for the Windows image, so that
an image with the same timestamp but different content can be different.

Signed-off-by: Simon McVittie <smcv@collabora.com>
.gitlab-ci.yml

index 8d4139d92724463f25524265443c2217ff07477d..88cb84f22653576ddbda97d406823f263c5b9ce9 100644 (file)
@@ -69,19 +69,20 @@ variables:
 .debian-vars:
   variables:
     FDO_DISTRIBUTION_VERSION: 'bookworm-slim'
-    FDO_DISTRIBUTION_TAG: '2024-10-01.0' # Bump this version on every ci-install.sh or dist version change
+    # Bump this version on every ci-install.sh or dist version change
+    FDO_DISTRIBUTION_TAG: "2025-02-27.0-$UPSTREAM_BRANCH"
 
 .opensuse-vars:
   variables:
     FDO_DISTRIBUTION_VERSION: 'leap'
-    FDO_DISTRIBUTION_TAG: '2025-02-27.0' # Bump this version on every ci-install.sh or dist version change
+    FDO_DISTRIBUTION_TAG: "2025-02-27.0-$UPSTREAM_BRANCH"
 
 .freebsd-vars:
   variables:
     BUILD_OS: freebsd
     BUILD_ARCH: "x86_64"
     FDO_DISTRIBUTION_VERSION: '13.1'
-    FDO_DISTRIBUTION_TAG: '2022-09-21.0'  # Bump this version on every ci-install.sh or dist version change
+    FDO_DISTRIBUTION_TAG: "2025-02-27.0-$UPSTREAM_BRANCH"
     FDO_REPO_SUFFIX: "$BUILD_OS/$BUILD_ARCH"
 
 .cmake-common: