-
Notifications
You must be signed in to change notification settings - Fork 163
Add templates and remove manual Lua install #63
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
Conversation
| libssl-dev \ | ||
| zlib1g-dev \ | ||
| make \ | ||
| wget \ |
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.
:sort? 😇
| libssl-dev \ | ||
| zlib1g-dev \ | ||
| make \ | ||
| wget \ |
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.
I guess the :sort should really happen down here. 😇
update.sh
Outdated
| done | ||
|
|
||
| if [ "$version" = '1.5' ]; then | ||
| for dockerfile in "$version/Dockerfile" "$version/$variant/Dockerfile"; do |
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.
Where does $variant come from here?
|
🍏 📗 💚 🥗 🇬🇱 green! |
- `cassandra`: better IP detection (docker-library/cassandra#146) - `docker`: 18.03.1-ce, 18.05.0-ce-rc1 - `drupal`: 8.5.3, 8.4.8, 7.59 - `ghost`: 1.22.4 - `haproxy`: better Lua install, stretch, Alpine 3.7 (docker-library/haproxy#63) - `mariadb`: `5.5.60+maria-1~wheezy` - `matomo`: `latest` - `mongo`: 3.7.7 - `openjdk`: windows ojdkbuild 1.8.0.171-1 - `percona`: `5.7.21-21-3.jessie` - `php`: 7.2.5, 7.0.30 - `piwik`: `latest` - `postgres`: Debian Stretch (docker-library/postgres#437), Alpine 3.7 (docker-library/postgres#436) - `pypy`: pip 10.0.1 (docker-library/pypy#22) - `python`: fix Windows build via TLS 1.2 (docker-library/python#279), Python 2 `PYTHONIOENCODING=UTF-8` (docker-library/python#278)
Fixes #61.
1.5should be materially unchanged. It'll be just the swap towgetand the explicit install ofzlib1g-devwhich was already assumed to be installed withUSE_ZLIB=1(it is a dependency oflibssl-devin jessie but not stretch).