sha256:dc317b0f6516adc077a6783a195d68c1986b8e82dbe140f28c7a97e8876a01eb
OS/ARCH
Compressed size
98.49 MB
Last pushed
2 months by niedbalski
Type
Image
Manifest digest
sha256:b06933905f6bc12e324452ca29662194f7ae9449c4add42f46f0ed5f10478dd6
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c set -eux;1.2 MB3RUN /bin/sh -c set -eux;190 B4ENV LANG=C.UTF-80 B5ENV RUBY_VERSION=3.4.100 B6ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.10.tar.xz0 B7ENV RUBY_DOWNLOAD_SHA256=6f32ad662baafc228d12030dbcd284f83b034dd4337b300dc84ac74d11a1eb680 B8RUN /bin/sh -c set -eux;40.18 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 /fluentd97 B15RUN /bin/sh -c set -eux
apt-get6.66 MB16COPY Gemfile Gemfile.lock ./ #2.34 KB17ENV BUNDLE_DEPLOYMENT=1 BUNDLE_PATH=/usr/local/bundle BUNDLE_BIN=/usr/local/bundle/bin LD_PRELOAD=/usr/local/lib/libjemalloc.so0 B18RUN /bin/sh -c set -eux
groupadd3.47 KB19USER fluent:fluent0 B20COPY --chown=fluent:fluent /usr/local/bundle /usr/local/bundle #21.69 MB21COPY --chown=fluent:fluent fluent.yaml /fluentd/etc/ #328 B22COPY --chown=fluent:fluent --chmod=755 entrypoint.sh /fluentd/bin/505 B23ENV FLUENTD_DISABLE_BUNDLER_INJECTION=1 FLUENTD_CONF=fluent.yaml TMPDIR=/tmp/fluentd0 B24EXPOSE [24224/tcp]0 B25ENTRYPOINT ["tini" "--" "/fluentd/bin/entrypoint.sh"]0 B26CMD ["fluentd"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1782172800'