File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ COPY . /go/src/k8s.io/kube-state-metrics/
8
8
9
9
RUN make install-tools && make build-local
10
10
11
- FROM gcr.io/distroless/static:latest-${GOARCH}
11
+ FROM gcr.io/distroless/static-debian12 :latest-${GOARCH}
12
12
COPY --from=builder /go/src/k8s.io/kube-state-metrics/kube-state-metrics /
13
13
14
14
USER nobody
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ IMAGE = $(REGISTRY)/kube-state-metrics
21
21
MULTI_ARCH_IMG = $(IMAGE ) -$(ARCH )
22
22
USER ?= $(shell id -u -n)
23
23
HOST ?= $(shell hostname)
24
- MARKDOWNLINT_CLI2_VERSION = 0.14 .0
24
+ MARKDOWNLINT_CLI2_VERSION = 0.15 .0
25
25
26
26
27
27
export DOCKER_CLI_EXPERIMENTAL =enabled
Original file line number Diff line number Diff line change 1
1
# See https://cloud.google.com/cloud-build/docs/build-config
2
- timeout : 2400s
2
+ timeout : 2700s
3
3
options :
4
4
substitution_option : ALLOW_LOOSE
5
5
steps :
6
- - name : ' gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20230522-312425ae46 '
6
+ - name : ' gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20241111-71c32dbdcc '
7
7
entrypoint : make
8
8
env :
9
9
- TAG=$_PULL_BASE_REF
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ KUBE_STATE_METRICS_CURRENT_IMAGE_NAME="registry.k8s.io/kube-state-metrics/kube-s
31
31
KUBE_STATE_METRICS_IMAGE_NAME=" registry.k8s.io/kube-state-metrics/kube-state-metrics-${ARCH} "
32
32
E2E_SETUP_KIND=${E2E_SETUP_KIND:- }
33
33
E2E_SETUP_KUBECTL=${E2E_SETUP_KUBECTL:- }
34
- KIND_VERSION=v0.20 .0
34
+ KIND_VERSION=v0.25 .0
35
35
SUDO=${SUDO:- }
36
36
37
37
OS=$( uname -s | awk ' {print tolower($0)}' )
You can’t perform that action at this time.
0 commit comments