sisyphus/kube-controller-manager (sha256:a286ae366fd49055a2dc14b811c3357aaf571cebe57ebf4f558a3678a37dfba4)
Published 2024-12-17 22:54:35 +03:00 by fedorovand
Installation
docker pull gitea.basealt.ru/alt/sisyphus/kube-controller-manager@sha256:a286ae366fd49055a2dc14b811c3357aaf571cebe57ebf4f558a3678a37dfba4
sha256:a286ae366fd49055a2dc14b811c3357aaf571cebe57ebf4f558a3678a37dfba4
About this package
The Kubernetes controller manager is a daemon that embeds the core control loops shipped with Kubernetes.
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:920ef8cdb427770ab78f460dc733a8600c875eb9fedde688912691f2525f5f49 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.29 /bin/sh -c apt-get update && $([ "$(rpm --eval %_host_cpu)" = i586 ] && echo linux32) apt-get install -y kubernetes${PKG_VERSION}-master && rm -f /var/cache/apt/archives/*.rpm /var/cache/apt/*.bin /var/lib/apt/lists/*.* |
ENTRYPOINT ["/usr/bin/kube-controller-manager"] |
LABEL org.opencontainers.image.title="kube-controller-manager" |
LABEL org.opencontainers.image.description="The Kubernetes controller manager is a daemon that embeds the core control loops shipped with Kubernetes." |
LABEL org.opencontainers.image.source="https://github.com/kubernetes/kubernetes" |
LABEL org.opencontainers.image.licenses="Apache-2.0" |
LABEL org.opencontainers.image.vendor="ALT Linux Team" |
Labels
Key | Value |
---|---|
io.buildah.version | 1.37.5 |
org.opencontainers.image.description | The Kubernetes controller manager is a daemon that embeds the core control loops shipped with Kubernetes. |
org.opencontainers.image.licenses | Apache-2.0 |
org.opencontainers.image.source | https://github.com/kubernetes/kubernetes |
org.opencontainers.image.title | kube-controller-manager |
org.opencontainers.image.vendor | ALT Linux Team |