From eb85bb71e9d338ef488690b4dae9f0225f854ca7 Mon Sep 17 00:00:00 2001 From: Ravi Srinivasan Date: Mon, 3 Jun 2019 12:49:42 +0530 Subject: [PATCH] revert registry back to registry.access.redhat.com/ubi8/ubi:8.0 --- hello-swarm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-swarm/Dockerfile b/hello-swarm/Dockerfile index 751299c..30acaf7 100644 --- a/hello-swarm/Dockerfile +++ b/hello-swarm/Dockerfile @@ -1,4 +1,4 @@ -FROM FROM registry.redhat.io/ubi8/ubi +FROM FROM registry.access.redhat.com/ubi8/ubi:8.0 MAINTAINER Red Hat Training