Skip to content

Commit c6b8a31

Browse files
authored
Docker base image update to Azure Linux 3.0 (#1757)
* AGIC base image uses Azure Linux 3.0 Azure Mariner 2 has reached EOL; it has been replaced with Azure Linux 3.0. * Bumped go to 1.24.7
1 parent 6beb952 commit c6b8a31

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ GO_BINARY_NAME ?= appgw-ingress
1515
GOOS ?= linux
1616
GARCH ?= arm64
1717

18-
BUILD_BASE_IMAGE ?= golang:1.24.4-bookworm
19-
BINARY_BASE_IMAGE ?= mcr.microsoft.com/cbl-mariner/distroless/base:2.0
18+
BUILD_BASE_IMAGE ?= golang:1.24.7-bookworm
19+
BINARY_BASE_IMAGE ?= mcr.microsoft.com/azurelinux/distroless/base:3.0
2020

2121
REPO ?= appgwreg.azurecr.io
2222
IMAGE_NAME = public/azure-application-gateway/kubernetes-ingress-staging

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/Azure/application-gateway-kubernetes-ingress
22

33
go 1.23.2
44

5-
toolchain go1.24.3
5+
toolchain go1.24.7
66

77
require (
88
github.com/Azure/azure-container-networking v1.6.25
@@ -83,7 +83,7 @@ require (
8383
github.com/x448/float16 v0.8.4 // indirect
8484
golang.org/x/crypto v0.38.0 // indirect
8585
golang.org/x/net v0.40.0 // indirect
86-
golang.org/x/oauth2 v0.25.0 // indirect
86+
golang.org/x/oauth2 v0.30.0 // indirect
8787
golang.org/x/sys v0.33.0 // indirect
8888
golang.org/x/term v0.32.0 // indirect
8989
golang.org/x/text v0.25.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
216216
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
217217
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
218218
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
219-
golang.org/x/oauth2 v0.25.0 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70=
220-
golang.org/x/oauth2 v0.25.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
219+
golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=
220+
golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU=
221221
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
222222
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
223223
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)