From c721a54bf5ba8bbbb79b3eed9a1e311f0c9a2670 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 16 Sep 2019 22:04:23 +0200 Subject: rhel7: add registry --- Dockerfile.rhel7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index 3a39e1c..77f3e54 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -1,5 +1,5 @@ # kraxel/s2i-jekyll -FROM rhscl/httpd-24-rhel7 +FROM registry.access.redhat.com/rhscl/httpd-24-rhel7 ENV RH_RUBY_VERSION="25" \ JEKYLL_VERSION="3.8.5" \ -- cgit