You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN GOARCH=${TARGETARCH} make bin/node-problem-detector bin/health-checker bin/log-counter
38
37
39
-
ARG BASEIMAGE
40
-
FROM --platform=${TARGETPLATFORM} ${BASEIMAGE}
38
+
FROM --platform=${TARGETPLATFORM} registry.k8s.io/build-image/debian-base:bookworm-v1.0.4@sha256:b30608f5a81f8ba99b287322d0bfb77ec506adcce396147aa4a59699d69be3e0 as base
41
39
42
40
LABEL maintainer="Random Liu <lantaol@google.com>"
0 commit comments