ruby3
sha256:0bbeeab8b5498e0cc435ebcbd98363c9d1b0eae82e1577d0871c8f44f5fe1f5d
OS/ARCH
linux/amd64
Compressed size
389.02 MB
Last pushed
10 days by buildslaveamd64
Type
Image
Manifest digest
sha256:01388abe4579471726fc48ce073d9e21e31bf272ed536191963f665683ba1ca0
Image Layers
1
# debian.sh --arch 'amd64' out/
46.23 MB
2
RUN /bin/sh -c set -eux;
22.94 MB
3
RUN /bin/sh -c set -eux;
61.41 MB
4
RUN /bin/sh -c set -ex;
201.54 MB
5
RUN /bin/sh -c set -eux;
190 B
6
ENV LANG=C.UTF-8
0 B
7
ENV RUBY_VERSION=3.3.7
0 B
8
ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.7.tar.xz
0 B
9
ENV RUBY_DOWNLOAD_SHA256=5dbcbc605e0ed4b09c52703241577eb7edc3a2dc747e184c72b5285719b6ad72
0 B
10
RUN /bin/sh -c set -eux;
36.06 MB
11
ENV GEM_HOME=/usr/local/bundle
0 B
12
ENV BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle
0 B
13
ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
14
RUN /bin/sh -c set -eux;
143 B
15
CMD ["irb"]
0 B
16
LABEL org.opencontainers.image.title=Unit (ruby3.3)
0 B
17
LABEL org.opencontainers.image.description=Official build of Unit
0 B
18
LABEL org.opencontainers.image.url=https://unit.nginx.org
0 B
19
LABEL org.opencontainers.image.source=https://github.com/nginx/unit
0 B
20
LABEL org.opencontainers.image.documentation=https://unit.nginx.org/installation/#docker-images
0 B
21
LABEL org.opencontainers.image.vendor=NGINX Docker Maintainers <docker-maint@nginx.com>
0 B
22
LABEL org.opencontainers.image.version=1.34.1
0 B
23
RUN /bin/sh -c set -ex
20.83 MB
24
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
1.24 KB
25
COPY welcome.* /usr/share/unit/welcome/ # buildkit
1.42 KB
26
STOPSIGNAL SIGTERM
0 B
27
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
0 B
28
EXPOSE map[80/tcp:{}]
0 B
29
CMD ["unitd" "--no-daemon" "--control" "unix:/var/run/control.unit.sock"]
0 B
Command
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'