ci: Migrate centos job to centos:stream on quay.io

This commit is contained in:
Mizux Seiha
2022-02-24 18:18:18 +01:00
parent 491c469cae
commit 727c350eb6
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# Create a virtual environment with all tools installed
# ref: https://hub.docker.com/_/centos
FROM centos:latest AS env
# ref: https://quay.io/repository/centos/centos
FROM quay.io/centos/centos:stream AS env
LABEL maintainer="corentinl@google.com"
# Install system build dependencies
ENV PATH=/usr/local/bin:$PATH

View File

@@ -1,6 +1,6 @@
# Create a virtual environment with all tools installed
# ref: https://hub.docker.com/_/centos
FROM centos:latest AS base
# ref: https://quay.io/repository/centos/centos
FROM quay.io/centos/centos:stream AS base
LABEL maintainer="corentinl@google.com"
# Install system build dependencies
ENV PATH=/usr/local/bin:$PATH

View File

@@ -1,6 +1,6 @@
# Create a virtual environment with all tools installed
# ref: https://hub.docker.com/_/centos
FROM centos:latest AS base
# ref: https://quay.io/repository/centos/centos
FROM quay.io/centos/centos:stream AS base
LABEL maintainer="corentinl@google.com"
# Install system build dependencies
ENV PATH=/usr/local/bin:$PATH