p10/python2 (sha256:b857fcfd663e1b2282c852b8a37e911204b040bbd9417aca4729060890d0ec03)
Published 2024-12-13 12:01:46 +03:00 by fedorovand
Installation
docker pull gitea.basealt.ru/alt/p10/python2@sha256:b857fcfd663e1b2282c852b8a37e911204b040bbd9417aca4729060890d0ec03
sha256:b857fcfd663e1b2282c852b8a37e911204b040bbd9417aca4729060890d0ec03
About this package
Python 2 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:d98867de684fd25de98f6cd6c1a8c5a7101fd78f434c872e78b3f8a4fe57e95a 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 2 and tools needed for development" |
LABEL org.opencontainers.image.source="https://www.python.org/downloads/source" |
LABEL org.opencontainers.image.licenses="Python-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 python-module-setuptools python-dev gcc && rm -f /var/cache/apt/archives/*.rpm /var/cache/apt/*.bin /var/lib/apt/lists/*.* |
CMD ["python2"] |
Labels
Key | Value |
---|---|
io.buildah.version | 1.37.5 |
org.opencontainers.image.description | Python 2 and tools needed for development |
org.opencontainers.image.licenses | Python-2.0 |
org.opencontainers.image.source | https://www.python.org/downloads/source |
org.opencontainers.image.title | python |
org.opencontainers.image.vendor | ALT Linux Team |
Details
Versions (2)
View all