-
Notifications
You must be signed in to change notification settings - Fork 149
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
yarn install fails with error on after lagoon v1.0.0 release #1208
Comments
Upon closer inspection i found that the library in question gets upgraded if when the pks are updated:
I'll give the cli containers a local rebuild to see if the newer version of Reference: https://github.com/amazeeio/lagoon/blob/master/images/php/cli/Dockerfile#L27 |
Okay I dove a bit into how we build the php 7 images and found that we're using php:7-fpm-alpine A workaround would be running
which updates the nghttp2-libs to the working version. Reference: c132550 |
Fixes #1208 - by force updating nghttp2-libs
@dasrecht Could you please confirm that |
Describe the bug
After releasing of lagoon v1.0.0 we saw an error on running
yarn install
on certain projectsRunning with the v0.24.0 images worked the latest images don't.
To Reproduce
Docker Testfile
Output:
Expected behavior
Container build finishes without issues
Workaround
Downgrade to the latest v.0.24.0 image e.g
amazeeio/php:7.2-cli-drupal-v0.24.0
Additional context
gliderlabs/docker-alpine#342
The text was updated successfully, but these errors were encountered: