From bb67e9c45cb05b92213f3dea77d9251376ca20a8 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 29 Nov 2024 10:28:17 +0100 Subject: c8s is eol, switch to almalinux --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a866f5..a2ab00c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM quay.io/centos/centos:stream8 +#FROM quay.io/centos/centos:stream8 +FROM quay.io/almalinuxorg/8-base ENV SUMMARY="podman-docker-builder" \ DESCRIPTION="build docker images using podman" -- cgit