-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
8.4 upgrade #109
8.4 upgrade #109
Conversation
8.4.Dockerfile
Outdated
COPY docker-* /usr/local/bin/ | ||
|
||
# copy from existing | ||
COPY --from=adhocore/phpfpm:8.4 /usr/local/lib/php/extensions/no-debug-non-zts-20230831/*.so /usr/local/lib/php/extensions/no-debug-non-zts-20230831/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
initially we should not copy but only after first build
for now the COPY can be commented out like # COPY
in this and next line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops seems i missed this PR for some reason, may be the notification mixed up among issues/prs
thank you :) |
seems build has failed. https://github.com/adhocore/docker-phpfpm/actions/runs/12295442117/job/34312334042 (issue with imap ext?) ideally, the new dockerfile should be first built in local machine to find out possible issues. |
Sorry I was away from the keyboard these days I may have run the wrong image locally I'll take a look tomorrow. |
It still need work to do but it can work as a sneak peek.
Should cover #106