diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 13:26:46 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-13 13:26:46 +0200 |
commit | 4875354c112e6ddfdea5a8126fd3ce4c8deebf60 (patch) | |
tree | 6cf104c95f1d9493f38204eb361a864d44739255 | |
parent | 428f8f08035d94d725478bb23c219afff84eede9 (diff) | |
download | s2i-virtio-spec-4875354c112e6ddfdea5a8126fd3ce4c8deebf60.tar.gz |
update links
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ # s2i builder for virtio specification -Source: [https://github.com/kraxel/s2i-virtio-spec](https://github.com/kraxel/s2i-virtio-spec) +Source: [https://gitlab.com/kraxel/s2i-virtio-spec](https://github.com/kraxel/s2i-virtio-spec) -Image: kraxel/s2i-virtio-spec @ docker.io registry +Image: registry.gitlab.com/kraxel/s2i-virtio-spec ## Deploy in openshift ``` -oc new-app kraxel/s2i-virtio-spec~https://github.com/oasis-tcs/virtio-spec +oc new-app registry.gitlab.com/kraxel/s2i-virtio-spec~https://github.com/oasis-tcs/virtio-spec ``` |