Block a user
epub-audit (latest)
Installation
docker pull gitea.killinger.fr/maxime.killinger/epub-audit:latestsha256:fc624ecce037fab44fc17d0da4a60435853c3479cfa55462fa80a9096efde163
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 15d7dc25d2 | linux/amd64 | 22 MiB |
Image Layers ( linux/amd64)
| LABEL org.opencontainers.image.title=EPUB Audit Tool org.opencontainers.image.description=Outil d'audit de métadonnées de livres numériques EPUB (Distroless/Python) org.opencontainers.image.authors=Maxime Killinger org.opencontainers.image.source=https://gitea.killinger.fr/maxime.killinger/epub-audit org.opencontainers.image.licenses=MIT |
| WORKDIR /app |
| COPY /app/audit_epubs.py . # buildkit |
| CMD ["audit_epubs.py" "/books"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | Maxime Killinger |
| org.opencontainers.image.description | Outil d'audit de métadonnées de livres numériques EPUB (Distroless/Python) |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.source | https://gitea.killinger.fr/maxime.killinger/epub-audit |
| org.opencontainers.image.title | EPUB Audit Tool |