p11/python (sha256:fc8d135cf250b34446daf8efc4cee34cc00526ff71c0584a4eecc45666cc743e)
Published 2024-12-13 18:51:04 +03:00 by fedorovand
Installation
docker pull gitea.basealt.ru/images/p11/python@sha256:fc8d135cf250b34446daf8efc4cee34cc00526ff71c0584a4eecc45666cc743e
sha256:fc8d135cf250b34446daf8efc4cee34cc00526ff71c0584a4eecc45666cc743e
About this package
Python 3 and tools needed for development
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-Container or GPLv3" |
LABEL org.opencontainers.image.vendor="ALT Linux Team" |
ADD file:0252be30a32a5ced5ef0a12ee12a0415166549b3dbe5b8703cfcfde1cb999009 in / |
/bin/sh -c true > /etc/security/limits.d/50-defaults.conf |
CMD ["/bin/bash"] |
MAINTAINER alt-cloud |
LABEL org.opencontainers.image.title="base" |
LABEL org.opencontainers.image.description="Base image with localization and timezone packages" |
LABEL org.opencontainers.image.licenses="GPLv2" |
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 glibc-gconv-modules glibc-locales tzdata && rm -f /var/cache/apt/archives/*.rpm /var/cache/apt/*.bin /var/lib/apt/lists/*.* |
CMD ["bash"] |
MAINTAINER alt-cloud |
LABEL org.opencontainers.image.title="python" |
LABEL org.opencontainers.image.description="Python 3 and tools needed for development" |
LABEL org.opencontainers.image.source="https://github.com/python/cpython" |
LABEL org.opencontainers.image.licenses="Python" |
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 python3-module-pip python3-module-setuptools python3-dev gcc && rm -f /var/cache/apt/archives/*.rpm /var/cache/apt/*.bin /var/lib/apt/lists/*.* |
CMD ["python3"] |
Labels
Key | Value |
---|---|
io.buildah.version | 1.37.5 |
org.opencontainers.image.description | Python 3 and tools needed for development |
org.opencontainers.image.licenses | Python |
org.opencontainers.image.source | https://github.com/python/cpython |
org.opencontainers.image.title | python |
org.opencontainers.image.vendor | ALT Linux Team |