diff --git a/bazel/docker/centos/Dockerfile b/bazel/docker/centos/Dockerfile index 9c730947a4..59123025f7 100644 --- a/bazel/docker/centos/Dockerfile +++ b/bazel/docker/centos/Dockerfile @@ -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 diff --git a/cmake/docker/centos/Dockerfile b/cmake/docker/centos/Dockerfile index ac2cbfe5ea..922ed24bef 100644 --- a/cmake/docker/centos/Dockerfile +++ b/cmake/docker/centos/Dockerfile @@ -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 diff --git a/makefiles/docker/centos/Dockerfile b/makefiles/docker/centos/Dockerfile index 198636f03c..68b0c4c97d 100644 --- a/makefiles/docker/centos/Dockerfile +++ b/makefiles/docker/centos/Dockerfile @@ -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