sha256:ad25916eebbb6be8a7c1d9dcddbc690d6341a91900c3a23919434beeff79a980
OS/ARCH
Compressed size
103.88 MB
Last pushed
2 months by niedbalski
Type
Image
Manifest digest
sha256:ff8d82ceb09921f124614aac142e11ac6b8790dc8925dd6faf401883abe13e96
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;1.22 MB3RUN /bin/sh -c set -eux;189 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.21 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 /fluentd97 B15RUN /bin/sh -c set -eux
apt-get6.93 MB16COPY Gemfile Gemfile.lock ./ #2.39 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.52 KB19USER fluent:fluent0 B20COPY --chown=fluent:fluent /usr/local/bundle /usr/local/bundle #27.11 MB21COPY --chown=fluent:fluent fluent.yaml /fluentd/etc/ #328 B22COPY --chown=fluent:fluent --chmod=755 entrypoint.sh /fluentd/bin/503 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 'amd64' out/ 'trixie' '@1783900800'