storagebox-exporter (sha256:1ab93f011dbcdf14305dd832a6b32334a8222e0b8147dc3ccbb92ae04cbdce72)

Published 2025-05-22 02:07:12 +02:00 by aaron

Installation

docker pull git.ar21.de/aaron/storagebox-exporter@sha256:1ab93f011dbcdf14305dd832a6b32334a8222e0b8147dc3ccbb92ae04cbdce72
sha256:1ab93f011dbcdf14305dd832a6b32334a8222e0b8147dc3ccbb92ae04cbdce72

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200'
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates # buildkit
WORKDIR /
ENV PUID=1000
ENV USER=docker
ENV HOMEDIR=/home/docker
RUN /bin/sh -c useradd -u "${PUID}" -m "${USER}" # buildkit
WORKDIR /home/docker
COPY prometheus-storagebox-exporter/prometheus-storagebox-exporter . # buildkit
RUN /bin/sh -c chmod +x prometheus-storagebox-exporter # buildkit
RUN /bin/sh -c chown ${USER} prometheus-storagebox-exporter # buildkit
USER docker
CMD ["/bin/sh" "-c" "/home/${USER}/prometheus-storagebox-exporter"]

Labels

Key Value
org.opencontainers.image.created 2025-05-22T00:06:53Z
org.opencontainers.image.revision db943bcb3d79f43fef93d628e552c15911f38bff
org.opencontainers.image.source https://git.ar21.de/aaron/storagebox-exporter.git
org.opencontainers.image.url https://git.ar21.de/aaron/storagebox-exporter
Details
Container
2025-05-22 02:07:12 +02:00
1
OCI / Docker
linux/amd64
58 MiB
Versions (1) View all
latest 2025-05-22