sha256:a0fd0dd37163551013634e7c89c50e91ac8cb0c4c3825cc47e9c0f9bbc238bcf
OS/ARCH
linux/amd64
Compressed size
113.56 MB
Last pushed
3 months by k8sagentsteam650
Type
Image
Manifest digest
sha256:a0fd0dd37163551013634e7c89c50e91ac8cb0c4c3825cc47e9c0f9bbc238bcf
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;1.22 MB3RUN /bin/sh -c set -eux;191 B4ENV LANG=C.UTF-80 B5ENV RUBY_VERSION=3.4.90 B6ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.9.tar.xz0 B7ENV RUBY_DOWNLOAD_SHA256=4231c54072601a171faed1699f105985e9971c94cd382b78feb4eb44eec2dd1a0 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 B15LABEL Description=Fluentd docker image Vendor=Fluent0 B16RUN /bin/sh -c apt-get update5.78 MB17RUN /bin/sh -c groupadd -r1.15 KB18COPY fluent.conf /fluentd/etc/ # buildkit403 B19COPY entrypoint.sh /bin/ # buildkit478 B20ENV FLUENTD_CONF=fluent.conf0 B21ENV LD_PRELOAD=/usr/lib/libjemalloc.so.20 B22EXPOSE [24224/tcp 5140/tcp]0 B23USER fluent0 B24ENTRYPOINT ["tini" "--" "/bin/entrypoint.sh"]0 B25CMD ["fluentd"]0 B26USER root0 B27RUN /bin/sh -c apt-get update15.87 MB28RUN /bin/sh -c apt-get install13.25 MB29WORKDIR /usr/bin32 B30COPY /app/bin/demoapp . # buildkit4.41 MB31RUN /bin/sh -c chmod +x4.41 MB32EXPOSE [8080/tcp]0 B33RUN /bin/sh -c fluent-gem install37.59 KB34COPY supervisord.conf /etc/supervisord.conf # buildkit202 B35COPY fluent.conf /etc/fluent/fluent.conf # buildkit387 B36CMD ["/usr/bin/supervisord" "-c" "/etc/supervisord.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'