]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update container images in OS Zoo CI workflow
authorDmitry Misharov <dmitry@openssl.org>
Wed, 16 Jul 2025 09:05:27 +0000 (11:05 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 21 Jul 2025 13:23:16 +0000 (15:23 +0200)
Replace outdated and unsupported distro versions with up-to-date ones.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28049)

.github/workflows/os-zoo.yml

index e47eb154c98ad8670a88888cba1d9fe0bc13d301..c5f166317753ae91981d74c8a922cfd9f652dd19 100644 (file)
@@ -56,19 +56,21 @@ jobs:
       fail-fast: false
       matrix:
         zoo:
-          - image: docker.io/library/debian:10
-            install: apt-get update && apt-get install -y gcc make perl
           - image: docker.io/library/debian:11
             install: apt-get update && apt-get install -y gcc make perl
           - image: docker.io/library/debian:12
             install: apt-get update && apt-get install -y gcc make perl
+          - image: docker.io/library/debian:trixie
+            install: apt-get update && apt-get install -y gcc make perl
           - image: docker.io/library/ubuntu:20.04
             install: apt-get update && apt-get install -y gcc make perl
           - image: docker.io/library/ubuntu:22.04
             install: apt-get update && apt-get install -y gcc make perl
-          - image: docker.io/library/fedora:38
+          - image: docker.io/library/ubuntu:24.04
+            install: apt-get update && apt-get install -y gcc make perl
+          - image: docker.io/library/fedora:41
             install: dnf install -y gcc make perl-core
-          - image: docker.io/library/fedora:39
+          - image: docker.io/library/fedora:42
             install: dnf install -y gcc make perl-core
           - image: docker.io/library/centos:8
             install: |