sofd (production-fluentd)

Published 2024-05-14 09:40:42 -04:00 by colin in Nixius/SOFD

Installation

docker pull git.nixc.us/nixius/sofd:production-fluentd
sha256:369a099876e868f13b9ce39ccf0d2807c59a78d8a091073f6617b07b513edbf7

Image Layers

ADD file:25c10b1d1b41d46a1827ad0b0d2389c24df6d31430005ff4e9a2d84ea23ebd42 in /
CMD ["/bin/sh"]
ARG VERSION=1.1
LABEL maintainer=TAGOMORI Satoshi <tagomoris@gmail.com>
LABEL Description=Fluentd docker image Vendor=Fluent Organization Version=1.1
ENV SU_EXEC_VERSION=0.2
|1 VERSION=1.1 /bin/sh -c apk update && apk add --no-cache ca-certificates ruby ruby-irb ruby-etc ruby-webrick su-exec==${SU_EXEC_VERSION}-r0 tini && apk add --no-cache --virtual .build-deps build-base ruby-dev gnupg && echo 'gem: --no-document' >> /etc/gemrc && gem install oj -v 2.18.3 && gem install json -v 2.1.0 && gem install fluentd -v 0.12.43 && gem install bigdecimal -v 1.3.5 && apk del .build-deps && rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem
|1 VERSION=1.1 /bin/sh -c mkdir -p /fluentd/log
|1 VERSION=1.1 /bin/sh -c mkdir -p /fluentd/etc /fluentd/plugins
|1 VERSION=1.1 /bin/sh -c addgroup -S fluent && adduser -S -g fluent fluent
|1 VERSION=1.1 /bin/sh -c chown -R fluent /fluentd && chgrp -R fluent /fluentd
COPY file:b17cd36ae7d6d987574a9735f558087612017b90b84b36b4fa908880574dd7ec in /fluentd/etc/
COPY file:16f151eedb865252dd4833e22b985555e06979a3dba935d53d5bf0b4c0b729ff in /bin/
ENV LD_PRELOAD=
EXPOSE 24224 5140
ENTRYPOINT ["tini" "--" "/bin/entrypoint.sh"]
CMD ["fluentd"]

Labels

Key Value
Description Fluentd docker image
Vendor Fluent Organization
Version 1.1
com.docker.compose.project sofd
com.docker.compose.service fluentd
com.docker.compose.version 2.27.0
maintainer TAGOMORI Satoshi <tagomoris@gmail.com>
Details
Container
2024-05-14 09:40:42 -04:00
25
OCI / Docker
linux/amd64
12 MiB
Versions (3) View all
production-fluentd 2024-05-14
staging-fluentd 2024-05-14
staging-opensearch 2024-05-13