Templatize Dockerfiles for easier updating, fix libpng16 getting purged in stretch#103
Merged
tianon merged 1 commit intodocker-library:masterfrom Feb 16, 2018
Merged
Conversation
tianon
approved these changes
Feb 16, 2018
yosifkit
added a commit
to infosiftr/stackbrew
that referenced
this pull request
Feb 16, 2018
- `cassandra` docker-library/cassandra#135 - `docker` Add `17.12.1-ce-rc1` - `drupal` docker-library/drupal#103 - `ghost` Update to 1.21.2, ghost-cli 1.5.2 - `golang` `1.10` release docker-library/golang#208 - `mongo` Update to `3.7.2` - `mysql` Update `8.0` to `debian:stretch-slim` docker-library/mysql#376 - `postgres` Update 10 to `alpine:3.7` docker-library/postgres#400 - `ruby` rubygems 2.7.6 - `tomcat` Update to `9.0.5`, `8.5.28`, `8.0.50`, and `7.0.85`
davidl-zend
pushed a commit
to davidl-zend/official-images
that referenced
this pull request
Apr 17, 2018
- `cassandra` docker-library/cassandra#135 - `docker` Add `17.12.1-ce-rc1` - `drupal` docker-library/drupal#103 - `ghost` Update to 1.21.2, ghost-cli 1.5.2 - `golang` `1.10` release docker-library/golang#208 - `mongo` Update to `3.7.2` - `mysql` Update `8.0` to `debian:stretch-slim` docker-library/mysql#376 - `postgres` Update 10 to `alpine:3.7` docker-library/postgres#400 - `ruby` rubygems 2.7.6 - `tomcat` Update to `9.0.5`, `8.5.28`, `8.0.50`, and `7.0.85`
davidl-zend
pushed a commit
to davidl-zend/official-images
that referenced
this pull request
Apr 17, 2018
- `cassandra` docker-library/cassandra#135 - `docker` Add `17.12.1-ce-rc1` - `drupal` docker-library/drupal#103 - `ghost` Update to 1.21.2, ghost-cli 1.5.2 - `golang` `1.10` release docker-library/golang#208 - `mongo` Update to `3.7.2` - `mysql` Update `8.0` to `debian:stretch-slim` docker-library/mysql#376 - `postgres` Update 10 to `alpine:3.7` docker-library/postgres#400 - `ruby` rubygems 2.7.6 - `tomcat` Update to `9.0.5`, `8.5.28`, `8.0.50`, and `7.0.85`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds templating to ease new versions and sync between versions.
Fixes #102 by correctly keeping any library linked by any php extension (like docker-library/wordpress#267 and docker-library/php#556).