[help.gnome.org/oscp] nginx: Explicitly define pintail image registry



commit 52be852c0b0074a712dac81fe4007d267d1a921e
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Feb 10 11:12:20 2020 +0100

    nginx: Explicitly define pintail image registry

 nginx/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx/Dockerfile b/nginx/Dockerfile
index 002dfb4..3621f95 100644
--- a/nginx/Dockerfile
+++ b/nginx/Dockerfile
@@ -1,4 +1,4 @@
-FROM pintail:latest
+FROM docker-registry.default.svc:5000/help-web/pintail
 RUN cd /opt/help-web && pintail build -v
 
 FROM nginxinc/nginx-unprivileged:stable-alpine


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]