Skip to content

Commit

Permalink
ci: use latest Alpine Azure CLI image
Browse files Browse the repository at this point in the history
Our Azure CLI versions of the runner image are failing to build currently. It looks like the problem is that Microsoft switched from Alpine to cbl-mariner after v2.63.0. For now I'm pinning to that version since our build process expects Alpine.
  • Loading branch information
adamconnelly committed Oct 22, 2024
1 parent 97255e7 commit f755381
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ target "gcp" {
target "azure" {
target = "azure"
platforms = ["linux/amd64", "linux/arm64"]
args = {"BASE_IMAGE": "mcr.microsoft.com/azure-cli:latest"}
args = {"BASE_IMAGE": "mcr.microsoft.com/azure-cli:2.63.0"}
}

0 comments on commit f755381

Please sign in to comment.