-
Notifications
You must be signed in to change notification settings - Fork 2k
debian stretch update #457
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
Comments
If someone has the same problem with libpcre3, i have a workaround using package pinning: create a
and a
And add this to your Dockerfile
So now, if you try to install libpcre3, it will be downloaded from the stretch release. So now you just need to install the newer libpcre (preferably in your existing apt-get install command) I haven't found something breaking yet but package pinning (especially with libraries) is a bit of an adventure so be careful. |
See #448. I think #360 and docker-library/golang#131 (comment) are also relevant (since a Debian version bump is going to be a similar situation). 😞 |
Closing in favor of discussion to create base distro update process #504. |
This is probably huge but I ask anyways.
Is there any plan to update to debian 9 (stretch)?
I have to work with typo3 which now requires libpcre3 in version 8.38 (the old version actually creates segment faults).
Quick search reveals: yep, jessie has only 8.35.
I have tried it with the alpine image and that one works but i feel more comfortable with debian so I'd prefer that.
The text was updated successfully, but these errors were encountered: