镜像信息
{
"Id": "sha256:f07aea782992c1a6442705390db67fe3c2c32aa8b7c452f990d4aeeff14f45e4",
"RepoTags": [
"bitnami/fluentd:1.17.1",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/fluentd:1.17.1-linuxarm64"
],
"RepoDigests": [
"bitnami/fluentd@sha256:e0dc699feefd43dd08052f489be99af33ee394aafe357fb8334c3b3c6a12a8e4",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/fluentd@sha256:0d326e29f62d23f45499a3fb5c93520d21b25fa3251bbcd43d66d26ab8c3d0bb"
],
"Parent": "",
"Comment": "[{\"created\":\"2024-10-23T08:46:23.209660524Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2024-10-24T14:27:29.988144851Z\",\"created_by\":\"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:27:29.988144851Z\",\"created_by\":\"ARG TARGETARCH\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:27:29.988144851Z\",\"created_by\":\"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-10-24T14:26:43Z 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.licenses=Apache-2.0 org.opencontainers.image.ref.name=1.17.1-debian-12-r4 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.17.1\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:27:29.988144851Z\",\"created_by\":\"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:27:29.988144851Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-24T14:27:29.988144851Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:29:46.579315118Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libcrypt1 libjemalloc-dev libreadline-dev libreadline8 libssl-dev libssl3 libtinfo6 libyaml-dev procps sqlite3 zlib1g # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-24T14:32:15.159231476Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \\\"ruby-3.1.6-1-linux-${OS_ARCH}-debian-12\\\" \\\"fluentd-1.17.1-1-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 --wildcards '*/files' ; rm -rf \\\"${COMPONENT}\\\".tar.gz{,.sha256} ; done # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-24T14:32:42.41864966Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get autoremove --purge -y curl \\u0026\\u0026 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\":\"2024-10-24T14:32:59.722766644Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-24T14:33:12.588443341Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith 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\":\"2024-10-24T14:33:22.768974411Z\",\"created_by\":\"COPY rootfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-24T14:33:38.347449357Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/fluentd/postunpack.sh # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-24T14:33:38.347449357Z\",\"created_by\":\"ENV APP_VERSION=1.17.1 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\":\"2024-10-24T14:33:38.347449357Z\",\"created_by\":\"EXPOSE map[24224/tcp:{} 5140/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:33:40.746840249Z\",\"created_by\":\"WORKDIR /opt/bitnami/fluentd\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-24T14:33:40.746840249Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:33:40.746840249Z\",\"created_by\":\"ENTRYPOINT [\\\"/opt/bitnami/scripts/fluentd/entrypoint.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:33:40.746840249Z\",\"created_by\":\"CMD [\\\"/opt/bitnami/scripts/fluentd/run.sh\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
"Created": "2024-10-24T14:33:40.746840249Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "1001",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"24224/tcp": {},
"5140/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"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.17.1",
"BITNAMI_APP_NAME=fluentd",
"GEM_HOME=/opt/bitnami/fluentd"
],
"Cmd": [
"/opt/bitnami/scripts/fluentd/run.sh"
],
"ArgsEscaped": true,
"Image": "",
"Volumes": null,
"WorkingDir": "/opt/bitnami/fluentd",
"Entrypoint": [
"/opt/bitnami/scripts/fluentd/entrypoint.sh"
],
"OnBuild": null,
"Labels": {
"com.vmware.cp.artifact.flavor": "sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83",
"org.opencontainers.image.base.name": "docker.io/bitnami/minideb:bookworm",
"org.opencontainers.image.created": "2024-10-24T14:26:43Z",
"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.licenses": "Apache-2.0",
"org.opencontainers.image.ref.name": "1.17.1-debian-12-r4",
"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.17.1"
},
"Shell": [
"/bin/bash",
"-o",
"errexit",
"-o",
"nounset",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "arm64",
"Os": "linux",
"Size": 329652553,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/98a10ed44fe04448d21dfbc3017dc22900e51252a6867c17803c0d232ff00d9b/merged",
"UpperDir": "/var/lib/docker/overlay2/98a10ed44fe04448d21dfbc3017dc22900e51252a6867c17803c0d232ff00d9b/diff",
"WorkDir": "/var/lib/docker/overlay2/98a10ed44fe04448d21dfbc3017dc22900e51252a6867c17803c0d232ff00d9b/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:752730b2ba0f86599a5c576ca2dd867d059a3c5c2230a390103494f1c722c271"
]
},
"Metadata": {
"LastTagTime": "2024-10-25T11:20:25.388064087+08:00"
}
}