sisyphus/kube-proxy (sha256:1498b90c13c3676250ab0864b9bb73a8e74c07542dbb99e37557ca3edb471e57)
Published 2024-12-17 23:17:49 +03:00 by fedorovand
Installation
docker pull gitea.basealt.ru/alt/sisyphus/kube-proxy@sha256:1498b90c13c3676250ab0864b9bb73a8e74c07542dbb99e37557ca3edb471e57
sha256:1498b90c13c3676250ab0864b9bb73a8e74c07542dbb99e37557ca3edb471e57
About this package
The Kubernetes network proxy runs on each node.
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.28 /bin/sh -c apt-get update && $([ "$(rpm --eval %_host_cpu)" = i586 ] && echo linux32) apt-get install -y kubernetes${PKG_VERSION}-node && rm -f /var/cache/apt/archives/*.rpm /var/cache/apt/*.bin /var/lib/apt/lists/*.* |
|1 PKG_VERSION=1.28 /bin/sh -c ln -s /usr/bin/kube-proxy /usr/local/bin/kube-proxy |
ENTRYPOINT ["/usr/bin/kube-proxy"] |
LABEL org.opencontainers.image.title="kube-proxy" |
LABEL org.opencontainers.image.description="The Kubernetes network proxy runs on each node." |
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 network proxy runs on each node. |
org.opencontainers.image.licenses | Apache-2.0 |
org.opencontainers.image.source | https://github.com/kubernetes/kubernetes |
org.opencontainers.image.title | kube-proxy |
org.opencontainers.image.vendor | ALT Linux Team |