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

Alpine 3.11 tag on Docker hub #10

Open
dnna opened this issue Apr 24, 2020 · 4 comments
Open

Alpine 3.11 tag on Docker hub #10

dnna opened this issue Apr 24, 2020 · 4 comments

Comments

@dnna
Copy link

dnna commented Apr 24, 2020

Hello,

Is it possible to release a tag for Alpine 3.11 on docker hub so we can run code such as
COPY --from=madnight/docker-alpine-wkhtmltopdf:alpine-3.11 /bin/wkhtmltopdf /bin/wkhtmltopdf in our builds?

The latest tag currently there is madnight/docker-alpine-wkhtmltopdf:alpine-3.10 from 7 months ago.

@madnight
Copy link
Owner

madnight commented Jun 3, 2020

The wkhtmltopdf upsteam is currently working on a official alpine build.
wkhtmltopdf/packaging#2 (comment)

Let's wait for it to happen.

@ashkulz
Copy link

ashkulz commented Jun 3, 2020

@madnight it may not happen for the 0.12.6 release, unless someone steps up and helps work with me for integrating the Qt patches -- that's why the milestone is 0.12.7.

@madnight
Copy link
Owner

madnight commented May 9, 2021

@dnna

Hey, I added three new versions:

0.12.5-alpine3.11
0.12.5-alpine3.12
0.12.5-alpine3.13
https://hub.docker.com/r/madnight/docker-alpine-wkhtmltopdf/tags?page=1&ordering=last_updated

However, the wkhtmltopdf binary is still the old 0.12.5 built on alpine 3.10. These versions just copy over the old binary and use a newer alpine release as base. Still waiting for an upstream fix in order to build 0.12.6 on alpine 3.13.

@dnna
Copy link
Author

dnna commented May 9, 2021

@madnight thank you! For my use case I ended up building my own image, which basically does the same as you did, but these tags will be very helpful for new projects. Looking forward to 0.12.6 when the upstream issue gets fixed.

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

3 participants