-
Notifications
You must be signed in to change notification settings - Fork 38
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
Missing PHP extensions in Base image #53
Labels
bug
Something isn't working
Comments
Hi @thkus, I just ran the following to verify the extension is there and it shows up. Can you run the following and provide the output?
|
Just a few follow up items:
|
thanks for the quick reply. The output from
Our Dockerfile looks like this (stripped down, but reproducible):
It works when i manually install dependencies like so:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
While running a deployment via gitlab-ci the latest base image
craftcms/nginx:8.0
was pulled from Docker Hub.The subsequent
composer install
failed because several PHP extensions were suddenly missing.Has there been a change in the base image that caused this?
How could we possibly avoid changes like that? Is there a versioning in place so we can set fixed versions for the base images we use?
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: