Skip to content

Commit fefcad9

Browse files
committed
imagestream: point centos7 images to quay.io
Use quay.io as a source of the images to avoid Docker Hub ratelimiting where possible
1 parent bd85367 commit fefcad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imagestreams/php-centos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
"from": {
104104
"kind": "DockerImage",
105-
"name": "docker.io/centos/php-73-centos7:latest"
105+
"name": "quay.io/centos7/php-73-centos7:latest"
106106
},
107107
"referencePolicy": {
108108
"type": "Local"

0 commit comments

Comments
 (0)