tautulli-exporter (sha256:b5786a630958b86d3280bfe1478623b3120e24b2fa482c80f97725cb2dca560f)

Published 2024-01-22 22:47:57 +00:00 by SeanOMik in SeanOMik/tautulli-exporter

Installation

docker pull git.seanomik.net/seanomik/tautulli-exporter@sha256:b5786a630958b86d3280bfe1478623b3120e24b2fa482c80f97725cb2dca560f
sha256:b5786a630958b86d3280bfe1478623b3120e24b2fa482c80f97725cb2dca560f

Image Layers

ADD file:1f4eb46669b5b6275af19eb7471a6899a61c276aa7d925b8ae99310b14b75b92 in /
CMD ["/bin/sh"]
ARG UNAME=exporter
ARG UID=1000
ARG GID=1000
RUN |3 UNAME=exporter UID=1000 GID=1000 /bin/sh -c adduser --disabled-password --gecos "" $UNAME -s -G $GID -u $UID # buildkit
COPY /app/src/target/release/tautulli-exporter /app/tautulli-exporter # buildkit
RUN |3 UNAME=exporter UID=1000 GID=1000 /bin/sh -c mkdir /data && chown -R $UID:$GID /data && chown -R $UID:$GID /app # buildkit
USER exporter
WORKDIR /app/
EXPOSE map[3000/tcp:{}]
ENTRYPOINT ["/app/tautulli-exporter" "--config" "/app/config.toml"]

Labels

Key Value
org.opencontainers.image.created 2024-01-22T22:27:13Z
org.opencontainers.image.revision 3d78c7729869f61cf6613b7eddc5eb9924eb9ac6
org.opencontainers.image.source https://git.seanomik.net/SeanOMik/tautulli-exporter.git
org.opencontainers.image.url https://git.seanomik.net/SeanOMik/tautulli-exporter
Details
Container
2024-01-22 22:47:57 +00:00
0
OCI / Docker
linux/amd64
11 MiB
Versions (4) View all
rolling-3d78c772 2024-01-22
rolling 2024-01-22
3d78c772 2024-01-22
v0.1.0 2024-01-21