Docker Images

cadvisor (1.0.0)

Published 2026-02-09 06:28:13 +00:00 by dragster in docker/cadvisor

Installation

docker pull pendragon.zone/docker/cadvisor:1.0.0
sha256:733c2e37413e5ae272a334cfedcb20071849e86e715d1aa1f52ef1024c01ed94

Images

Digest OS / Arch Size
bc44d8950d linux/amd64 57 MiB
61dc3f7d0e linux/arm64 56 MiB

Image Layers ( linux/arm64)

ARG DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith
ARG TARGETARCH=arm64
LABEL org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2026-02-04T17:27:24Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/cadvisor/README.md org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/cadvisor org.opencontainers.image.title=cadvisor org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=0.56.2
ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux
COPY prebuildfs / # buildkit
SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]
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 procps # buildkit
RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( "cadvisor-0.56.2-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 ; rm -rf "${COMPONENT}".tar.gz{,.sha256} ; done # buildkit
RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get update && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit
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
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
RUN |2 DOWNLOADS_URL=downloads.bitnami.com/files/stacksmith TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c uninstall_packages curl # buildkit
ENV APP_VERSION=0.56.2 BITNAMI_APP_NAME=cadvisor IMAGE_REVISION=2 LD_LIBRARY_PATH=/opt/bitnami/common/lib: PATH=/opt/bitnami/cadvisor/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
USER 1001
ENTRYPOINT ["/opt/bitnami/cadvisor/bin/cadvisor"]

Labels

Key Value
org.opencontainers.image.base.name docker.io/bitnami/minideb:bookworm
org.opencontainers.image.created 2026-02-04T17:27:24Z
org.opencontainers.image.description Application packaged by Broadcom, Inc.
org.opencontainers.image.documentation https://github.com/bitnami/containers/tree/main/bitnami/cadvisor/README.md
org.opencontainers.image.source https://github.com/bitnami/containers/tree/main/bitnami/cadvisor
org.opencontainers.image.title cadvisor
org.opencontainers.image.vendor Broadcom, Inc.
org.opencontainers.image.version 0.56.2
Details
Container
2026-02-09 06:28:13 +00:00
0
OCI / Docker
Versions (4) View all
1.0.0 2026-02-09
1.0 2026-02-09
1 2026-02-09
latest 2026-02-09