Set correct tag for boulder-tools image in install

This commit is contained in:
Arjan H
2024-01-13 11:48:07 +01:00
parent 43f0b2cea7
commit 65e4ac1944

View File

@@ -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