{"architecture":"arm64","config":{"User":"1001","ExposedPorts":{"24224/tcp":{},"5140/tcp":{}},"Env":["PATH=/opt/bitnami/ruby/bin:/opt/bitnami/fluentd/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","HOME=/","OS_ARCH=arm64","OS_FLAVOUR=debian-12","OS_NAME=linux","APP_VERSION=1.18.0","BITNAMI_APP_NAME=fluentd","GEM_HOME=/opt/bitnami/fluentd"],"Entrypoint":["/opt/bitnami/scripts/fluentd/entrypoint.sh"],"Cmd":["/opt/bitnami/scripts/fluentd/run.sh"],"WorkingDir":"/opt/bitnami/fluentd","Labels":{"com.vmware.cp.artifact.flavor":"sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83","maintainer":"Partner Engineering \u003cpartner_support@jfrog.com\u003e","org.opencontainers.image.base.name":"docker.io/bitnami/minideb:bookworm","org.opencontainers.image.created":"2025-05-30T14:24:41Z","org.opencontainers.image.description":"Application packaged by Broadcom, Inc.","org.opencontainers.image.documentation":"https://github.com/bitnami/containers/tree/main/bitnami/fluentd/README.md","org.opencontainers.image.ref.name":"1.18.0-debian-12-r21","org.opencontainers.image.source":"https://github.com/bitnami/containers/tree/main/bitnami/fluentd","org.opencontainers.image.title":"fluentd","org.opencontainers.image.vendor":"Broadcom, Inc.","org.opencontainers.image.version":"1.18.0"},"ArgsEscaped":true,"Shell":["/bin/bash","-o","errexit","-o","nounset","-o","pipefail","-c"]},"created":"2026-04-21T11:39:37.222283589Z","history":[{"created":"0001-01-01T00:00:00Z","created_by":"crane flatten sha256:8f943f35023fd32054da1b94675203c8bf3fa7ab4dd0a63c1746e434da73413c","comment":"[{\"created\":\"2025-05-30T00:13:27.235691742Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2025-05-30T14:26:42.83482602Z\",\"created_by\":\"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T14:26:42.83482602Z\",\"created_by\":\"ARG TARGETARCH=arm64\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T14:26:42.83482602Z\",\"created_by\":\"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-05-30T14:24:41Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/fluentd/README.md org.opencontainers.image.ref.name=1.18.0-debian-12-r21 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/fluentd org.opencontainers.image.title=fluentd org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=1.18.0\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T14:26:42.83482602Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T14:26:42.83482602Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T14:26:42.83482602Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T14:27:58.976805055Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libcrypt1 libffi8 libjemalloc-dev libreadline-dev libssl-dev libssl3 libyaml-0-2 libyaml-dev procps zlib1g # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T14:28:07.211392738Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ;     COMPONENTS=(       \\\"ruby-3.4.4-0-linux-${OS_ARCH}-debian-12\\\"       \\\"fluentd-1.18.0-5-linux-${OS_ARCH}-debian-12\\\"     ) ;     for COMPONENT in \\\"${COMPONENTS[@]}\\\"; do       if [ ! -f \\\"${COMPONENT}.tar.gz\\\" ]; then         curl -SsLf \\\"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\\\" -O ;         curl -SsLf \\\"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256\\\" -O ;       fi ;       sha256sum -c \\\"${COMPONENT}.tar.gz.sha256\\\" ;       tar -zxf \\\"${COMPONENT}.tar.gz\\\" -C /opt/bitnami --strip-components=2 --no-same-owner ;       rm -rf \\\"${COMPONENT}\\\".tar.gz{,.sha256} ;     done # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T14:28:22.875187839Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get update \\u0026\\u0026 apt-get upgrade -y \\u0026\\u0026     apt-get clean \\u0026\\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T14:28:24.46292275Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T14:28:26.600551448Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\\\; || true # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T14:28:27.922568347Z\",\"created_by\":\"COPY rootfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T14:28:29.666480127Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/fluentd/postunpack.sh # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T14:28:29.666480127Z\",\"created_by\":\"ENV APP_VERSION=1.18.0 BITNAMI_APP_NAME=fluentd GEM_HOME=/opt/bitnami/fluentd PATH=/opt/bitnami/ruby/bin:/opt/bitnami/fluentd/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T14:28:29.666480127Z\",\"created_by\":\"EXPOSE map[24224/tcp:{} 5140/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T14:28:30.915094086Z\",\"created_by\":\"WORKDIR /opt/bitnami/fluentd\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T14:28:30.915094086Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T14:28:30.915094086Z\",\"created_by\":\"ENTRYPOINT [\\\"/opt/bitnami/scripts/fluentd/entrypoint.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T14:28:30.915094086Z\",\"created_by\":\"CMD [\\\"/opt/bitnami/scripts/fluentd/run.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]"},{"created":"2026-04-21T11:39:37.222283589Z","created_by":"LABEL maintainer=Partner Engineering \u003cpartner_support@jfrog.com\u003e","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-21T11:39:37.222283589Z","created_by":"USER root","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2026-04-21T11:39:37.222283589Z","created_by":"RUN /bin/bash -o errexit -o nounset -o pipefail -c fluent-gem install fluent-plugin-jfrog-siem --no-document   \u0026\u0026 fluent-gem install fluent-plugin-splunk-hec --no-document   \u0026\u0026 fluent-gem install fluent-plugin-datadog --no-document   \u0026\u0026 fluent-gem install fluent-plugin-record-modifier --no-document   \u0026\u0026 fluent-gem install fluent-plugin-jfrog-metrics --no-document   \u0026\u0026 fluent-gem install fluent-plugin-jfrog-send-metrics --no-document   \u0026\u0026 fluent-gem install fluent-plugin-newrelic --no-document   \u0026\u0026 fluent-gem install fluent-plugin-concat --no-document # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2026-04-21T11:39:37.222283589Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:d5a24edfbc7b7bd17b84ddbc3a1b8703161d8173c328429e6f853e2d8fd5a15c","sha256:8e6e0f7926eb416cfd69158ff40a45eb5cb47fc66065c57e7284a7a05ef1b3ac"]}}