Skip to content

Commit b4088fd

Browse files
Update Docker File Deps
1 parent ea0a744 commit b4088fd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/e2e/package/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM registry.suse.com/bci/golang:1.24 AS helm
1+
FROM registry.suse.com/bci/golang:1.25 AS helm
22
RUN zypper -n install git
33
RUN git -C / clone --branch release-v3.9.0 --depth=1 https://github.com/rancher/helm
44
RUN make -C /helm
55

6-
FROM registry.suse.com/bci/golang:1.24
6+
FROM registry.suse.com/bci/golang:1.25
77

88
ARG ARCH=amd64
99
ENV KUBECTL_VERSION=v1.32.0

package/Dockerfile-helm-locker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
22
WORKDIR /usr/src/app
33
RUN zypper -n install git vim less file curl wget
44
COPY go.mod go.sum ./
55
RUN go mod download
66
COPY . .
77
RUN 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
1010
RUN echo 'helmlocker:x:1000:1000::/home/helmlocker:/bin/bash' >> /etc/passwd && \
1111
echo 'helmlocker:x:1000:' >> /etc/group && \
1212
mkdir /home/helmlocker && \

package/Dockerfile-helm-project-operator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
ARG TARGETARCH
66
ENV BUILD_TARGET="helm-project-operator"
77
WORKDIR /usr/src/app

package/Dockerfile-prometheus-federator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
77
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)