Skip to content
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

Merged
merged 1 commit into from
Mar 7, 2017
Merged

Conversation

bryanlatten
Copy link
Contributor

@bryanlatten bryanlatten commented Mar 7, 2017

  • 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

@bryanlatten bryanlatten force-pushed the edge-updates branch 7 times, most recently from bf09815 to cf02207 Compare March 7, 2017 20:32
@bryanlatten bryanlatten changed the title Dockerfile-edge: bringing 7.1 variant up to par Dockerfile-edge: 7.1 variant out of beta Mar 7, 2017
@@ -61,7 +62,6 @@ RUN apk update && \
php7-pdo_mysql \
php7-phar \
php7-posix \
# php7-readline \ --- not currently working on PHP 7
Copy link
Contributor Author

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

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`
Copy link
Collaborator

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.":
Copy link
Contributor Author

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:
Copy link
Collaborator

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?

Copy link
Contributor Author

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 \
Copy link
Collaborator

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?

Copy link
Contributor Author

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 \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here?

Copy link
Contributor Author

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
@ko-be
Copy link
Collaborator

ko-be commented Mar 7, 2017

👍

1 similar comment
@bossjones
Copy link
Collaborator

👍

@bryanlatten bryanlatten merged commit d028526 into master Mar 7, 2017
@jimdelois
Copy link
Contributor

👍

@bryanlatten bryanlatten deleted the edge-updates branch May 16, 2017 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants