-
Notifications
You must be signed in to change notification settings - Fork 35
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
Dockerfile-edge: 7.1 variant out of beta #126
Conversation
bryanlatten
commented
Mar 7, 2017
•
edited
Loading
edited
- Added missing tests for all base extensions
- Added missing bz2 extensions to Alpine
- Added recently supported igbinary to Alpine
- Updated redis extension to 3.1.1 across the board
bf09815
to
cf02207
Compare
cf02207
to
0a901c3
Compare
@@ -61,7 +62,6 @@ RUN apk update && \ | |||
php7-pdo_mysql \ | |||
php7-phar \ | |||
php7-posix \ | |||
# php7-readline \ --- not currently working on PHP 7 |
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.
now installed by default
- calendar | ||
- bz2 | ||
- ctype | ||
- curl | ||
- date | ||
- dom | ||
- exif | ||
- fpm |
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.
was misnamed
README.md
Outdated
@@ -11,7 +11,7 @@ Add’s PHP-FPM, mods, and specific backend configuration to Behance’s [docker | |||
Three variants are available: | |||
- (default) Ubuntu-based, PHP 7.0 | |||
- (slim) Alpine-based, PHP 7.0, tagged as `-alpine` | |||
- (beta) Ubuntu-based, PHP 7.1, tagged as `-beta` | |||
- (beta) Ubuntu-based, PHP 7.1, tagged as `-edge` |
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.
beta -> edge ?
# Assert librdkafka version | ||
apk info librdkafka | grep 0.9.1: | ||
# Assert librdkafka version -0.9.* | ||
apk info librdkafka | grep "librdkafka-0.9.": |
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.
already up to 0.9.4 in Alpine
@@ -18,9 +18,6 @@ command: | |||
exit-status: 0 | |||
stdout: [PHP 7.0] | |||
stderr: ['!/./'] | |||
php -n -d extension=redis.so -m | grep redis: |
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.
Why were these tests removed?
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.
@ko-be it was moved to the parent base.goss.yaml
@@ -77,12 +77,12 @@ RUN apt-get update -q && \ | |||
php7.1-mcrypt \ | |||
php7.1-mysql \ | |||
php7.1-pgsql \ | |||
# php7.1-gearman \ <-- no longer built for PHP 7.1 | |||
php7.1-gearman \ |
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.
Does this now support 7.1?
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.
yes
php7.1-memcache \ | ||
php7.1-memcached \ | ||
php7.1-xml \ | ||
php7.1-zip \ | ||
# php-xdebug \ <-- no longer built for PHP 7.1 | ||
php-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.
Same here?
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.
yes
- Added missing tests for all base extensions - Added missing bz2 extensions to Alpine - Added recently supported igbinary to Alpine - Updated redis to 3.1.1
0a901c3
to
2098b27
Compare
👍 |
1 similar comment
👍 |
👍 |