]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
treewide: rename remaining deprecated labs URLs
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 14 Jul 2020 15:25:24 +0000 (17:25 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 14 Jul 2020 15:25:24 +0000 (17:25 +0200)
README.md
ci/README.md

index 33b27fc2a944fa658660a983ed4dbf9629d49baa..7236126cf3e7ed0ef4a304a5a87dc5a589dbd701 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Knot Resolver
 
 [![Build Status](https://gitlab.nic.cz/knot/knot-resolver/badges/nightly/pipeline.svg?x)](https://gitlab.nic.cz/knot/knot-resolver/commits/nightly)
-[![Coverage Status](https://gitlab.nic.cz/knot/knot-resolver/badges/nightly/coverage.svg?x)](https://knot.pages.labs.nic.cz/knot-resolver/)
+[![Coverage Status](https://gitlab.nic.cz/knot/knot-resolver/badges/nightly/coverage.svg?x)](https://knot.pages.nic.cz/knot-resolver/)
 [![Documentation Status](https://readthedocs.org/projects/knot-resolver/badge/?version=latest)](https://readthedocs.org/projects/knot-resolver/?badge=latest)
 
 Knot Resolver is a caching full resolver implementation written in C and [LuaJIT][luajit], both a resolver library and a daemon. The core architecture is tiny and efficient, and provides a foundation and
index abaeed3503be49d4c8a1f1b89bcceca0a4a15fed..eb9083efca4a5458cfc462131eff391108bf43f8 100644 (file)
@@ -5,22 +5,22 @@ Docker Build
 
 ```
 $ export KNOT_BRANCH=2.9
-$ docker build --no-cache -t registry.labs.nic.cz/knot/knot-resolver/ci/debian-buster:knot-$KNOT_BRANCH --build-arg KNOT_BRANCH=$KNOT_BRANCH debian-buster
+$ docker build --no-cache -t registry.nic.cz/knot/knot-resolver/ci/debian-buster:knot-$KNOT_BRANCH --build-arg KNOT_BRANCH=$KNOT_BRANCH debian-buster
 
-$ docker login registry.labs.nic.cz
-$ docker push registry.labs.nic.cz/knot/knot-resolver/ci/debian-buster:knot-$KNOT_BRANCH
+$ docker login registry.nic.cz
+$ docker push registry.nic.cz/knot/knot-resolver/ci/debian-buster:knot-$KNOT_BRANCH
 ```
 
 * turris
 
 ```
-$ docker build --no-cache -t registry.labs.nic.cz/knot/knot-resolver/ci/turris:omnia turris
-$ docker push registry.labs.nic.cz/knot/knot-resolver/ci/turris:omnia
+$ docker build --no-cache -t registry.nic.cz/knot/knot-resolver/ci/turris:omnia turris
+$ docker push registry.nic.cz/knot/knot-resolver/ci/turris:omnia
 ```
 
 Alternatively, provide `SDK_REPO` build arg (dir name from https://repo.turris.cz/ )
 
 ```
-$ docker build --no-cache --build-arg SDK_REPO=omnia-nightly -t registry.labs.nic.cz/knot/knot-resolver/ci/turris:omnia-nightly turris
-$ docker push registry.labs.nic.cz/knot/knot-resolver/ci/turris:omnia-nightly
+$ docker build --no-cache --build-arg SDK_REPO=omnia-nightly -t registry.nic.cz/knot/knot-resolver/ci/turris:omnia-nightly turris
+$ docker push registry.nic.cz/knot/knot-resolver/ci/turris:omnia-nightly
 ```