-
Notifications
You must be signed in to change notification settings - Fork 69
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
Comments
The wkhtmltopdf upsteam is currently working on a official alpine build. Let's wait for it to happen. |
@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 |
Hey, I added three new versions: 0.12.5-alpine3.11 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. |
@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. |
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.The text was updated successfully, but these errors were encountered: