File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
.github/workflows/e2e/package Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- FROM registry.suse.com/bci/golang:1.24 AS helm
1+ FROM registry.suse.com/bci/golang:1.25 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.24
6+ FROM registry.suse.com/bci/golang:1.25
77
88ARG ARCH=amd64
99ENV KUBECTL_VERSION=v1.32.0
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.24 AS builder
1+ FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.25 AS builder
22WORKDIR /usr/src/app
33RUN zypper -n install git vim less file curl wget
44COPY go.mod go.sum ./
55RUN go mod download
66COPY . .
77RUN BUILD_TARGET=helm-locker make build
88
9- FROM registry.suse.com/bci/bci-micro:15.6
9+ FROM registry.suse.com/bci/bci-micro:15.7
1010RUN echo 'helmlocker:x:1000:1000::/home/helmlocker:/bin/bash' >> /etc/passwd && \
1111 echo 'helmlocker:x:1000:' >> /etc/group && \
1212 mkdir /home/helmlocker && \
Original file line number Diff line number Diff line change 11# Image that provides cross compilation tooling.
2- FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.5.0 AS xx
2+ FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.6.1 AS xx
33
4- FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.24 AS builder
4+ FROM --platform=$BUILDPLATFORM registry.suse.com/bci/golang:1.25 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.
2- FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.5.0 AS xx
2+ FROM --platform=$BUILDPLATFORM rancher/mirrored-tonistiigi-xx:1.6.1 AS xx
33
4- FROM registry.suse.com/bci/golang:1.24 AS builder
4+ FROM registry.suse.com/bci/golang:1.25 AS builder
55
66# Allow chart version config
77ARG TARGETPLATFORM
You can’t perform that action at this time.
0 commit comments