]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add Alpine Linux 3.15
authorMichal Nowak <mnowak@isc.org>
Thu, 25 Nov 2021 17:59:57 +0000 (18:59 +0100)
committerMichal Nowak <mnowak@isc.org>
Thu, 16 Dec 2021 15:54:37 +0000 (16:54 +0100)
(cherry picked from commit d43127a3879f9198fbdf31b8fbe48c07e0a55ce8)

.gitlab-ci.yml
PLATFORMS
PLATFORMS.md

index 60dcc7b9f016817c74d3f700a8261363e5539444..d08ea3d89346705fdf644cb0006a77e2468ee6e8 100644 (file)
@@ -100,8 +100,8 @@ stages:
 
 # Alpine Linux
 
-.alpine-3.14-amd64: &alpine_3_14_amd64_image
-  image: "$CI_REGISTRY_IMAGE:alpine-3.14-amd64"
+.alpine-3.15-amd64: &alpine_3_15_amd64_image
+  image: "$CI_REGISTRY_IMAGE:alpine-3.15-amd64"
   <<: *linux_amd64
 
 # Oracle Linux
@@ -566,27 +566,27 @@ push:docs:
     - main@isc-projects/bind9
     - /^v9_[1-9][0-9]$/@isc-projects/bind9
 
-# Jobs for regular GCC builds on Alpine Linux 3.14 (amd64)
+# Jobs for regular GCC builds on Alpine Linux 3.15 (amd64)
 
-gcc:alpine3.14:amd64:
+gcc:alpine3.15:amd64:
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON}"
-  <<: *alpine_3_14_amd64_image
+  <<: *alpine_3_15_amd64_image
   <<: *build_job
 
-system:gcc:alpine3.14:amd64:
-  <<: *alpine_3_14_amd64_image
+system:gcc:alpine3.15:amd64:
+  <<: *alpine_3_15_amd64_image
   <<: *system_test_job
   needs:
-    - job: gcc:alpine3.14:amd64
+    - job: gcc:alpine3.15:amd64
       artifacts: true
 
-unit:gcc:alpine3.14:amd64:
-  <<: *alpine_3_14_amd64_image
+unit:gcc:alpine3.15:amd64:
+  <<: *alpine_3_15_amd64_image
   <<: *unit_test_job
   needs:
-    - job: gcc:alpine3.14:amd64
+    - job: gcc:alpine3.15:amd64
       artifacts: true
 
 # Jobs for regular GCC builds on Oracle Linux 7 (amd64)
index d4a24ca9957673ada6a2cf4129ae709143817aa4..5a32708a03bb9e5eea3a8942d14c980bc35dc2a2 100644 (file)
--- a/PLATFORMS
+++ b/PLATFORMS
@@ -34,7 +34,7 @@ offer support on a "best effort" basis for some.
 
 Regularly tested platforms
 
-As of Oct 2021, BIND 9.16 is fully supported and regularly tested on the
+As of Dec 2021, BIND 9.16 is fully supported and regularly tested on the
 following systems:
 
   * Debian 9, 10, 11
@@ -43,7 +43,7 @@ following systems:
   * Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8
   * FreeBSD 11.4, 12.2, 13.0
   * OpenBSD 7.0
-  * Alpine Linux 3.14
+  * Alpine Linux 3.15
 
 The amd64, i386, armhf and arm64 CPU architectures are all fully
 supported.
index 60e7d91c03ef541161539a6c1c4a174e8bcc9fea..3f672fbab78eb04ce81c2dedeb4485a6252d14ec 100644 (file)
@@ -42,7 +42,7 @@ offer support on a "best effort" basis for some.
 
 ### Regularly tested platforms
 
-As of Oct 2021, BIND 9.16 is fully supported and regularly tested on the
+As of Dec 2021, BIND 9.16 is fully supported and regularly tested on the
 following systems:
 
 * Debian 9, 10, 11
@@ -51,7 +51,7 @@ following systems:
 * Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8
 * FreeBSD 11.4, 12.2, 13.0
 * OpenBSD 7.0
-* Alpine Linux 3.14
+* Alpine Linux 3.15
 
 The amd64, i386, armhf and arm64 CPU architectures are all fully supported.