Skip to content

Feature alpine images - #41

Open
symric wants to merge 10 commits into
masterfrom
feature-alpine-images
Open

Feature alpine images#41
symric wants to merge 10 commits into
masterfrom
feature-alpine-images

Conversation

@symric

@symric symric commented Feb 25, 2020

Copy link
Copy Markdown
Contributor

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

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

@nglasl nglasl left a comment

Copy link
Copy Markdown
Contributor

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.

Comment thread php/7.1-alpine/Dockerfile
xsl \
zip \
&& pecl install redis-4.0.1 \
&& pecl install xdebug \

Copy link
Copy Markdown
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.

Comment thread php/7.3-alpine/Dockerfile
COPY php.ini /usr/local/etc/php/php.ini


COPY xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini

Copy link
Copy Markdown
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.

Comment thread php/7.3-alpine/xdebug.ini
@@ -0,0 +1,11 @@
xdebug.remote_enable=on

@nglasl nglasl Feb 27, 2020

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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.

2 participants