File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# 1.) build helm-whatup from source (because there is no binary release for linux/arm64)
22
3- FROM --platform=$BUILDPLATFORM golang:1.22-bookworm AS buildwhatup
3+ FROM --platform=$BUILDPLATFORM docker.io/library/ golang:1.22-bookworm AS buildwhatup
44
55ENV WHATUP_SOURCE_URL=https://github.com/fabmation-gmbh/helm-whatup/archive/refs/tags/v0.6.3.tar.gz
66
@@ -21,15 +21,15 @@ RUN echo "Will run build with environment: GOOS=$GOOS GOARCH=$GOARCH" && make bu
2121
2222# 2.) get latest version of helm
2323
24- FROM --platform=$TARGETPLATFORM ubuntu:20 .04 AS gethelm
24+ FROM --platform=$TARGETPLATFORM docker.io/library/ ubuntu:22 .04 AS gethelm
2525
2626RUN apt-get update && apt-get install -y curl git && rm -rf /var/lib/apt/lists/*
2727
2828RUN curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
2929
3030# 3.) build actual container image
3131
32- FROM --platform=$TARGETPLATFORM ubuntu:20 .04
32+ FROM --platform=$TARGETPLATFORM docker.io/library/ ubuntu:22 .04
3333
3434RUN apt-get update && apt-get install -y jq bsdmainutils msmtp && rm -rf /var/lib/apt/lists/*
3535
You can’t perform that action at this time.
0 commit comments