diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-16 22:04:23 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-16 22:04:23 +0200 |
commit | c721a54bf5ba8bbbb79b3eed9a1e311f0c9a2670 (patch) | |
tree | c38ff486e9ac42dfd64ddfdfe1f114495a172ac7 | |
parent | 2087dfbdc3e4c006a04fd6be02d2201803dff124 (diff) | |
download | s2i-jekyll-c721a54bf5ba8bbbb79b3eed9a1e311f0c9a2670.tar.gz |
rhel7: add registry
-rw-r--r-- | Dockerfile.rhel7 | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |