Details
Created
2024-05-26 20:16:05 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bookworm
-
org.opencontainers.image.created
2024-05-26T20:15:08Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/grafana-operator/README.md
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
5.9.1-debian-12-r0
-
org.opencontainers.image.source
https://github.com/bitnami/containers/tree/main/bitnami/grafana-operator
-
org.opencontainers.image.title
grafana-operator
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
5.9.1
Environment
APP_VERSION
5.9.1
BITNAMI_APP_NAME
grafana-operator
HOME
/
OS_ARCH
amd64
OS_FLAVOUR
debian-12
OS_NAME
linux
PATH
/opt/bitnami/grafana-operator/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:f9d053856a27d1b3076284198471b67be2c1f0d8e15b42d894e16c1013c83eb4 - 100.0% (58.1 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-05-16T00:11:22.558608804Z","comment":"from Bitnami with love"},{"created":"2024-05-26T20:15:51.656263413Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-26T20:15:51.656263413Z","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-05-26T20:15:08Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/grafana-operator/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=5.9.1-debian-12-r0 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/grafana-operator org.opencontainers.image.title=grafana-operator org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=5.9.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-26T20:15:51.656263413Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-26T20:15:51.656263413Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-26T20:15:51.656263413Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-26T20:16:00.546018686Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-26T20:16:01.704822025Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"grafana-operator-5.9.1-0-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${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-05-26T20:16:04.17365388Z","created_by":"RUN |1 TARGETARCH=amd64 /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-05-26T20:16:04.531610372Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-26T20:16:04.947309669Z","created_by":"RUN |1 TARGETARCH=amd64 /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-05-26T20:16:05.295104427Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c ln -sf /opt/bitnami/grafana-operator/bin/grafana-operator /usr/local/bin/grafana-operator # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-26T20:16:05.622919753Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /opt/jsonnet \u0026\u0026 ln -sf /opt/bitnami/grafonnet-lib/grafonnet /opt/jsonnet/grafonnet # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-26T20:16:05.622919753Z","created_by":"ENV APP_VERSION=5.9.1 BITNAMI_APP_NAME=grafana-operator PATH=/opt/bitnami/grafana-operator/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-26T20:16:05.622919753Z","created_by":"EXPOSE map[8080/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-26T20:16:05.945546504Z","created_by":"WORKDIR /opt/bitnami/grafana-operator","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-26T20:16:05.945546504Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-26T20:16:05.945546504Z","created_by":"ENTRYPOINT [\"grafana-operator\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:2d1f8244e7d9bcd8090be94084175e115b77550f43e4e5559e3bd6574587743e
Details
Created
2024-05-26 20:17:23 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bookworm
-
org.opencontainers.image.created
2024-05-26T20:15:08Z
-
org.opencontainers.image.description
Application packaged by Broadcom, Inc.
-
org.opencontainers.image.documentation
https://github.com/bitnami/containers/tree/main/bitnami/grafana-operator/README.md
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
5.9.1-debian-12-r0
-
org.opencontainers.image.source
https://github.com/bitnami/containers/tree/main/bitnami/grafana-operator
-
org.opencontainers.image.title
grafana-operator
-
org.opencontainers.image.vendor
Broadcom, Inc.
-
org.opencontainers.image.version
5.9.1
Environment
APP_VERSION
5.9.1
BITNAMI_APP_NAME
grafana-operator
HOME
/
OS_ARCH
arm64
OS_FLAVOUR
debian-12
OS_NAME
linux
PATH
/opt/bitnami/grafana-operator/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:fab22ee1d9c2b3d6cd0245fbcd8205924ce5203c65fefdf476b8a7cb5fa044b5 - 100.0% (56.4 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2024-05-17T00:11:25.643326674Z","comment":"from Bitnami with love"},{"created":"2024-05-26T20:15:52.189572271Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-26T20:15:52.189572271Z","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-05-26T20:15:08Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/grafana-operator/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=5.9.1-debian-12-r0 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/grafana-operator org.opencontainers.image.title=grafana-operator org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=5.9.1","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-26T20:15:52.189572271Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-26T20:15:52.189572271Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-26T20:15:52.189572271Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-26T20:16:59.928381473Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-26T20:17:03.645840104Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"grafana-operator-5.9.1-0-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${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-05-26T20:17:21.185532591Z","created_by":"RUN |1 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-05-26T20:17:21.581187354Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-26T20:17:22.371254547Z","created_by":"RUN |1 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-05-26T20:17:22.761931359Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c ln -sf /opt/bitnami/grafana-operator/bin/grafana-operator /usr/local/bin/grafana-operator # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-26T20:17:23.181181483Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /opt/jsonnet \u0026\u0026 ln -sf /opt/bitnami/grafonnet-lib/grafonnet /opt/jsonnet/grafonnet # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-26T20:17:23.181181483Z","created_by":"ENV APP_VERSION=5.9.1 BITNAMI_APP_NAME=grafana-operator PATH=/opt/bitnami/grafana-operator/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-26T20:17:23.181181483Z","created_by":"EXPOSE map[8080/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-26T20:17:23.481999412Z","created_by":"WORKDIR /opt/bitnami/grafana-operator","comment":"buildkit.dockerfile.v0"},{"created":"2024-05-26T20:17:23.481999412Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-05-26T20:17:23.481999412Z","created_by":"ENTRYPOINT [\"grafana-operator\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:3a80d3efacd697e7334c30439805b0724163059c74db9797c75ddc90a726e3f0