We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246f96a commit 8cf18a7Copy full SHA for 8cf18a7
compose/ingress/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nginx:latest
+FROM mirror.gcr.io/library/nginx:latest
2
3
COPY entrypoint.sh /entrypoint.sh
4
COPY nginx.conf /etc/nginx/conf.d/default.conf
tools/dev_postgres/Dockerfile
-FROM postgres:15
+FROM mirror.gcr.io/library/postgres:15
ENV POSTGRES_DB=dab_db
ENV POSTGRES_USER=dab
0 commit comments