镜像信息
{
"Id": "sha256:3af5a8eedcc401c653d150a3b1efd10ff6202a055816e13f73ca73611538bb97",
"RepoTags": [
"bitnami/fluent-bit:3.1.9",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/fluent-bit:3.1.9-linuxarm64"
],
"RepoDigests": [
"bitnami/fluent-bit@sha256:24ce201936d7c98c1ff799b5d0149ac37b687203b13f8628cfde76abb183d1dc",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/fluent-bit@sha256:a630161a44f50d711cfc895e6f341a8db6d7b7b59429f27f5e5ad2efaa20c225"
],
"Parent": "",
"Comment": "[{\"created\":\"2024-10-23T08:46:23.209660524Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2024-10-24T14:26:16.165410678Z\",\"created_by\":\"ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:26:16.165410678Z\",\"created_by\":\"ARG TARGETARCH\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:26:16.165410678Z\",\"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:25:37Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/fluent-bit/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=3.1.9-debian-12-r1 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/fluent-bit org.opencontainers.image.title=fluent-bit org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=3.1.9\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:26:16.165410678Z\",\"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:26:16.165410678Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-24T14:26:16.165410678Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:27:26.508771594Z\",\"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 libcap2 libgcc-s1 libgcrypt20 libgpg-error0 liblz4-1 liblzma5 libsasl2-2 libssl3 libsystemd0 libyaml-0-2 libzstd1 procps zlib1g # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-24T14:27:29.163997453Z\",\"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=( \\\"fluent-bit-3.1.9-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:27:50.023061192Z\",\"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:28:27.237031527Z\",\"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:28:29.163042264Z\",\"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:28:29.635243189Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chown -R 1001:1001 /opt/bitnami/fluent-bit # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-24T14:28:29.635243189Z\",\"created_by\":\"ENV APP_VERSION=3.1.9 BITNAMI_APP_NAME=fluent-bit PATH=/opt/bitnami/fluent-bit/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:28:29.635243189Z\",\"created_by\":\"EXPOSE map[2020/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:28:29.94665126Z\",\"created_by\":\"WORKDIR /opt/bitnami/fluent-bit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-10-24T14:28:29.94665126Z\",\"created_by\":\"USER 1001\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:28:29.94665126Z\",\"created_by\":\"ENTRYPOINT [\\\"fluent-bit\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-10-24T14:28:29.94665126Z\",\"created_by\":\"CMD [\\\"-c\\\" \\\"/opt/bitnami/fluent-bit/conf/fluent-bit.conf\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
"Created": "2024-10-24T14:28:29.94665126Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "1001",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"2020/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/opt/bitnami/fluent-bit/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=3.1.9",
"BITNAMI_APP_NAME=fluent-bit"
],
"Cmd": [
"-c",
"/opt/bitnami/fluent-bit/conf/fluent-bit.conf"
],
"ArgsEscaped": true,
"Image": "",
"Volumes": null,
"WorkingDir": "/opt/bitnami/fluent-bit",
"Entrypoint": [
"fluent-bit"
],
"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:25:37Z",
"org.opencontainers.image.description": "Application packaged by Broadcom, Inc.",
"org.opencontainers.image.documentation": "https://github.com/bitnami/containers/tree/main/bitnami/fluent-bit/README.md",
"org.opencontainers.image.licenses": "Apache-2.0",
"org.opencontainers.image.ref.name": "3.1.9-debian-12-r1",
"org.opencontainers.image.source": "https://github.com/bitnami/containers/tree/main/bitnami/fluent-bit",
"org.opencontainers.image.title": "fluent-bit",
"org.opencontainers.image.vendor": "Broadcom, Inc.",
"org.opencontainers.image.version": "3.1.9"
},
"Shell": [
"/bin/bash",
"-o",
"errexit",
"-o",
"nounset",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "arm64",
"Os": "linux",
"Size": 166209534,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/2860e8ec911fda5efbd13b95549db65c2068b08087fa5bf42e9461112c10d874/merged",
"UpperDir": "/var/lib/docker/overlay2/2860e8ec911fda5efbd13b95549db65c2068b08087fa5bf42e9461112c10d874/diff",
"WorkDir": "/var/lib/docker/overlay2/2860e8ec911fda5efbd13b95549db65c2068b08087fa5bf42e9461112c10d874/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:61ce24accac7492cd19192b042e51f6078b44831af37f96156a1fc12c246fe87"
]
},
"Metadata": {
"LastTagTime": "2024-10-25T11:16:09.333374717+08:00"
}
}