Is there an existing issue for this?
Name of mod
universal-calibre
Name of base container
calibre-web
Current Behavior
Fails when trying to extract calibre.tar.xz.
Probably due to an issue with the download, since the image size shrunk past v8.12.0
Expected Behavior
Should work
Steps To Reproduce
Apply any universal calibre mode > v8.12.0
Environment
- OS: Debian
- How docker service was installed: distro's packagemanager
CPU architecture
x86-64
Docker creation
calibre-web:
image: lscr.io/linuxserver/calibre-web:latest
container_name: calibre-web
environment:
- "PUID=${UID_BOOKS}"
- TZ=Europe/Vienna
- "DOCKER_MODS=${CALIBRE_MOD}"
volumes:
- /var/lib/container-fs/config/calibre:/config
- /var/lib/container-fs/data/ebooks:/books
ports:
- 8083:8083
restart: unless-stopped
Container logs
Is there an existing issue for this?
Name of mod
universal-calibre
Name of base container
calibre-web
Current Behavior
Fails when trying to extract calibre.tar.xz.
Probably due to an issue with the download, since the image size shrunk past v8.12.0
Expected Behavior
Should work
Steps To Reproduce
Apply any universal calibre mode > v8.12.0
Environment
CPU architecture
x86-64
Docker creation
calibre-web: image: lscr.io/linuxserver/calibre-web:latest container_name: calibre-web environment: - "PUID=${UID_BOOKS}" - TZ=Europe/Vienna - "DOCKER_MODS=${CALIBRE_MOD}" volumes: - /var/lib/container-fs/config/calibre:/config - /var/lib/container-fs/data/ebooks:/books ports: - 8083:8083 restart: unless-stoppedContainer logs