kube-scheduler (v1.36.2)
Published 2026-08-20 00:31:14 +03:00 by mpavlov
Installation
docker pull olssonul.com/iac/kube-scheduler:v1.36.2sha256:2e15c3a44cff7b0b7bbef873f4c8a3ef6545c11ef87e19c5941042158a944b71
Image Layers
| bazel build @bookworm//base-files/amd64:data_statusd |
| bazel build @bookworm//netbase/amd64:data_statusd |
| bazel build @bookworm//tzdata/amd64:data_statusd |
| bazel build @bookworm//media-types/amd64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian12 |
| bazel build //common:cacerts_debian12_amd64 |
| LABEL maintainers=Kubernetes Authors |
| LABEL description=go based runner for distroless scenarios |
| WORKDIR / |
| COPY /workspace/go-runner . # buildkit |
| ENTRYPOINT ["/go-runner"] |
| COPY /usr/local/bin/ # buildkit |
| COPY kube-log-runner /go-runner # buildkit |
| ENTRYPOINT ["/go-runner"] |
Labels
| Key | Value |
|---|---|
| description | go based runner for distroless scenarios |
| maintainers | Kubernetes Authors |