sha256:a49731e1fc05d7c24a4103709f41d64180bed989b251625f4c31ba63022e303b
OS/ARCH
Compressed size
79.28 MB
Last pushed
over 1 year by howardjohn
Type
Image
Manifest digest
sha256:e462b3c2191e8643ce0e03f4595607b1d82768c7249ec6f759bc4aa81ab2a2ff
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;3.34 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.64 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;142 B13CMD ["irb"]0 B14WORKDIR /opt/microservices121 B15COPY Gemfile Gemfile.lock /opt/microservices/ #361 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 'amd64' out/ 'bookworm' '@1743984000'