From a33898197d9300acb0971e91615947d9ff42e8d7 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 17 Feb 2022 15:08:54 +0100 Subject: switch to quay and almalinux --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0b2fc6b..073ee28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM registry.centos.org/centos:8 +FROM quay.io/almalinux/almalinux:8 -ENV SUMMARY="CentOS 8 builder" \ - DESCRIPTION="CentOS 8 image for test builds and rpm package builds." +ENV SUMMARY="AlmaLinux 8 builder" \ + DESCRIPTION="AlmaLinux 8 image for test builds and rpm package builds." LABEL maintainer="Gerd Hoffmann " \ summary="${SUMMARY}" \ -- cgit