media-cleanup (sha256:1a5f6afba2c6e42bd56c5d6452ce93f40f205c7dc53ab89242e8bbbe932ccc62)
Published 2026-07-19 19:19:21 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:1a5f6afba2c6e42bd56c5d6452ce93f40f205c7dc53ab89242e8bbbe932ccc62sha256:1a5f6afba2c6e42bd56c5d6452ce93f40f205c7dc53ab89242e8bbbe932ccc62About 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.22.1 |
| ARG REVISION=81dcced0853ce9be34c25c3840ef54a6ebcb4575 |
| ARG CREATED=2026-07-19T23:19:02Z |
| 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.22.1 org.opencontainers.image.revision=81dcced0853ce9be34c25c3840ef54a6ebcb4575 org.opencontainers.image.created=2026-07-19T23:19:02Z 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-19T23:19:02Z |
| 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 | 81dcced0853ce9be34c25c3840ef54a6ebcb4575 |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.22.1 |