From beb94c4b56ff25fc3a9a2fff66a74ad8f15dbbe7 Mon Sep 17 00:00:00 2001 From: CloudAware <153455885+cloudgitaware@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:59:24 +0100 Subject: [PATCH 1/2] change latest-tag to main Signed-off-by: CloudAware <153455885+cloudgitaware@users.noreply.github.com> --- documentation/Docker-deployment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/Docker-deployment.md b/documentation/Docker-deployment.md index 2c0847073..0ddef1a7e 100644 --- a/documentation/Docker-deployment.md +++ b/documentation/Docker-deployment.md @@ -109,7 +109,7 @@ Run the following commands to install the files in the expected location: mkdir -p /opt/Internet.nl/docker && \ cd /opt/Internet.nl/ && \ - docker run --volume /opt/Internet.nl:/opt/Internet.nl ghcr.io/internetstandards/util:latest cp /dist/docker/host-dist.env /opt/Internet.nl/docker/host-dist.env && \ + docker run --volume /opt/Internet.nl:/opt/Internet.nl ghcr.io/internetstandards/util:main cp /dist/docker/host-dist.env /opt/Internet.nl/docker/host-dist.env && \ touch docker/local.env To create the `docker/host.env` configuration file, the following inputs are required: @@ -158,7 +158,7 @@ Spin up instance: --volume /opt/Internet.nl:/opt/Internet.nl \ --network none \ --env DOCKER_REGISTRY=ghcr.io/internetstandards \ - ghcr.io/internetstandards/util:latest \ + ghcr.io/internetstandards/util:main \ /deploy.sh This command will take a long time (up to 30 minutes) due to RPKI data that needs to be synced initially. After that it should complete without an error, indicating the application stack is up and running healthy. You can already prepare continue with the DNS setup below in the meantime. @@ -253,7 +253,7 @@ To update the application stack to the latest release run the following command, --volume $HOME/.docker:/root/.docker \ --volume /opt/Internet.nl:/opt/Internet.nl \ --env DOCKER_REGISTRY=ghcr.io/internetstandards \ - ghcr.io/internetstandards/util:latest \ + ghcr.io/internetstandards/util:main \ /deploy.sh This will update the deployment with the latest release: https://github.com/internetstandards/Internet.nl/releases From 31214c8afe4e86b037e9ebed3224b4b84fd28e01 Mon Sep 17 00:00:00 2001 From: CloudAware <153455885+cloudgitaware@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:01:29 +0100 Subject: [PATCH 2/2] Change latest-tag to main Signed-off-by: CloudAware <153455885+cloudgitaware@users.noreply.github.com> --- documentation/Docker-deployment-batch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/Docker-deployment-batch.md b/documentation/Docker-deployment-batch.md index 5c2fca461..348b64a6e 100644 --- a/documentation/Docker-deployment-batch.md +++ b/documentation/Docker-deployment-batch.md @@ -67,7 +67,7 @@ Run the following commands to install the files in the expected location: mkdir -p /opt/Internet.nl/docker && \ cd /opt/Internet.nl/ && \ - docker run --volume /opt/Internet.nl:/opt/Internet.nl ghcr.io/internetstandards/util:latest cp /dist/docker/host-dist.env /opt/Internet.nl/docker/host-dist.env && \ + docker run --volume /opt/Internet.nl:/opt/Internet.nl ghcr.io/internetstandards/util:main cp /dist/docker/host-dist.env /opt/Internet.nl/docker/host-dist.env && \ touch docker/local.env To create the `docker/host.env` configuration file, the following input is required: @@ -120,7 +120,7 @@ After configuration, spin up the instance: --volume /opt/Internet.nl:/opt/Internet.nl \ --network none \ --env DOCKER_REGISTRY=ghcr.io/internetstandards \ - ghcr.io/internetstandards/util:latest \ + ghcr.io/internetstandards/util:main \ /deploy.sh This command should complete without an error, indicating the application stack is up and running healthy.