File tree Expand file tree Collapse file tree 4 files changed +5
-23
lines changed Expand file tree Collapse file tree 4 files changed +5
-23
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IMAGE_BUILD_CMD ?= docker build
8
8
IMAGE_BUILD_EXTRA_OPTS ?=
9
9
IMAGE_PUSH_CMD ?= docker push
10
10
CONTAINER_RUN_CMD ?= docker run
11
- BUILDER_IMAGE ?= golang:1.24rc3 -bookworm
11
+ BUILDER_IMAGE ?= golang:1.24 -bookworm
12
12
BASE_IMAGE_FULL ?= debian:bookworm-slim
13
13
BASE_IMAGE_MINIMAL ?= scratch
14
14
Original file line number Diff line number Diff line change 2
2
3
3
BASE_IMAGE_MINIMAL = "gcr.io/distroless/base"
4
4
BASE_IMAGE_FULL = "debian:bullseye-slim"
5
- BUILDER_IMAGE = "golang:1.24rc3 -bookworm"
5
+ BUILDER_IMAGE = "golang:1.24 -bookworm"
6
6
HOSTMOUNT_PREFIX = "/host-"
7
7
IMAGE_TAG_NAME = os .getenv ('IMAGE_TAG_NAME' , "master" )
8
8
IMAGE_REGISTRY = os .getenv ('IMAGE_REGISTRY' , "gcr.io/k8s-staging-nfd" )
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ require (
28
28
k8s.io/apiextensions-apiserver v0.32.1
29
29
k8s.io/apimachinery v0.32.1
30
30
k8s.io/client-go v0.32.1
31
- k8s.io/code-generator v0.32.1
32
31
k8s.io/component-base v0.32.1
33
32
k8s.io/klog/v2 v2.130.1
34
33
k8s.io/kubectl v0.32.1
@@ -153,6 +152,7 @@ require (
153
152
howett.net/plist v1.0.0 // indirect
154
153
k8s.io/apiserver v0.32.1 // indirect
155
154
k8s.io/cloud-provider v0.32.1 // indirect
155
+ k8s.io/code-generator v0.32.1 // indirect
156
156
k8s.io/component-helpers v0.32.1 // indirect
157
157
k8s.io/controller-manager v0.32.1 // indirect
158
158
k8s.io/cri-api v0.32.1 // indirect
@@ -201,3 +201,5 @@ replace (
201
201
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.32.1
202
202
sigs.k8s.io/node-feature-discovery/api/nfd => ./api/nfd
203
203
)
204
+
205
+ tool k8s.io/code-generator
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments