]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add Alpine Linux 3.16
authorMichal Nowak <mnowak@isc.org>
Thu, 26 May 2022 07:53:57 +0000 (09:53 +0200)
committerMichal Nowak <mnowak@isc.org>
Tue, 12 Jul 2022 11:59:30 +0000 (13:59 +0200)
(cherry picked from commit 0d0ab3db10eca84faa1a7b922e0161efa7ff91a1)

.gitlab-ci.yml
doc/arm/platforms.rst

index e685f02b84a24aee345cc5e6ef338642f144b9b9..7ba45d4501580e927a7d57ce0b0043f31466c229 100644 (file)
@@ -100,8 +100,8 @@ stages:
 
 # Alpine Linux
 
-.alpine-3.15-amd64: &alpine_3_15_amd64_image
-  image: "$CI_REGISTRY_IMAGE:alpine-3.15-amd64"
+.alpine-3.16-amd64: &alpine_3_16_amd64_image
+  image: "$CI_REGISTRY_IMAGE:alpine-3.16-amd64"
   <<: *linux_amd64
 
 # Oracle Linux
@@ -548,27 +548,27 @@ docs:
       - doc/man/
       - doc/misc/
 
-# Jobs for regular GCC builds on Alpine Linux 3.15 (amd64)
+# Jobs for regular GCC builds on Alpine Linux 3.16 (amd64)
 
-gcc:alpine3.15:amd64:
+gcc:alpine3.16:amd64:
   variables:
     CC: gcc
     CFLAGS: "${CFLAGS_COMMON}"
-  <<: *alpine_3_15_amd64_image
+  <<: *alpine_3_16_amd64_image
   <<: *build_job
 
-system:gcc:alpine3.15:amd64:
-  <<: *alpine_3_15_amd64_image
+system:gcc:alpine3.16:amd64:
+  <<: *alpine_3_16_amd64_image
   <<: *system_test_job
   needs:
-    - job: gcc:alpine3.15:amd64
+    - job: gcc:alpine3.16:amd64
       artifacts: true
 
-unit:gcc:alpine3.15:amd64:
-  <<: *alpine_3_15_amd64_image
+unit:gcc:alpine3.16:amd64:
+  <<: *alpine_3_16_amd64_image
   <<: *unit_test_job
   needs:
-    - job: gcc:alpine3.15:amd64
+    - job: gcc:alpine3.16:amd64
       artifacts: true
 
 # Jobs for regular GCC builds on Oracle Linux 7 (amd64)
index dc445952bbcf79bc5995d06edd200e0cf057eb3a..e112694c6ed7d51b92d2d88fdd243e884c8caf5b 100644 (file)
@@ -42,7 +42,7 @@ able to offer support on a “best effort” basis for some.
 Regularly tested platforms
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-As of June 2022, BIND 9.16 is fully supported and regularly tested on the
+As of July 2022, BIND 9.16 is fully supported and regularly tested on the
 following systems:
 
 -  Debian 10, 11
@@ -51,7 +51,7 @@ following systems:
 -  Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8
 -  FreeBSD 12.3, 13.0
 -  OpenBSD 7.0
--  Alpine Linux 3.15
+-  Alpine Linux 3.16
 
 The amd64, i386, armhf and arm64 CPU architectures are all fully
 supported.