sha256:a49731e1fc05d7c24a4103709f41d64180bed989b251625f4c31ba63022e303b
OS/ARCH
Compressed size
78.82 MB
Last pushed
over 1 year by howardjohn
Type
Image
Manifest digest
sha256:2905335ccc45da90728b6207f8e6b81c2ca67a5092ce9f3ae074e6201ba995be
Image Layers
1# debian.sh --arch 'arm64' out/26.77 MB2RUN /bin/sh -c set -eux;3.17 MB3RUN /bin/sh -c set -eux;190 B4ENV LANG=C.UTF-80 B5ENV RUBY_VERSION=3.4.30 B6ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.3.tar.xz0 B7ENV RUBY_DOWNLOAD_SHA256=174dcd8c516694f833fd3c93ea227fa6c3321464577a3882a6fc7e4fe20237fd0 B8RUN /bin/sh -c set -eux;41.51 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 /opt/microservices122 B15COPY Gemfile Gemfile.lock /opt/microservices/ #362 B16RUN /bin/sh -c bundle install7.37 MB17COPY details.rb /opt/microservices/ # buildkit2.55 KB18ARG service_version=v10 B19ENV SERVICE_VERSION=v10 B20ARG enable_external_book_service0 B21ENV ENABLE_EXTERNAL_BOOK_SERVICE=false0 B22EXPOSE map[9080/tcp:{}]0 B23CMD ["ruby" "details.rb" "9080"]0 B24USER 10000 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1743984000'