Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

"latest" tag not updated #110

Open
righteous-coder opened this issue Jan 13, 2025 · 1 comment
Open

"latest" tag not updated #110

righteous-coder opened this issue Jan 13, 2025 · 1 comment

Comments

@righteous-coder
Copy link
Contributor

righteous-coder commented Jan 13, 2025

Currently, README tells you to use the latest image tag, like so:

git clone https://github.com/koreader/koreader.git
docker run -v $(pwd)/koreader:/home/ko/koreader -it koreader/koappimage:latest bash
cd koreader && ./kodev fetch-thirdparty

But as you can see on the docker hub page, the latest tag is pretty outdated. When I tried to build KOReader with this image, I had to add quite a few missing dependencies until I was finally able to build it.

Later I found there's a newer image (0.4.5-20.04) and when I tried it it didn't have missing dependencies.

So I'd like you to update the latest tag to point to the actually latest image, or at least update readme to tell readers to check the docker hub page and pick the newest one.

@benoit-pierre
Copy link
Contributor

Here's the command to do it without needing to pull the image locally first: docker buildx imagetools create docker.io/koreader/koappimage:0.4.5-20.04 --tag docker.io/koreader/koappimage:latest.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants