]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remove centos-8 and centos-8-stream as build targets
authorromeroalx <alexis.romero@open-xchange.com>
Tue, 4 Jun 2024 09:16:18 +0000 (11:16 +0200)
committerromeroalx <alexis.romero@open-xchange.com>
Mon, 10 Jun 2024 14:23:02 +0000 (16:23 +0200)
.github/workflows/builder.yml
builder-support/dockerfiles/Dockerfile.target.centos-8 [deleted file]
builder-support/dockerfiles/Dockerfile.target.centos-8-amd64 [deleted symlink]
builder-support/dockerfiles/Dockerfile.target.centos-8-arm64 [deleted symlink]
builder-support/dockerfiles/Dockerfile.target.centos-8-stream [deleted symlink]

index 94f36c575db75265b3631127b7b5e1e573f16bec..4cdedf65b813e7b40520f3238193057a5ff8c46a 100644 (file)
@@ -27,7 +27,6 @@ jobs:
         os:
           - centos-7
           - el-8
-          - centos-8-stream
           - centos-9-stream
           - ubuntu-jammy
           - ubuntu-lunar
diff --git a/builder-support/dockerfiles/Dockerfile.target.centos-8 b/builder-support/dockerfiles/Dockerfile.target.centos-8
deleted file mode 100644 (file)
index ae0e4c9..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# First do the source builds
-@INCLUDE Dockerfile.target.sdist
-
-# This defines the distribution base layer
-# Put only the bare minimum of common commands here, without dev tools
-@IF [ ${BUILDER_TARGET} = centos-8 ]
-FROM centos:8 as dist-base
-@ENDIF
-@IF [ ${BUILDER_TARGET} = centos-8-stream ]
-FROM quay.io/centos/centos:stream8 as dist-base
-@ENDIF
-@IF [ ${BUILDER_TARGET} = centos-8-amd64 ]
-FROM amd64/centos:8 as dist-base
-@ENDIF
-@IF [ ${BUILDER_TARGET} = centos-8-arm64 ]
-FROM arm64v8/centos:8 as dist-base
-@ENDIF
-
-ARG BUILDER_CACHE_BUSTER=
-
-@IF [[ $BUILDER_TARGET = centos-*-stream ]]
-RUN touch /var/lib/rpm/* && dnf swap -y centos-linux-repos centos-stream-repos && dnf -y distro-sync
-@ENDIF
-
-RUN touch /var/lib/rpm/* && dnf install -y epel-release && \
-    dnf install -y 'dnf-command(config-manager)' && \
-    dnf config-manager --set-enabled powertools
-
-# Do the actual rpm build
-@INCLUDE Dockerfile.rpmbuild
-
-# Do a test install and verify
-# Can be skipped with skiptests=1 in the environment
-# @EXEC [ "$skiptests" = "" ] && include Dockerfile.rpmtest
diff --git a/builder-support/dockerfiles/Dockerfile.target.centos-8-amd64 b/builder-support/dockerfiles/Dockerfile.target.centos-8-amd64
deleted file mode 120000 (symlink)
index cfe8905..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Dockerfile.target.centos-8
\ No newline at end of file
diff --git a/builder-support/dockerfiles/Dockerfile.target.centos-8-arm64 b/builder-support/dockerfiles/Dockerfile.target.centos-8-arm64
deleted file mode 120000 (symlink)
index cfe8905..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Dockerfile.target.centos-8
\ No newline at end of file
diff --git a/builder-support/dockerfiles/Dockerfile.target.centos-8-stream b/builder-support/dockerfiles/Dockerfile.target.centos-8-stream
deleted file mode 120000 (symlink)
index cfe8905..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Dockerfile.target.centos-8
\ No newline at end of file