Skip to content

Commit

Permalink
Merge pull request #2699 from cutwater/use-centos-from-quay
Browse files Browse the repository at this point in the history
Use centos:7 image from quay.io
  • Loading branch information
cutwater authored May 13, 2021
2 parents 3031e93 + 38c9529 commit 899f7ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/docker/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/centos:7
FROM quay.io/centos/centos:7

ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/release/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vim: set ft=Dockerfile:
FROM centos:7
FROM quay.io/centos/centos:7

ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/release/Dockerfile.static
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vim: set ft=Dockerfile:
FROM centos:7
FROM quay.io/centos/centos:7

ENV NGINX_ROOT=/etc/opt/rh/rh-nginx112/nginx

Expand Down

0 comments on commit 899f7ab

Please sign in to comment.