From a0e0213434a92ba87fdb200b81505723f33a6609 Mon Sep 17 00:00:00 2001 From: Cassxbt <96814839+Cassxbt@users.noreply.github.com> Date: Mon, 27 Jul 2026 14:21:31 +0100 Subject: [PATCH] docs: use full release tags in Docker commands --- docs/installation.md | 8 ++++---- docs/running-an-arc-node.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 4cd389c..1d01bf3 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -201,11 +201,11 @@ Alternatively, build images from a release tag: ```sh git clone https://github.com/circlefin/arc-node.git && cd arc-node -git checkout v$ARC_VERSION +git checkout "$ARC_VERSION" docker buildx bake \ - --set "*.args.GIT_COMMIT_HASH=$(git rev-parse v$ARC_VERSION^{commit})" \ - --set "*.args.GIT_VERSION=v$ARC_VERSION" \ - --set "*.args.GIT_SHORT_HASH=$(git rev-parse --short v$ARC_VERSION^{commit})" \ + --set "*.args.GIT_COMMIT_HASH=$(git rev-parse "${ARC_VERSION}^{commit}")" \ + --set "*.args.GIT_VERSION=$ARC_VERSION" \ + --set "*.args.GIT_SHORT_HASH=$(git rev-parse --short "${ARC_VERSION}^{commit}")" \ --set "arc-execution.tags=arc-execution:$ARC_VERSION" \ --set "arc-consensus.tags=arc-consensus:$ARC_VERSION" ``` diff --git a/docs/running-an-arc-node.md b/docs/running-an-arc-node.md index 93f04f9..5cb06c4 100644 --- a/docs/running-an-arc-node.md +++ b/docs/running-an-arc-node.md @@ -284,7 +284,7 @@ mkdir -p "${ARC_HOME:-$HOME/.arc}" Download `docker-compose.yml` into a working directory: ```sh -curl -O https://raw.githubusercontent.com/circlefin/arc-node/v${ARC_VERSION}/deployments/docker-compose.yml +curl -O https://raw.githubusercontent.com/circlefin/arc-node/${ARC_VERSION}/deployments/docker-compose.yml ``` ### Start