sha256:184675736924f22dbb1c0223172edbbc703c6a7982eda4877bf8e458b7e08069
OS/ARCH
Compressed size
98.56 MB
Last pushed
2 months by niedbalski
Type
Image
Manifest digest
sha256:6a52fd6a542d28428b0946ec4ab2ff31b73630050e29817875e46813c14cdd78
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2RUN /bin/sh -c set -eux;1.22 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.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;144 B13CMD ["irb"]0 B14WORKDIR /fluentd97 B15RUN /bin/sh -c set -eux
apt-get6.93 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.79 MB21COPY --chown=fluent:fluent fluent.yaml /fluentd/etc/ #329 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 'amd64' out/ 'trixie' '@1782172800'