forked from longhorn/longhorn-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update kubectl version in Dockerfile
Signed-off-by: Yang Chiu <[email protected]>
- Loading branch information
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
From alpine:latest | ||
|
||
ARG KUBECTL_VERSION=v1.20.2 | ||
ARG KUBECTL_VERSION=v1.30.0 | ||
|
||
ARG RKE_VERSION=v1.3.4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
From alpine:latest | ||
|
||
ARG KUBECTL_VERSION=v1.20.2 | ||
ARG KUBECTL_VERSION=v1.30.0 | ||
|
||
ARG RKE_VERSION=v1.3.4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
From alpine:latest | ||
|
||
ARG KUBECTL_VERSION=v1.20.2 | ||
ARG KUBECTL_VERSION=v1.30.0 | ||
|
||
ARG RKE_VERSION=v1.3.4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
From alpine:latest | ||
|
||
ARG KUBECTL_VERSION=v1.20.2 | ||
ARG KUBECTL_VERSION=v1.30.0 | ||
|
||
ARG RKE_VERSION=v1.3.4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
From alpine:latest | ||
|
||
ARG KUBECTL_VERSION=v1.20.2 | ||
ARG KUBECTL_VERSION=v1.30.0 | ||
|
||
ARG RKE_VERSION=v1.3.4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
From alpine:latest | ||
|
||
ARG KUBECTL_VERSION=v1.20.2 | ||
ARG KUBECTL_VERSION=v1.30.0 | ||
|
||
ARG RKE_VERSION=v1.3.4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
From alpine:latest | ||
|
||
ARG KUBECTL_VERSION=v1.20.2 | ||
ARG KUBECTL_VERSION=v1.30.0 | ||
|
||
ARG TERRAFORM_VERSION=1.3.5 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
From alpine:latest | ||
|
||
ARG KUBECTL_VERSION=v1.20.2 | ||
ARG KUBECTL_VERSION=v1.30.0 | ||
|
||
ARG RKE_VERSION=v1.3.4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
From alpine:latest | ||
|
||
ARG KUBECTL_VERSION=v1.20.2 | ||
ARG KUBECTL_VERSION=v1.30.0 | ||
|
||
ARG RKE_VERSION=v1.3.4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
From alpine:latest | ||
|
||
ARG KUBECTL_VERSION=v1.20.2 | ||
ARG KUBECTL_VERSION=v1.30.0 | ||
|
||
ARG RKE_VERSION=v1.3.4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM golang:1.22-alpine3.19 | ||
|
||
ARG KUBECTL_VERSION=v1.20.2 | ||
ARG KUBECTL_VERSION=v1.30.0 | ||
|
||
ARG RKE_VERSION=v1.3.4 | ||
|
||
|