media-cleanup (sha256:292071bcbe0b6c4af381618d5388d24b01bf9d2f3b92a4e1e6dbe3daf40e1926)
Published 2026-07-19 00:56:14 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:292071bcbe0b6c4af381618d5388d24b01bf9d2f3b92a4e1e6dbe3daf40e1926sha256:292071bcbe0b6c4af381618d5388d24b01bf9d2f3b92a4e1e6dbe3daf40e1926About 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.10.0 |
| ARG REVISION=8d2fd766c22821793c32424c5926eb26bfd0a0d6 |
| ARG CREATED=2026-07-19T04:55:48Z |
| 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.10.0 org.opencontainers.image.revision=8d2fd766c22821793c32424c5926eb26bfd0a0d6 org.opencontainers.image.created=2026-07-19T04:55:48Z 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-19T04:55:48Z |
| 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 | 8d2fd766c22821793c32424c5926eb26bfd0a0d6 |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.10.0 |