-
Notifications
You must be signed in to change notification settings - Fork 71
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 #597 from hjiawei/bump-k8s-1.30
Bump k8s utilities to v1.30 release train
- Loading branch information
Showing
3 changed files
with
12 additions
and
12 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,10 +1,10 @@ | ||
ARG TARGETARCH=${TARGETARCH} | ||
|
||
FROM calico/bpftool:v7.4.0 as bpftool | ||
FROM calico/bpftool:v7.4.0 AS bpftool | ||
|
||
FROM --platform=amd64 calico/qemu-user-static:latest as qemu | ||
FROM --platform=amd64 calico/qemu-user-static:latest AS qemu | ||
|
||
FROM registry.access.redhat.com/ubi8/ubi:latest as ubi | ||
FROM registry.access.redhat.com/ubi8/ubi:latest AS ubi | ||
|
||
ARG TARGETARCH | ||
|
||
|
@@ -16,8 +16,8 @@ ARG GOLANG_SHA256_S390X=de1f94d7dd3548ba3036de1ea97eb8243881c22a88fcc04cc08c704d | |
|
||
ARG CONTAINERREGISTRY_VERSION=v0.20.2 | ||
ARG GO_LINT_VERSION=v1.61.0 | ||
ARG K8S_VERSION=v1.29.9 | ||
ARG K8S_LIBS_VERSION=v0.29.9 | ||
ARG K8S_VERSION=v1.30.5 | ||
ARG K8S_LIBS_VERSION=v0.30.5 | ||
ARG MOCKERY_VERSION=2.45.1 | ||
|
||
ARG CALICO_CONTROLLER_TOOLS_VERSION=calico-0.1 | ||
|
@@ -170,7 +170,6 @@ RUN go install github.com/onsi/ginkgo/v2/[email protected] && mv /go/bin/ginkgo /go | |
go install github.com/swaggo/swag/cmd/[email protected] && \ | ||
go install github.com/wadey/[email protected] && \ | ||
go install golang.org/x/tools/cmd/[email protected] && \ | ||
go install mvdan.cc/[email protected] && \ | ||
go install golang.org/x/tools/cmd/[email protected] && \ | ||
go install google.golang.org/grpc/cmd/[email protected] && \ | ||
go install google.golang.org/protobuf/cmd/[email protected] && \ | ||
|
@@ -181,7 +180,8 @@ RUN go install github.com/onsi/ginkgo/v2/[email protected] && mv /go/bin/ginkgo /go | |
go install k8s.io/code-generator/cmd/defaulter-gen@${K8S_LIBS_VERSION} && \ | ||
go install k8s.io/code-generator/cmd/informer-gen@${K8S_LIBS_VERSION} && \ | ||
go install k8s.io/code-generator/cmd/lister-gen@${K8S_LIBS_VERSION} && \ | ||
go install k8s.io/code-generator/cmd/openapi-gen@${K8S_LIBS_VERSION} | ||
go install k8s.io/kube-openapi/cmd/[email protected] && \ | ||
go install mvdan.cc/[email protected] | ||
|
||
# Build and install semvalidator | ||
COPY semvalidator/go.mod semvalidator/go.sum semvalidator/main.go /tmp/semvalidator/ | ||
|
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