From 32e7e6d4c4416ee6b2a9cee4eb18c1177573c0da Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Tue, 14 Jul 2020 17:25:24 +0200 Subject: [PATCH] treewide: rename remaining deprecated labs URLs --- README.md | 2 +- ci/README.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 33b27fc2a..7236126cf 100644 --- 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 diff --git a/ci/README.md b/ci/README.md index abaeed350..eb9083efc 100644 --- a/ci/README.md +++ b/ci/README.md @@ -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 ``` -- 2.47.2