-
Notifications
You must be signed in to change notification settings - Fork 7
Feature alpine images #41
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
base: master
Are you sure you want to change the base?
Conversation
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.
Dropped a couple of comments below, but nothing that should hold this up.
| xsl \ | ||
| zip \ | ||
| && pecl install redis-4.0.1 \ | ||
| && pecl install xdebug \ |
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.
Minor, this one doesn't have a version specified.
| COPY php.ini /usr/local/etc/php/php.ini | ||
|
|
||
|
|
||
| COPY xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini |
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.
Also minor, this one has two empty new lines above it compared to the others.
| @@ -0,0 +1,11 @@ | |||
| xdebug.remote_enable=on | |||
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.
The xdebug.ini for each version doesn't match, seems like this one has the most recent changes while the others don't. I assume we should be making them all consistent, can we just have a single xdebug.ini?
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.
@symric just a reminder on this before merging.
This branch contains currently used alpine images which mirror the ubuntu images