sha256:3ecd13d20a4c96139282b1d4c7ed2dc65300652b5acbc3ccadee23edb6e484e1
OS/ARCH
linux/amd64
Compressed size
449.72 MB
Last pushed
8 months by yegor256
Type
Image
Manifest digest
sha256:3ecd13d20a4c96139282b1d4c7ed2dc65300652b5acbc3ccadee23edb6e484e1
Image Layers
1# debian.sh --arch 'amd64' out/47 MB2RUN /bin/sh -c set -eux;24.43 MB3RUN /bin/sh -c set -eux;64.65 MB4RUN /bin/sh -c set -ex;225.07 MB5RUN /bin/sh -c set -eux;189 B6ENV LANG=C.UTF-80 B7ENV RUBY_VERSION=4.0.10 B8ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/4.0/ruby-4.0.1.tar.xz0 B9ENV RUBY_DOWNLOAD_SHA256=0531fe57dfdb56bf591620d2450642ea0e0964f3512a6ebee7dc9305de69395f0 B10RUN /bin/sh -c set -eux;47.4 MB11ENV GEM_HOME=/usr/local/bundle0 B12ENV BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle0 B13ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B14RUN /bin/sh -c set -eux;143 B15CMD ["irb"]0 B16LABEL repository=https://github.com/zerocracy/judges-action0 B17LABEL maintainer=Yegor Bugayenko0 B18LABEL version=0.17.100 B19RUN /bin/sh -c apt-get update1012.8 KB20WORKDIR /action96 B21COPY Gemfile /action # buildkit471 B22COPY Gemfile.lock /action # buildkit1.98 KB23RUN /bin/sh -c bundle update40.15 MB24COPY judges /action/judges # buildkit23.64 KB25COPY lib /action/lib # buildkit4.45 KB26COPY entry.sh /action # buildkit2.82 KB27ENTRYPOINT ["/action/entry.sh" "/action"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1768176000'