Skip to content

Commit 8cf18a7

Browse files
authored
AAP-39232 Use ghcr mirror for image (ansible#684)
Was done in AWX https://github.com/ansible/awx/pull/15743/files
1 parent 246f96a commit 8cf18a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose/ingress/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:latest
1+
FROM mirror.gcr.io/library/nginx:latest
22

33
COPY entrypoint.sh /entrypoint.sh
44
COPY nginx.conf /etc/nginx/conf.d/default.conf

tools/dev_postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:15
1+
FROM mirror.gcr.io/library/postgres:15
22

33
ENV POSTGRES_DB=dab_db
44
ENV POSTGRES_USER=dab

0 commit comments

Comments
 (0)