diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2024-11-29 10:28:17 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2024-11-29 10:28:17 +0100 |
commit | bb67e9c45cb05b92213f3dea77d9251376ca20a8 (patch) | |
tree | a4e2783caf43682b38a26848fbc10d749be109dc | |
parent | 90c760ae02233cff69230e65be4f9ae0a4bbb7f2 (diff) | |
download | podman-docker-builder-bb67e9c45cb05b92213f3dea77d9251376ca20a8.tar.gz |
c8s is eol, switch to almalinux
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |