c10f/zot (sha256:4af90f725f76c8be2f6d67a840f4dda12935e08548ffb1ada1d3e9d75b908df7)
Published 2025-03-05 12:20:09 +03:00 by fedorovand
Installation
docker pull gitea.basealt.ru/images/c10f/zot@sha256:4af90f725f76c8be2f6d67a840f4dda12935e08548ffb1ada1d3e9d75b908df7
sha256:4af90f725f76c8be2f6d67a840f4dda12935e08548ffb1ada1d3e9d75b908df7
About this package
A production-ready vendor-neutral OCI-native container image registry (purely based on OCI Distribution Specification)
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="ALT-SP-Container" |
LABEL org.opencontainers.image.vendor="ALT Linux Team" |
ADD file:ef2ca650178c076cf7a708b04f0e7bcfaa208b598e3ee4c42be1657325cc5009 in / |
/bin/sh -c true > /etc/security/limits.d/50-defaults.conf |
CMD ["/bin/bash"] |
MAINTAINER alt-cloud |
LABEL org.opencontainers.image.title="zot" |
LABEL org.opencontainers.image.description="A production-ready vendor-neutral OCI-native container image registry (purely based on OCI Distribution Specification)" |
LABEL org.opencontainers.image.source="https://github.com/project-zot/zot" |
LABEL org.opencontainers.image.licenses="Apache-2.0" |
LABEL org.opencontainers.image.vendor="ALT Linux Team" |
/bin/sh -c apt-get update && $([ "$(rpm --eval %_host_cpu)" = i586 ] && echo linux32) apt-get install -y zot && rm -f /var/cache/apt/archives/*.rpm /var/cache/apt/*.bin /var/lib/apt/lists/*.* |
USER _zot:_zot |
VOLUME ["/var/lib/zot"] |
EXPOSE 5000 |
ENTRYPOINT ["/usr/bin/zot"] |
CMD ["serve", "/etc/zot/config.json"] |
Labels
Key | Value |
---|---|
io.buildah.version | 1.39.0 |
org.opencontainers.image.description | A production-ready vendor-neutral OCI-native container image registry (purely based on OCI Distribution Specification) |
org.opencontainers.image.licenses | Apache-2.0 |
org.opencontainers.image.source | https://github.com/project-zot/zot |
org.opencontainers.image.title | zot |
org.opencontainers.image.vendor | ALT Linux Team |