media-cleanup (sha256:6bfc200d32665b5ab4b3e1cb5dc6640f6d00531284ffee04cdb02676f88e6650)
Published 2026-07-19 11:21:44 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:6bfc200d32665b5ab4b3e1cb5dc6640f6d00531284ffee04cdb02676f88e6650sha256:6bfc200d32665b5ab4b3e1cb5dc6640f6d00531284ffee04cdb02676f88e6650About 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.0 |
| ARG REVISION=91f6e563e4fb7207b0a2080b5ba29b582015d7e0 |
| ARG CREATED=2026-07-19T15:21:21Z |
| 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.0 org.opencontainers.image.revision=91f6e563e4fb7207b0a2080b5ba29b582015d7e0 org.opencontainers.image.created=2026-07-19T15:21:21Z 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:21:21Z |
| 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 | 91f6e563e4fb7207b0a2080b5ba29b582015d7e0 |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.15.0 |