File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM golang:1.21-alpine@sha256:4f95f6bd37a96bb17ff610ed3bb424fc7d2926e08da4ed2276ed5f279d377852
1
+ FROM golang:1.21-alpine@sha256:eeaab088668869c65a2ee0c2c4df7f8c9920140ede7fba3b777cf5b7e9fdbb69
2
2
3
3
ENV CGO_ENABLED=0
4
4
ENV GOROOT=/usr/local/go
Original file line number Diff line number Diff line change 14
14
15
15
ARG BASEIMAGE=registry.k8s.io/build-image/debian-base:bookworm-v1.0.0
16
16
17
- FROM golang:1.21@sha256:3ce8313c3513515040870c55e0c041a2b94f3576a58cfd3948633604214aa811 as builder
17
+ FROM golang:1.21@sha256:337543447173c2238c78d4851456760dcc57c1dfa8c3bcd94cbee8b0f7b32ad0 as builder
18
18
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
19
19
ADD . .
20
20
ARG TARGETARCH
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ARG BASEIMAGE_CORE=gcr.io/k8s-staging-e2e-test-images/windows-servercore-cache:1
17
17
18
18
FROM --platform=linux/amd64 ${BASEIMAGE_CORE} as core
19
19
20
- FROM --platform=$BUILDPLATFORM golang:1.20 as builder
20
+ FROM --platform=$BUILDPLATFORM golang:1.21@sha256:337543447173c2238c78d4851456760dcc57c1dfa8c3bcd94cbee8b0f7b32ad0 as builder
21
21
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
22
22
ADD . .
23
23
ARG TARGETARCH
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.20 @sha256:31a8f92b17829b3ccddf0add184f18203acfd79ccc1bcb5c43803ab1c4836cca as builder
15
+ FROM golang:1.21 @sha256:337543447173c2238c78d4851456760dcc57c1dfa8c3bcd94cbee8b0f7b32ad0 as builder
16
16
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
17
17
ADD . .
18
18
RUN make build-e2e-provider
You can’t perform that action at this time.
0 commit comments