diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-10 00:06:47 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-10 00:06:47 +0200 |
commit | cef25f1a0635f45e7c614acf4789c0e5b9c97e4c (patch) | |
tree | f6faef5a623a33e1975dbe169cebb2468e37a4ce | |
parent | 5ae78e7c6f3a1257e2d7995425ddc873e6500484 (diff) | |
download | s2i-jekyll-cef25f1a0635f45e7c614acf4789c0e5b9c97e4c.tar.gz |
update links to gitlab
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ # s2i builder for jekyll sites -Source: [https://github.com/kraxel/s2i-jekyll](https://github.com/kraxel/s2i-jekyll) +Source: [https://gitlab.com/kraxel/s2i-jekyll](https://gitlab.com/kraxel/s2i-jekyll) -Image: kraxel/s2i-jekyll @ docker.io registry +Image: registry.gitlab.com/kraxel/s2i-jekyll ## Deploy in openshift ``` -oc new-app kraxel/s2i-jekyll~git://some.host/your/repo.git +oc new-app registry.gitlab.com/kraxel/s2i-jekyll~git://some.host/your/repo.git ``` ## Work with the builder image sources |