File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# prepare a distroless source context to copy files from
2- FROM cgr.dev/chainguard/static@sha256:7d8e6efa03a7b58b5a5b2a1d8555e44b990775b29d6324e12d1c77314d595aaa AS distroless_source
2+ FROM cgr.dev/chainguard/static@sha256:b2e1c3d3627093e54f6805823e73edd17ab93d6c7202e672988080c863e0412b AS distroless_source
33
44# prepare a base dev to modify file contents
55FROM ubuntu:noble AS ubuntu_source
Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ require (
9494 gopkg.in/yaml.v2 v2.4.0
9595 gopkg.in/yaml.v3 v3.0.1
9696 helm.sh/helm/v3 v3.18.5
97- istio.io/api v1.27.1-0.20250820125923-f5a5d3a605a9
98- istio.io/client-go v1.27.1-0.20250820130622-12f6d11feb40
97+ istio.io/api v1.27.1
98+ istio.io/client-go v1.27.1
9999 k8s.io/api v0.33.3
100100 k8s.io/apiextensions-apiserver v0.33.3
101101 k8s.io/apimachinery v0.33.3
Original file line number Diff line number Diff line change @@ -619,10 +619,10 @@ helm.sh/helm/v3 v3.18.5 h1:Cc3Z5vd6kDrZq9wO9KxKLNEickiTho6/H/dBNRVSos4=
619619helm.sh/helm/v3 v3.18.5 /go.mod h1:L/dXDR2r539oPlFP1PJqKAC1CUgqHJDLkxKpDGrWnyg =
620620honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
621621honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
622- istio.io/api v1.27.1-0.20250820125923-f5a5d3a605a9 h1:gVTxnhYGJ1pY+iqcz/mrbPSpdkR9Z36srCz7TybrXGY =
623- istio.io/api v1.27.1-0.20250820125923-f5a5d3a605a9 /go.mod h1:DTVGH6CLXj5W8FF9JUD3Tis78iRgT1WeuAnxfTz21Wg =
624- istio.io/client-go v1.27.1-0.20250820130622-12f6d11feb40 h1:wNi1FPQg0kczndqCtp5wxlBT6HQOgFqW5gsWOc6+Dis =
625- istio.io/client-go v1.27.1-0.20250820130622-12f6d11feb40 /go.mod h1:otQns/CCDd4EoyEFWp8w+ksTP0T05baYTIx5FxqS8eM =
622+ istio.io/api v1.27.1 h1:Ti9SqTsD+jHfwYpjLGqkHof+QBZZSUXepmqX+bxFhVo =
623+ istio.io/api v1.27.1 /go.mod h1:DTVGH6CLXj5W8FF9JUD3Tis78iRgT1WeuAnxfTz21Wg =
624+ istio.io/client-go v1.27.1 h1:VWEtOzmv9gi4x3OPjN5wMFOBV1i95UIGcbYXoP4VVuA =
625+ istio.io/client-go v1.27.1 /go.mod h1:otQns/CCDd4EoyEFWp8w+ksTP0T05baYTIx5FxqS8eM =
626626k8s.io/api v0.33.3 h1:SRd5t//hhkI1buzxb288fy2xvjubstenEKL9K51KBI8 =
627627k8s.io/api v0.33.3 /go.mod h1:01Y/iLUjNBM3TAvypct7DIj0M0NIZc+PzAHCIo0CYGE =
628628k8s.io/apiextensions-apiserver v0.33.3 h1:qmOcAHN6DjfD0v9kxL5udB27SRP6SG/MTopmge3MwEs =
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ docker run --rm --privileged "${DOCKER_HUB}/qemu-user-static" --reset -p yes
3737export ISTIO_DOCKER_QEMU=true
3838
3939# Use a pinned version in case breaking changes are needed
40- BUILDER_SHA=92c321187eaecaf39c086d7e1b6a24e18b7a0f75
40+ BUILDER_SHA=4878b56767f550d9a9446e6e21085715acc653b0
4141
4242# Reference to the next minor version of Istio
4343# This will create a version like 1.4-alpha.sha
You can’t perform that action at this time.
0 commit comments