media-cleanup (sha256:c3d17414719c5e731c19810b86c26b7cdc8c3c6228b46be9836618a3e72c32e8)
Published 2026-07-27 04:15:22 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:c3d17414719c5e731c19810b86c26b7cdc8c3c6228b46be9836618a3e72c32e8sha256:c3d17414719c5e731c19810b86c26b7cdc8c3c6228b46be9836618a3e72c32e8About 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=7a1a4fb |
| ARG REVISION=7a1a4fb59b48d2fada59d59527adf4f55099cf13 |
| ARG CREATED=2026-07-27T08:14:31Z |
| 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=7a1a4fb org.opencontainers.image.revision=7a1a4fb59b48d2fada59d59527adf4f55099cf13 org.opencontainers.image.created=2026-07-27T08:14:31Z 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-27T08:14:31Z |
| 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 | 7a1a4fb59b48d2fada59d59527adf4f55099cf13 |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | 7a1a4fb |