diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 12:55:26 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 12:55:26 +0200 |
commit | c0654fe190266de8fc53cd6c6756cc2406f7bfb7 (patch) | |
tree | 170a656884cf9fd292bff31aa67679959f07ab12 | |
parent | eee0224d8eee899747059e3f39f5c01a37cc4bfd (diff) | |
download | s2i-sphinx-c0654fe190266de8fc53cd6c6756cc2406f7bfb7.tar.gz |
pull base image from gitlab
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM kraxel/s2i-base-httpd +FROM registry.gitlab.com/kraxel/s2i-base-httpd ENV SUMMARY="sphinx documentation" \ DESCRIPTION="Platform for building sphinx documentation" |