| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I'm using renovatebot for keeping my deployments updated and with calibre-web it seem to try to pick up a version 5.33.2 as the latest, this version is however already 4 years old and is a non-existing version in the repository of calibre-web. Latest version as of writing is 0.6.27. ❯ podman pull ghcr.io/linuxserver/calibre-web:latest ❯ podman pull ghcr.io/linuxserver/calibre-web:0.6.27 ❯ podman pull ghcr.io/linuxserver/calibre-web:5.33.2 ❯ podman images | grep calibre-web ghcr.io/linuxserver/calibre-web 0.6.27 cde0cc98630e 2 days ago 819 MB ghcr.io/linuxserver/calibre-web latest cde0cc98630e 2 days ago 819 MB ghcr.io/linuxserver/calibre-web 5.33.2 aee9c1dd1089 4 years ago 365 MB After inspecting the image directly, it seem to actually be an image for Calibre rather than calibre-web ❯ podman image mount ghcr.io/linuxserver/calibre-web:5.33.2 Error: cannot run command "podman image mount" in rootless mode, must execute `podman unshare` first ~ ❯ podman unshare root in ~ ❯ podman image mount ghcr.io/linuxserver/calibre-web:5.33.2 /home/husjon/.local/share/containers/storage/overlay/804d433b95db0e7cf507552fa6a3466233d4f96f60f610abd82ff497eb0c7dd3/merged root in ~ ❯ cd /home/husjon/.local/share/containers/storage/overlay/804d433b95db0e7cf507552fa6a3466233d4f96f60f610abd82ff497eb0c7dd3/merged root in overlay/804d433b95db0e7cf507552fa6a3466233d4f96f60f610abd82ff497eb0c7dd3/merged ❯ ls app etc root in overlay/804d433b95db0e7cf507552fa6a3466233d4f96f60f610abd82ff497eb0c7dd3/merged ❯ ls app calibre root in overlay/804d433b95db0e7cf507552fa6a3466233d4f96f60f610abd82ff497eb0c7dd3/merged ❯ ls app/calibre bin calibre-complete calibredb calibre-parallel calibre-server ebook-convert ebook-edit ebook-polish fetch-ebook-metadata libexec lrfviewer markdown-calibre resources web2disk calibre calibre-customize calibre-debug calibre_postinstall calibre-smtp ebook-device ebook-meta ebook-viewer lib lrf2lrs lrs2lrf plugins translations root in overlay/804d433b95db0e7cf507552fa6a3466233d4f96f60f610abd82ff497eb0c7dd3/merged ❯ The age of the image also tracks with the release for Calibre itself (see https://github.com/kovidgoyal/calibre/releases/tag/v5.33.2) from December 2021. I would assume this is something that could happen with other similar tools that keeps versions up to date, as in it would pick the version with the higher version number. Is this some thing that can corrected in the container registry, i.e by dropping these older versions that are unrelated to the calbre-web project? |
|
https://www.linuxserver.io/blog/docker-tags-so-many-tags-so-little-time#semver-info |
| Back | FazBrowse Home | New Git URL |
This is the release in question: https://github.com/linuxserver/docker-calibre-web/releases/tag/calibre-v5.33.2-ls1
Full version (static docker tag) is calibre-v5.33.2-ls1
Branch tag is calibre, used to host a docker mod for this calibre-web image, which injected the calibre binary into calibre-web for ebook conversion
Upstream Version was v5.33.2
Our build version for the mod was ls1
The mod has since moved to the dedicated mods repo: https://github.com/linuxserver/docker-mods/tree/universal-calibre
Nothing has been poisoned. Nothing from outside of this repo was accidentally pushed or published.