sha256:726ea618e7562e1ad2e360082cc74e021f07e04ab2c1b23d45d94e13eeeb29ad
OS/ARCH
Compressed size
147.75 MB
Last pushed
5 months by mitre
Type
Image
Manifest digest
sha256:60fba14c7e9957e86e28c859a03d8b8ffad8ddda9dab0d321439123c0a9cb01a
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;1.22 MB3RUN /bin/sh -c set -eux;190 B4ENV LANG=C.UTF-80 B5ENV RUBY_VERSION=3.4.90 B6ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.9.tar.xz0 B7ENV RUBY_DOWNLOAD_SHA256=4231c54072601a171faed1699f105985e9971c94cd382b78feb4eb44eec2dd1a0 B8RUN /bin/sh -c set -eux;40.18 MB9ENV GEM_HOME=/usr/local/bundle0 B10ENV BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle0 B11ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B12RUN /bin/sh -c set -eux;144 B13CMD ["irb"]0 B14WORKDIR /rails95 B15RUN /bin/sh -c apt-get update19.11 MB16COPY certs/ /usr/local/share/ca-certificates/custom/ # buildkit789 B17RUN /bin/sh -c cd /usr/local/share/ca-certificates/custom230 B18ENV LD_PRELOAD=/usr/local/lib/libjemalloc.so MALLOC_ARENA_MAX=2 NODE_EXTRA_CA_CERTS=/etc/ssl/certs/ca-certificates.crt BUNDLE_PATH=/usr/local/bundle0 B19ENV RAILS_ENV=production BUNDLE_DEPLOYMENT=1 BUNDLE_WITHOUT=development:test RAILS_LOG_TO_STDOUT=true0 B20COPY /usr/local/bundle /usr/local/bundle # buildkit41.83 MB21COPY --chmod=755 /rails /rails #16.38 MB22RUN /bin/sh -c groupadd --system646.96 KB23USER 1000:10000 B24HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3000/up0 B25EXPOSE [3000/tcp]0 B26ENTRYPOINT ["/rails/bin/docker-entrypoint"]0 B27CMD ["bundle" "exec" "rails" "server"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'