Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Create a new latest docker image on docker hub #151

Open
universeroc opened this issue Oct 9, 2023 · 4 comments
Open

Create a new latest docker image on docker hub #151

universeroc opened this issue Oct 9, 2023 · 4 comments

Comments

@universeroc
Copy link

The latest tag is : 0.18.8.rc2-master-20200820-alpine-3.12.0-x86_64

I can't use docker pull pdf2htmlex/pdf2htmlex to get the image unless docker pull pdf2htmlex/pdf2htmlex:0.18.8.rc2-master-20200820-alpine-3.12.0-x86_64

The image is created at 3 years ago, it's too old.

Please create a new docker image based on the latest version of code. Thanks in advance.

If I can help I would like to do something :)

https://hub.docker.com/r/pdf2htmlex/pdf2htmlex/

@konradzdeb
Copy link

Good issue, trying to use the existing image got the following:

docker pull pdf2htmlex/pdf2htmlex
Using default tag: latest
Error response from daemon: manifest for pdf2htmlex/pdf2htmlex:latest not found: manifest unknown: manifest unknown

@ayoporridge
Copy link

Is this project no longer being updated?

@remino
Copy link

remino commented Nov 15, 2023

Docker is outdated…
Homebrew is outdated…

Is this project abandoned or what?

@remino
Copy link

remino commented Nov 15, 2023

For the meantime, note as Docker will try to fetch the latest tag of an image by default, and there is no latest tag on Docker Hub, the command in the wiki will fail. Instead, I explicitly fetched the last tag:

docker run -ti --rm -v ~/pdf:/pdf -w /pdf pdf2htmlex/pdf2htmlex:0.18.8.rc2-master-20200820-alpine-3.12.0-x86_64 --zoom 1.3 input.pdf

It worked well and did a decent job. But sadly on my end, I still need to do some troubleshooting, because all the text is invisible from the 4th slide thereon in the PDF file I converted to HTML.

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

No branches or pull requests

4 participants