Skip to content

Commit b106aaa

Browse files
committed
Dockerfileのコメントを修正し、k0sバイナリ取得の説明を明確化
1 parent e7bc0e7 commit b106aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s-worker/alpine-k0s/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG K0S_VERSION
88
# 便利ツール(ヘルスチェックやデバッグ用)
99
RUN apk add --no-cache bash iproute2 iptables ethtool curl ca-certificates tini util-linux coreutils
1010

11-
# k0s バイナリを取得(amd64想定。arm64なら URL を置き換え)
11+
# k0s バイナリを取得
1212
RUN curl -fsSL -o /usr/local/bin/k0s \
1313
"https://github.com/k0sproject/k0s/releases/download/${K0S_VERSION}/k0s-linux-${ARCH}" \
1414
&& chmod +x /usr/local/bin/k0s

0 commit comments

Comments
 (0)