There was an error while loading. Please reload this page.
1 parent 226227a commit 1098f79Copy full SHA for 1098f79
1 file changed
Dockerfile
@@ -1,8 +1,10 @@
1
# ---------- Build stage ----------
2
FROM alpine:3.22.1 AS builder
3
4
-ARG TARGETOS=linux
5
-ARG TARGETARCH=amd64
+# Do not specify default value as docker buildx will not set the arguments otherwise, see https://github.com/docker/buildx/issues/510
+ARG TARGETOS
6
+ARG TARGETARCH
7
+
8
ARG KUBECTL_VERSION=v1.33.4
9
ARG HELM_VERSION=v3.18.5
10
ARG KUSTOMIZE_VERSION=v5.7.1
0 commit comments