aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-07-10 00:06:47 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-07-10 00:06:47 +0200
commitcef25f1a0635f45e7c614acf4789c0e5b9c97e4c (patch)
treef6faef5a623a33e1975dbe169cebb2468e37a4ce
parent5ae78e7c6f3a1257e2d7995425ddc873e6500484 (diff)
downloads2i-jekyll-cef25f1a0635f45e7c614acf4789c0e5b9c97e4c.tar.gz
update links to gitlab
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 066f136..e9251ea 100644
--- a/README.md
+++ b/README.md
@@ -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