sha256:6acb6635c0b196c9cd6c052d0061738950bf38e4f0b9a17d56edd6f144c98ce6
OS/ARCH
Compressed size
522.94 MB
Last pushed
16 days by freikin
Type
Image
Manifest digest
sha256:def1b373ee0e8561db7369627dd7868e4b0a5adce6990675522e5a4a00f9b851
Image Layers
1# debian.sh --arch 'armhf' out/25 MB2RUN /bin/sh -c set -eux;1.18 MB3RUN /bin/sh -c set -eux;189 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;36.03 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 B14ARG RAILS_ENV=production0 B15ENV APP_PATH=/var/app0 B16ENV BUNDLE_VERSION=2.5.210 B17ENV BUNDLE_PATH=/usr/local/bundle/gems0 B18ENV RAILS_LOG_TO_STDOUT=true0 B19ENV RAILS_PORT=30000 B20RUN |1 RAILS_ENV=production /bin/sh -c132.16 MB21RUN |1 RAILS_ENV=production /bin/sh -c137.86 MB22RUN |1 RAILS_ENV=production /bin/sh -c2.24 MB23COPY /out /opt/mbgl-libs # buildkit123 B24RUN |1 RAILS_ENV=production /bin/sh -c174 B25ENV RUBY_YJIT_ENABLE=10 B26RUN |1 RAILS_ENV=production /bin/sh -c437.69 KB27WORKDIR /var/app32 B28COPY ../Gemfile ../Gemfile.lock ../.ruby-version ../vendor1.08 MB29RUN |1 RAILS_ENV=production /bin/sh -c84.58 MB30COPY ../. ./ # buildkit68.59 MB31RUN |1 RAILS_ENV=production /bin/sh -c32 B32RUN |1 RAILS_ENV=production /bin/sh -c16.78 MB33RUN |1 RAILS_ENV=production /bin/sh -c315 B34RUN |1 RAILS_ENV=production /bin/sh -c17.01 MB35COPY ./docker/web-entrypoint.sh /usr/local/bin/web-entrypoint.sh # buildkit1.74 KB36RUN |1 RAILS_ENV=production /bin/sh -c1.74 KB37COPY ./docker/sidekiq-entrypoint.sh /usr/local/bin/sidekiq-entrypoint.sh # buildkit1.16 KB38RUN |1 RAILS_ENV=production /bin/sh -c1.16 KB39EXPOSE [3000/tcp]0 B40STOPSIGNAL SIGINT0 B41ENTRYPOINT ["bundle" "exec"]0 BCommand
# debian.sh --arch 'armhf' out/ 'trixie' '@1782172800'