]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Replace Oracle Linux Docker images with AlmaLinux ones
authorMichal Nowak <mnowak@isc.org>
Wed, 30 Apr 2025 15:34:13 +0000 (17:34 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 29 May 2025 15:30:28 +0000 (17:30 +0200)
To be consistent with the replacing of Oracle Linux QCOW2 images with
AlmaLinux AWS AMIs, also replace Docker images.

(cherry picked from commit 63947a20622946af134a1738a10170e1d3770f27)

.gitlab-ci.yml

index dfc9e1d1a70d84358c182ed8c13ef64c22909e89..20f40be7ce3d838e573543ae9adefba807fd768f 100644 (file)
@@ -79,7 +79,7 @@ stages:
   image: "$CI_REGISTRY_IMAGE:alpine-3.15-amd64"
   <<: *linux_amd64
 
-# Oracle Linux
+# AlmaLinux
 
 .centos-centos6-i386: &centos_centos6_i386_image
   image: "$CI_REGISTRY_IMAGE:centos-centos6-i386"
@@ -89,8 +89,8 @@ stages:
   image: "$CI_REGISTRY_IMAGE:centos-centos6-amd64"
   <<: *linux_amd64
 
-.oraclelinux-8-amd64: &oraclelinux_8_amd64_image
-  image: "$CI_REGISTRY_IMAGE:oraclelinux-8-amd64"
+.almalinux-8-amd64: &almalinux_8_amd64_image
+  image: "$CI_REGISTRY_IMAGE:almalinux-8-amd64"
   <<: *linux_amd64
 
 # Debian
@@ -444,28 +444,28 @@ unit:gcc:centos6:amd64:
     - job: gcc:centos6:amd64
       artifacts: true
 
-# Jobs for regular GCC builds on Oracle Linux 8 (amd64)
+# Jobs for regular GCC builds on Alma Linux 8 (amd64)
 
-gcc:oraclelinux8:amd64:
+gcc:almalinux8:amd64:
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON}"
     EXTRA_CONFIGURE: "--enable-buffer-useinline --with-libidn2"
-  <<: *oraclelinux_8_amd64_image
+  <<: *almalinux_8_amd64_image
   <<: *build_job
 
-system:gcc:oraclelinux8:amd64:
-  <<: *oraclelinux_8_amd64_image
+system:gcc:almalinux8:amd64:
+  <<: *almalinux_8_amd64_image
   <<: *system_test_job
   needs:
-    - job: gcc:oraclelinux8:amd64
+    - job: gcc:almalinux8:amd64
       artifacts: true
 
-unit:gcc:oraclelinux8:amd64:
-  <<: *oraclelinux_8_amd64_image
+unit:gcc:almalinux8:amd64:
+  <<: *almalinux_8_amd64_image
   <<: *unit_test_job
   needs:
-    - job: gcc:oraclelinux8:amd64
+    - job: gcc:almalinux8:amd64
       artifacts: true
 
 # Jobs for regular GCC builds on Debian 9 Stretch (amd64)