tools: Fix centos base image

This commit is contained in:
Corentin Le Molgat
2022-02-25 13:16:49 +01:00
parent 23f5c9f0fe
commit 54d01887a5
4 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# ref: https://hub.docker.com/_/centos
FROM centos:8 AS env
# ref: https://quay.io/repository/centos/centos
FROM quay.io/centos/centos:stream8 AS env
#############
## SETUP ##

View File

@@ -1,4 +1,5 @@
FROM centos:8
# ref: https://quay.io/repository/centos/centos
FROM quay.io/centos/centos:stream8
LABEL maintainer="corentinl@google.com"
RUN dnf -y update \

View File

@@ -1,4 +1,5 @@
FROM centos:8
# ref: https://quay.io/repository/centos/centos
FROM quay.io/centos/centos:stream8
LABEL maintainer="corentinl@google.com"
RUN dnf -y update \

View File

@@ -1,4 +1,5 @@
FROM centos:8
# ref: https://quay.io/repository/centos/centos
FROM quay.io/centos/centos:stream8
LABEL maintainer="corentinl@google.com"
RUN dnf -y update \