Skip to content

Commit

Permalink
azlinux3: use images from mcr
Browse files Browse the repository at this point in the history
... since these are available now

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
  • Loading branch information
cpuguy83 committed Aug 22, 2024
1 parent 447bd57 commit 3277968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/azlinux/azlinux3.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ const (
tdnfCacheNameAzlinux3 = "azlinux3-tdnf-cache"

// Azlinux3Ref is the image ref used for the base worker image
Azlinux3Ref = "azurelinuxpreview.azurecr.io/public/azurelinux/base/core:3.0"
Azlinux3Ref = "mcr.microsoft.com/azurelinux/base/core:3.0"
// Azlinux3WorkerContextName is the build context name that can be used to lookup
Azlinux3WorkerContextName = "dalec-azlinux3-worker"
azlinux3DistrolessRef = "azurelinuxpreview.azurecr.io/public/azurelinux/distroless/base:3.0"
azlinux3DistrolessRef = "mcr.microsoft.com/azurelinux/distroless/base:3.0"
)

func NewAzlinux3Handler() gwclient.BuildFunc {
Expand Down

0 comments on commit 3277968

Please sign in to comment.