media-cleanup (sha256:be6c585913dc02475211619b26f179cccf43c2eaaa06072a31f6db8763ccc013)
Published 2026-07-19 11:28:50 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:be6c585913dc02475211619b26f179cccf43c2eaaa06072a31f6db8763ccc013sha256:be6c585913dc02475211619b26f179cccf43c2eaaa06072a31f6db8763ccc013About this package
Web UI that finds orphaned, duplicate, non-hardlinked, and unwatched media across Sonarr, Radarr, Tautulli, and a torrent client
Image layers
| ARG VERSION=v0.15.2 |
| ARG REVISION=b813a0c35cdd30d0abb5de0ca8a143c0a0f1dec8 |
| ARG CREATED=2026-07-19T15:28:25Z |
| ARG SOURCE=https://git.bauble.dev/jmaguire/media-cleanup |
| LABEL org.opencontainers.image.title=media-cleanup org.opencontainers.image.description=Web UI that finds orphaned, duplicate, non-hardlinked, and unwatched media across Sonarr, Radarr, Tautulli, and a torrent client org.opencontainers.image.source=https://git.bauble.dev/jmaguire/media-cleanup org.opencontainers.image.version=v0.15.2 org.opencontainers.image.revision=b813a0c35cdd30d0abb5de0ca8a143c0a0f1dec8 org.opencontainers.image.created=2026-07-19T15:28:25Z org.opencontainers.image.licenses=MIT |
| COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit |
| COPY /data /data # buildkit |
| COPY /media-cleanup /media-cleanup # buildkit |
| ENV DB_PATH=/data/media-cleanup.db |
| EXPOSE [8080/tcp] |
| VOLUME [/data] |
| ENTRYPOINT ["/media-cleanup"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-07-19T15:28:25Z |
| org.opencontainers.image.description | Web UI that finds orphaned, duplicate, non-hardlinked, and unwatched media across Sonarr, Radarr, Tautulli, and a torrent client |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | b813a0c35cdd30d0abb5de0ca8a143c0a0f1dec8 |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.15.2 |