Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita20154e

Browse files
CR-2249 (#39)
CR-2249
1 parent244cf30 commita20154e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.6 AS builder
22

33
RUN apk update && apk add curl
44

5-
RUN export ARCH=$([["$(uname -m)" =="aarch64" ]] && echo"arm64" || echo"${ARCH}") &&\
5+
RUN export ARCH=$([["$(uname -m)" =="aarch64" ]] && echo"arm64" || echo"amd64") &&\
66
curl -o kubectl1.16 -L https://storage.googleapis.com/kubernetes-release/release/v1.16.0/bin/linux/${ARCH}/kubectl &&\
77
curl -o kubectl1.15 -L https://storage.googleapis.com/kubernetes-release/release/v1.15.0/bin/linux/${ARCH}/kubectl &&\
88
curl -o kubectl1.14 -L https://storage.googleapis.com/kubernetes-release/release/v1.14.0/bin/linux/${ARCH}/kubectl &&\

‎service.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version:16.1.3
1+
version:16.1.4
22

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp