p11/ruby (sha256:5bd0f2bf68223be6467ac600a00ecfd6e24c5b4c19c441591e57275e23f9253f)
Published 2024-12-13 18:53:49 +03:00 by fedorovand
Installation
docker pull gitea.basealt.ru/images/p11/ruby@sha256:5bd0f2bf68223be6467ac600a00ecfd6e24c5b4c19c441591e57275e23f9253f
sha256:5bd0f2bf68223be6467ac600a00ecfd6e24c5b4c19c441591e57275e23f9253f
About this package
Interactive Ruby Shell
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="ruby" |
LABEL org.opencontainers.image.description="Interactive Ruby Shell" |
LABEL org.opencontainers.image.source="https://github.com/ruby/ruby" |
LABEL org.opencontainers.image.licenses="BSD-2-Clause or Ruby" |
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 irb && rm -f /var/cache/apt/archives/*.rpm /var/cache/apt/*.bin /var/lib/apt/lists/*.* |
CMD ["irb"] |
Labels
Key | Value |
---|---|
io.buildah.version | 1.37.5 |
org.opencontainers.image.description | Interactive Ruby Shell |
org.opencontainers.image.licenses | BSD-2-Clause or Ruby |
org.opencontainers.image.source | https://github.com/ruby/ruby |
org.opencontainers.image.title | ruby |
org.opencontainers.image.vendor | ALT Linux Team |