generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #983 from wzshiming/bump/k8s
Bump releases of k8s
- Loading branch information
Showing
28 changed files
with
150 additions
and
140 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
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,4 +1,4 @@ | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.0 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwok ./cmd/kwok | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.2 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwok ./cmd/kwok | ||
gsutil cp -P ./bin/<OS>/<ARCH>/kwok bucket/releases/staging-prefix-<VERSION>/bin/<OS>/<ARCH>/kwok | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.0 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwokctl ./cmd/kwokctl | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.2 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwokctl ./cmd/kwokctl | ||
gsutil cp -P ./bin/<OS>/<ARCH>/kwokctl bucket/releases/staging-prefix-<VERSION>/bin/<OS>/<ARCH>/kwokctl |
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,4 +1,4 @@ | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.0 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwok ./cmd/kwok | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.2 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwok ./cmd/kwok | ||
gsutil cp -P ./bin/<OS>/<ARCH>/kwok bucket/releases/<VERSION>/bin/<OS>/<ARCH>/kwok | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.0 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwokctl ./cmd/kwokctl | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.2 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwokctl ./cmd/kwokctl | ||
gsutil cp -P ./bin/<OS>/<ARCH>/kwokctl bucket/releases/<VERSION>/bin/<OS>/<ARCH>/kwokctl |
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 @@ | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.0 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwok ./cmd/kwok | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.2 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwok ./cmd/kwok | ||
cp ./bin/<OS>/<ARCH>/kwok kwok-<OS>-<ARCH> | ||
gh -R ghrelease release upload <VERSION> kwok-<OS>-<ARCH> | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.0 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwokctl ./cmd/kwokctl | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.2 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwokctl ./cmd/kwokctl | ||
cp ./bin/<OS>/<ARCH>/kwokctl kwokctl-<OS>-<ARCH> | ||
gh -R ghrelease release upload <VERSION> kwokctl-<OS>-<ARCH> |
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,2 +1,2 @@ | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.0 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwok ./cmd/kwok | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.0 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwokctl ./cmd/kwokctl | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.2 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwok ./cmd/kwok | ||
GOOS=<OS> GOARCH=<ARCH> go build -ldflags '-X sigs.k8s.io/kwok/pkg/consts.Version=<VERSION> -X sigs.k8s.io/kwok/pkg/consts.KubeVersion=v1.29.2 -X sigs.k8s.io/kwok/pkg/consts.ImagePrefix=image-prefix' -o ./bin/<OS>/<ARCH>/kwokctl ./cmd/kwokctl |
12 changes: 6 additions & 6 deletions
12
test/release/testdata/cluster-image-nerdctl-with-push-staging.txt
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 @@ | ||
nerdctl build --build-arg=kube_version=v1.29.0 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.29.0 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.29.0 | ||
nerdctl build --build-arg=kube_version=v1.28.0 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.28.0 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.28.0 | ||
nerdctl build --build-arg=kube_version=v1.27.3 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.27.3 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.27.3 | ||
nerdctl build --build-arg=kube_version=v1.29.2 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.29.2 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.29.2 | ||
nerdctl build --build-arg=kube_version=v1.28.7 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.28.7 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.28.7 | ||
nerdctl build --build-arg=kube_version=v1.27.11 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.27.11 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.27.11 |
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 @@ | ||
nerdctl build --build-arg=kube_version=v1.29.0 --tag=image-prefix/cluster:<VERSION>-k8s.v1.29.0 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:<VERSION>-k8s.v1.29.0 | ||
nerdctl build --build-arg=kube_version=v1.28.0 --tag=image-prefix/cluster:<VERSION>-k8s.v1.28.0 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:<VERSION>-k8s.v1.28.0 | ||
nerdctl build --build-arg=kube_version=v1.27.3 --tag=image-prefix/cluster:<VERSION>-k8s.v1.27.3 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:<VERSION>-k8s.v1.27.3 | ||
nerdctl build --build-arg=kube_version=v1.29.2 --tag=image-prefix/cluster:<VERSION>-k8s.v1.29.2 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:<VERSION>-k8s.v1.29.2 | ||
nerdctl build --build-arg=kube_version=v1.28.7 --tag=image-prefix/cluster:<VERSION>-k8s.v1.28.7 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:<VERSION>-k8s.v1.28.7 | ||
nerdctl build --build-arg=kube_version=v1.27.11 --tag=image-prefix/cluster:<VERSION>-k8s.v1.27.11 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl push --platform=linux/<ARCH> image-prefix/cluster:<VERSION>-k8s.v1.27.11 |
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,3 +1,3 @@ | ||
nerdctl build --build-arg=kube_version=v1.29.0 --tag=image-prefix/cluster:<VERSION>-k8s.v1.29.0 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl build --build-arg=kube_version=v1.28.0 --tag=image-prefix/cluster:<VERSION>-k8s.v1.28.0 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl build --build-arg=kube_version=v1.27.3 --tag=image-prefix/cluster:<VERSION>-k8s.v1.27.3 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl build --build-arg=kube_version=v1.29.2 --tag=image-prefix/cluster:<VERSION>-k8s.v1.29.2 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl build --build-arg=kube_version=v1.28.7 --tag=image-prefix/cluster:<VERSION>-k8s.v1.28.7 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
nerdctl build --build-arg=kube_version=v1.27.11 --tag=image-prefix/cluster:<VERSION>-k8s.v1.27.11 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . |
12 changes: 6 additions & 6 deletions
12
test/release/testdata/cluster-image-podman-with-push-staging.txt
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 @@ | ||
podman build --build-arg=kube_version=v1.29.0 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.29.0 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.29.0 | ||
podman build --build-arg=kube_version=v1.28.0 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.28.0 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.28.0 | ||
podman build --build-arg=kube_version=v1.27.3 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.27.3 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.27.3 | ||
podman build --build-arg=kube_version=v1.29.2 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.29.2 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.29.2 | ||
podman build --build-arg=kube_version=v1.28.7 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.28.7 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.28.7 | ||
podman build --build-arg=kube_version=v1.27.11 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.27.11 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman push --platform=linux/<ARCH> image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.27.11 |
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 @@ | ||
podman build --build-arg=kube_version=v1.29.0 --tag=image-prefix/cluster:<VERSION>-k8s.v1.29.0 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman push --platform=linux/<ARCH> image-prefix/cluster:<VERSION>-k8s.v1.29.0 | ||
podman build --build-arg=kube_version=v1.28.0 --tag=image-prefix/cluster:<VERSION>-k8s.v1.28.0 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman push --platform=linux/<ARCH> image-prefix/cluster:<VERSION>-k8s.v1.28.0 | ||
podman build --build-arg=kube_version=v1.27.3 --tag=image-prefix/cluster:<VERSION>-k8s.v1.27.3 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman push --platform=linux/<ARCH> image-prefix/cluster:<VERSION>-k8s.v1.27.3 | ||
podman build --build-arg=kube_version=v1.29.2 --tag=image-prefix/cluster:<VERSION>-k8s.v1.29.2 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman push --platform=linux/<ARCH> image-prefix/cluster:<VERSION>-k8s.v1.29.2 | ||
podman build --build-arg=kube_version=v1.28.7 --tag=image-prefix/cluster:<VERSION>-k8s.v1.28.7 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman push --platform=linux/<ARCH> image-prefix/cluster:<VERSION>-k8s.v1.28.7 | ||
podman build --build-arg=kube_version=v1.27.11 --tag=image-prefix/cluster:<VERSION>-k8s.v1.27.11 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman push --platform=linux/<ARCH> image-prefix/cluster:<VERSION>-k8s.v1.27.11 |
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,3 +1,3 @@ | ||
podman build --build-arg=kube_version=v1.29.0 --tag=image-prefix/cluster:<VERSION>-k8s.v1.29.0 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman build --build-arg=kube_version=v1.28.0 --tag=image-prefix/cluster:<VERSION>-k8s.v1.28.0 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman build --build-arg=kube_version=v1.27.3 --tag=image-prefix/cluster:<VERSION>-k8s.v1.27.3 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman build --build-arg=kube_version=v1.29.2 --tag=image-prefix/cluster:<VERSION>-k8s.v1.29.2 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman build --build-arg=kube_version=v1.28.7 --tag=image-prefix/cluster:<VERSION>-k8s.v1.28.7 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . | ||
podman build --build-arg=kube_version=v1.27.11 --tag=image-prefix/cluster:<VERSION>-k8s.v1.27.11 --platform=linux/<ARCH> -f ./images/cluster/Dockerfile . |
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,3 +1,3 @@ | ||
docker buildx build --build-arg=kube_version=v1.29.0 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.29.0 --platform=linux/<ARCH> --push -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.28.0 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.28.0 --platform=linux/<ARCH> --push -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.27.3 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.27.3 --platform=linux/<ARCH> --push -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.29.2 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.29.2 --platform=linux/<ARCH> --push -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.28.7 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.28.7 --platform=linux/<ARCH> --push -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.27.11 --tag=image-prefix/cluster:staging-prefix-<VERSION>-k8s.v1.27.11 --platform=linux/<ARCH> --push -f ./images/cluster/Dockerfile . |
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,3 +1,3 @@ | ||
docker buildx build --build-arg=kube_version=v1.29.0 --tag=image-prefix/cluster:<VERSION>-k8s.v1.29.0 --platform=linux/<ARCH> --push -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.28.0 --tag=image-prefix/cluster:<VERSION>-k8s.v1.28.0 --platform=linux/<ARCH> --push -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.27.3 --tag=image-prefix/cluster:<VERSION>-k8s.v1.27.3 --platform=linux/<ARCH> --push -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.29.2 --tag=image-prefix/cluster:<VERSION>-k8s.v1.29.2 --platform=linux/<ARCH> --push -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.28.7 --tag=image-prefix/cluster:<VERSION>-k8s.v1.28.7 --platform=linux/<ARCH> --push -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.27.11 --tag=image-prefix/cluster:<VERSION>-k8s.v1.27.11 --platform=linux/<ARCH> --push -f ./images/cluster/Dockerfile . |
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,3 +1,3 @@ | ||
docker buildx build --build-arg=kube_version=v1.29.0 --tag=image-prefix/cluster:<VERSION>-k8s.v1.29.0 --platform=linux/<ARCH> --load -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.28.0 --tag=image-prefix/cluster:<VERSION>-k8s.v1.28.0 --platform=linux/<ARCH> --load -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.27.3 --tag=image-prefix/cluster:<VERSION>-k8s.v1.27.3 --platform=linux/<ARCH> --load -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.29.2 --tag=image-prefix/cluster:<VERSION>-k8s.v1.29.2 --platform=linux/<ARCH> --load -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.28.7 --tag=image-prefix/cluster:<VERSION>-k8s.v1.28.7 --platform=linux/<ARCH> --load -f ./images/cluster/Dockerfile . | ||
docker buildx build --build-arg=kube_version=v1.27.11 --tag=image-prefix/cluster:<VERSION>-k8s.v1.27.11 --platform=linux/<ARCH> --load -f ./images/cluster/Dockerfile . |
Oops, something went wrong.