media-cleanup (sha256:7ad58cf89962c7fa032af5d7bf759587cda2f0741bb3031d2a056a60c16b026f)
Published 2026-07-19 11:47:43 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:7ad58cf89962c7fa032af5d7bf759587cda2f0741bb3031d2a056a60c16b026fsha256:7ad58cf89962c7fa032af5d7bf759587cda2f0741bb3031d2a056a60c16b026fAbout 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.16.1 |
| ARG REVISION=8fa1dbf5ce3188795a77e015c0f7cde488e2b8a1 |
| ARG CREATED=2026-07-19T15:47:19Z |
| 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.16.1 org.opencontainers.image.revision=8fa1dbf5ce3188795a77e015c0f7cde488e2b8a1 org.opencontainers.image.created=2026-07-19T15:47:19Z 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:47:19Z |
| 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 | 8fa1dbf5ce3188795a77e015c0f7cde488e2b8a1 |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.16.1 |