We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bc0e7 commit b106aaaCopy full SHA for b106aaa
k8s-worker/alpine-k0s/Dockerfile
@@ -8,7 +8,7 @@ ARG K0S_VERSION
8
# 便利ツール(ヘルスチェックやデバッグ用)
9
RUN apk add --no-cache bash iproute2 iptables ethtool curl ca-certificates tini util-linux coreutils
10
11
-# k0s バイナリを取得(amd64想定。arm64なら URL を置き換え)
+# k0s バイナリを取得
12
RUN curl -fsSL -o /usr/local/bin/k0s \
13
"https://github.com/k0sproject/k0s/releases/download/${K0S_VERSION}/k0s-linux-${ARCH}" \
14
&& chmod +x /usr/local/bin/k0s
0 commit comments