kube-apiserver (v1.36.2)
Published 2026-08-20 00:30:57 +03:00 by mpavlov
Installation
docker pull olssonul.com/iac/kube-apiserver:v1.36.2sha256:f11ee6b42271aff771d06e2ae5045c19c148a8daac25c658ff7f4f53cc3d74f8
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"] |
| ARG BINARY |
| COPY /binary_to_set /usr/local/bin/kube-apiserver # buildkit |
| COPY kube-log-runner /go-runner # buildkit |
| ENTRYPOINT ["/go-runner"] |
Labels
| Key | Value |
|---|---|
| description | go based runner for distroless scenarios |
| maintainers | Kubernetes Authors |