Skip to content

Commit

Permalink
Set correct tag for boulder-tools image in install
Browse files Browse the repository at this point in the history
  • Loading branch information
hakwerk committed Jan 13, 2024
1 parent 43f0b2c commit 65e4ac1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,9 @@ startup() {

docker compose pull -q &>>$installLog

export BOULDER_TOOLS_TAG=$(grep go1. .github/workflows/boulder-ci.yml | head -1 | sed -e "s/\s*- //")
docker pull -q letsencrypt/boulder-tools:$BOULDER_TOOLS_TAG &>>$installLog

# Cleanup any remaining containers with old names
docker compose -p boulder stop &>>$installLog || true
docker compose -p boulder rm -f &>>$installLog || true
Expand Down

0 comments on commit 65e4ac1

Please sign in to comment.