media-cleanup (sha256:a7771819b2ac6f3a4c24bff6391c89f4d6bc2ecb7ea2dfa41a47ef69ac256f28)
Published 2026-07-19 12:51:03 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:a7771819b2ac6f3a4c24bff6391c89f4d6bc2ecb7ea2dfa41a47ef69ac256f28sha256:a7771819b2ac6f3a4c24bff6391c89f4d6bc2ecb7ea2dfa41a47ef69ac256f28About 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.18.2 |
| ARG REVISION=6fc5cfba8e903fb124fa3d2873006772aaacaafe |
| ARG CREATED=2026-07-19T16:50:37Z |
| 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.18.2 org.opencontainers.image.revision=6fc5cfba8e903fb124fa3d2873006772aaacaafe org.opencontainers.image.created=2026-07-19T16:50:37Z 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-19T16:50:37Z |
| 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 | 6fc5cfba8e903fb124fa3d2873006772aaacaafe |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.18.2 |