sha256:4a629db2b655a955b30ca0eda67d44896634e442fde3f69663a8c4a881cb3729
OS/ARCH
Compressed size
306 MB
Last pushed
about 1 year by 4warned
Type
Image
Manifest digest
sha256:674c30354ff9773af3625bedc99704d8c1fd139613c5af8de2da47c811615899
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;3.34 MB3RUN /bin/sh -c set -eux;189 B4ENV LANG=C.UTF-80 B5ENV RUBY_VERSION=3.2.80 B6ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.8.tar.xz0 B7ENV RUBY_DOWNLOAD_SHA256=1cccd3100155275293ae5d4ea0a1a1068f5de69e71732220f144acce26327a3c0 B8RUN /bin/sh -c set -eux;34.29 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;143 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/ # buildkit401 B19COPY entrypoint.sh /bin/ # buildkit478 B20ENV FLUENTD_CONF=fluent.conf0 B21ENV LD_PRELOAD=/usr/lib/libjemalloc.so.20 B22EXPOSE map[24224/tcp:{} 5140/tcp:{}]0 B23USER fluent0 B24ENTRYPOINT ["tini" "--" "/bin/entrypoint.sh"]0 B25CMD ["fluentd"]0 B26USER root0 B27RUN /bin/sh -c apt update152.28 MB28RUN gem install elasticsearch -v833.13 KB29RUN gem install httpclient #765.34 KB30RUN gem install fluent-plugin-elasticsearch #596.21 KB31RUN gem install fluent-plugin-remote_syslog #42.96 KB32RUN gem install redis #165.17 KB33RUN gem install ipaddr #18.52 KB34RUN gem install fluent-plugin-geoip #81.02 MB35RUN gem list # buildkit32 B36ENV FLUENTD_PORT=242240 B37ENV FLUENTD_LOCAL_PORT=242250 B38COPY conf/fluent.conf /fluentd/etc/fluent.conf # buildkit1.18 KB39RUN /bin/sh -c true #32 B40COPY conf/fluent.conf /etc/conf.d/es.conf # buildkit1.17 KB41RUN /bin/sh -c true #32 B42COPY conf/out_conf/* /fluentd/etc/out_conf/ # buildkit628 B43RUN /bin/sh -c true #32 B44COPY outputs/out_cif.rb /etc/fluent/plugin/out_cif.rb # buildkit1.04 KB45RUN /bin/sh -c true #32 B46COPY formatters/formatter_stingar_simple_json.rb /etc/fluent/plugin/formatter_stingar_simple_json.rb # buildkit593 B47RUN /bin/sh -c true #32 B48COPY conf/event_mappings.json /fluentd/etc/event_mappings.json # buildkit319 B49RUN /bin/sh -c true #32 B50COPY conf/sensor_mappings.json /fluentd/etc/sensor_mappings.json # buildkit326 B51RUN /bin/sh -c true #32 B52RUN /bin/sh -c mkdir /var/log/stingar145 B53USER fluent0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'