tools: Fix centos base image
This commit is contained in:
@@ -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 ##
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user