sha256:70baee2506f0625433bfff52795702f9fa71ff467d1e6110e61aa02c9c33ad13
OS/ARCH
Compressed size
82.03 MB
Last pushed
about 2 years by howardjohn
Type
Image
Manifest digest
sha256:a77af321f8ef2d21775c69a5c25f16fde262be0071dd7980d1233fd5fcfc8142
Image Layers
1ADD file ... in / 27.78 MB2CMD ["bash"]0 B3RUN /bin/sh -c set -eux;13.21 MB4RUN /bin/sh -c set -eux;199 B5ENV LANG=C.UTF-80 B6ENV RUBY_VERSION=3.3.00 B7ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0.tar.xz0 B8ENV RUBY_DOWNLOAD_SHA256=676b65a36e637e90f982b57b059189b3276b9045034dcd186a7e9078847b975b0 B9RUN /bin/sh -c set -eux;34.59 MB10ENV GEM_HOME=/usr/local/bundle0 B11ENV BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle0 B12ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B13RUN /bin/sh -c mkdir -p143 B14CMD ["irb"]0 B15WORKDIR /opt/microservices122 B16COPY Gemfile /opt/microservices/ # buildkit218 B17RUN /bin/sh -c bundle install6.45 MB18COPY details.rb /opt/microservices/ # buildkit2.55 KB19ARG service_version=v20 B20ENV SERVICE_VERSION=v20 B21ARG enable_external_book_service=true0 B22ENV ENABLE_EXTERNAL_BOOK_SERVICE=true0 B23EXPOSE map[9080/tcp:{}]0 B24CMD ["ruby" "details.rb" "9080"]0 B25USER 10000 BCommand
ADD file:d4bb05cb4d403a78b4ab5cd8d620330659d5aeb25f847d104ebc02c3a0f32624 in /