sisyphus/kubelet (sha256:e52bb6f033c9f039adc150a3dc0a022c287a8052394971f06680ea2a57f317ef)
Published 2024-12-17 16:30:38 +03:00 by fedorovand
Installation
docker pull gitea.basealt.ru/alt/sisyphus/kubelet@sha256:e52bb6f033c9f039adc150a3dc0a022c287a8052394971f06680ea2a57f317ef
sha256:e52bb6f033c9f039adc150a3dc0a022c287a8052394971f06680ea2a57f317ef
About this package
An agent that runs on each node in the cluster. It makes sure that containers are running in a Pod.
Image Layers
MAINTAINER [Alexey Shabalin <shaba@altlinux.org>] [Nadezhda Fedorova <fedor@altlinux.org] |
LABEL org.opencontainers.image.title="alt" |
LABEL org.opencontainers.image.description="Minimal image" |
LABEL org.opencontainers.image.licenses="GPLv3" |
LABEL org.opencontainers.image.vendor="ALT Linux Team" |
ADD file:d1a3345eb35a35a0b849e2b7ddfac8b495107cc4eaed91bd3b06bfbd3483c664 in / |
/bin/sh -c true > /etc/security/limits.d/50-defaults.conf |
CMD ["/bin/bash"] |
MAINTAINER alt-cloud |
ARG PKG_VERSION |
|1 PKG_VERSION=1.30 /bin/sh -c apt-get update && $([ "$(rpm --eval %_host_cpu)" = i586 ] && echo linux32) apt-get install -y ca-certificates ethtool socat kubernetes${PKG_VERSION}-kubelet && rm -f /var/cache/apt/archives/*.rpm /var/cache/apt/*.bin /var/lib/apt/lists/*.* |
|1 PKG_VERSION=1.30 /bin/sh -c ln -s /usr/bin/kubelet /usr/local/bin/kubelet |
ENTRYPOINT ["/usr/bin/kubelet"] |
LABEL org.opencontainers.image.title="kubelet" org.opencontainers.image.description="An agent that runs on each node in the cluster. It makes sure that containers are running in a Pod." org.opencontainers.image.source="https://github.com/kubernetes/kubernetes" org.opencontainers.image.licenses="Apache-2.0" org.opencontainers.image.vendor="ALT Linux Team" |
Labels
Key | Value |
---|---|
io.buildah.version | 1.37.5 |
org.opencontainers.image.description | An agent that runs on each node in the cluster. It makes sure that containers are running in a Pod. |
org.opencontainers.image.licenses | Apache-2.0 |
org.opencontainers.image.source | https://github.com/kubernetes/kubernetes |
org.opencontainers.image.title | kubelet |
org.opencontainers.image.vendor | ALT Linux Team |