Skip to content

Conversation

@symric
Copy link
Contributor

@symric symric commented Feb 25, 2020

This branch contains currently used alpine images which mirror the ubuntu images

@symric symric requested a review from nglasl February 25, 2020 00:59
Copy link
Contributor

@nglasl nglasl left a 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 \
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

@nglasl nglasl Feb 27, 2020

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?

Copy link
Contributor

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.

@nglasl nglasl assigned symric and unassigned nglasl and symric Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants