Skip to content

Commit

Permalink
[ADP-3476] Add docker image tag bump instructions (#4848)
Browse files Browse the repository at this point in the history
Found out the docker script runner was not updated automatically during
release

- Bump wallet tag version in the docker script runner to 2024.11.18 
- Amend the release pipeline to bump automatically the tag 

ADP-3476
  • Loading branch information
paolino authored Nov 19, 2024
2 parents 492889a + bb94e84 commit 7cd80a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion run/common/docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi
source .env

# Define and export wallet and node version tags
RELEASE_WALLET_TAG=2024.7.27
RELEASE_WALLET_TAG=2024.11.18

WALLET_TAG=${WALLET_TAG:=$RELEASE_WALLET_TAG}
export WALLET_TAG
Expand Down
3 changes: 3 additions & 0 deletions scripts/buildkite/release/release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ git commit -am "Update cardano-wallet version in linux-e2e.sh"
sed -i "s|$OLD_GIT_TAG|$NEW_GIT_TAG|g" scripts/buildkite/main/macos-silicon-e2e.sh
git commit -am "Update cardano-wallet version in macos-silicon-e2e.sh"

sed -t "s|RELEASE_WALLET_TAG=.*|RELEASE_WALLET_TAG=$NEW_CABAL_VERSION|g" run/common/docker/run.sh
git commit -am "Update cardano-wallet version in run/common/docker/run.sh"

RELEASE_COMMIT=$(git rev-parse HEAD)

git remote set-url origin "[email protected]:cardano-foundation/cardano-wallet.git"
Expand Down

0 comments on commit 7cd80a3

Please sign in to comment.