sisyphus/kube-scheduler (sha256:e4210af425892ce477f5f440f0786ee1b956c6006d22542009bcd26810b810f1)
Published 2024-12-17 23:12:01 +03:00 by fedorovand
Installation
docker pull gitea.basealt.ru/alt/sisyphus/kube-scheduler@sha256:e4210af425892ce477f5f440f0786ee1b956c6006d22542009bcd26810b810f1
sha256:e4210af425892ce477f5f440f0786ee1b956c6006d22542009bcd26810b810f1
About this package
The Kubernetes scheduler is a control plane process which assigns Pods to Nodes.
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:ec995b636bd7d07a1baac3547aad843fa78dc3420ceb8693d032758db0b2226e 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.28 /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-scheduler"] |
LABEL org.opencontainers.image.title="kube-scheduler" |
LABEL org.opencontainers.image.description="The Kubernetes scheduler is a control plane process which assigns Pods to Nodes." |
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 scheduler is a control plane process which assigns Pods to Nodes. |
org.opencontainers.image.licenses | Apache-2.0 |
org.opencontainers.image.source | https://github.com/kubernetes/kubernetes |
org.opencontainers.image.title | kube-scheduler |
org.opencontainers.image.vendor | ALT Linux Team |