File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
.github/workflows/e2e/package Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM registry.suse.com/bci/golang:1.23 AS helm
1+ FROM registry.suse.com/bci/golang:1.24 AS helm
22RUN zypper -n install git
33RUN git -C / clone --branch release-v3.9.0 --depth=1 https://github.com/rancher/helm
44RUN make -C /helm
55
6- FROM registry.suse.com/bci/golang:1.23
6+ FROM registry.suse.com/bci/golang:1.24
77
88ARG ARCH=amd64
99ENV KUBECTL_VERSION v1.21.8
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.23 AS builder
1+ FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.24 AS builder
22WORKDIR /usr/src/app
33RUN zypper -n install git vim less file curl wget
44COPY go.mod go.sum ./
Original file line number Diff line number Diff line change 11# Image that provides cross compilation tooling.
22FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.5.0 AS xx
33
4- FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.23 AS builder
4+ FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.24 AS builder
55ARG TARGETARCH
66ENV BUILD_TARGET="helm-project-operator"
77WORKDIR /usr/src/app
Original file line number Diff line number Diff line change 11# Image that provides cross compilation tooling.
22FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.5.0 AS xx
33
4- FROM registry.suse.com/bci/golang:1.23 AS builder
4+ FROM registry.suse.com/bci/golang:1.24 AS builder
55
66# Allow chart version config
77ARG TARGETPLATFORM
You can’t perform that action at this time.
0 commit comments