-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Alpine 3.9 #375
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
Alpine 3.9 #375
Conversation
LGTM 👍 |
Can't wait for this one 👍 |
Seems good, thanks! 👍 I've pushed an extra commit to sort the package lists and another to remove older Alpine versions (since we're only committing to support 2 per Python version now), and I think your solution for the almost-EOL Python 3.4 is reasonable. 👍 ❤️ Hopefully Travis will agree with this so we can merge it. 👍 |
- `bash`: Alpine 3.9 - `buildpack-deps`: *no image changes* - `busybox`: *no image changes* - `drupal`: *no image changes* - `gcc`: *no image changes* - `ghost`: 2.13.2 - `haproxy`: *no image changes* - `httpd`: *no image changes* - `irssi`: *no image changes* - `julia`: *no image changes* - `memcached`: *no image changes* - `mongo`: 4.0.6 - `openjdk`: 11.0.2 (Debian) - `php`: Alpine 3.9 (docker-library/php#786) - `postgres`: *no image changes* - `python`: Alpine 3.9 (docker-library/python#375) - `redmine`: *no image changes* - `ruby`: *no image changes* - `tomcat`: *no image changes* - `wordpress`: *no image changes*
Sorting the packages 🤦♂️ there's always something I miss 😅. Thanks! |
- `bash`: Alpine 3.9 - `buildpack-deps`: *no image changes* - `busybox`: *no image changes* - `drupal`: *no image changes* - `gcc`: *no image changes* - `ghost`: 2.13.2 - `haproxy`: *no image changes* - `httpd`: *no image changes* - `irssi`: *no image changes* - `julia`: *no image changes* - `memcached`: *no image changes* - `mongo`: 4.0.6 - `openjdk`: 11.0.2 (Debian) - `php`: Alpine 3.9 (docker-library/php#786) - `postgres`: *no image changes* - `python`: Alpine 3.9 (docker-library/python#375) - `redmine`: *no image changes* - `ruby`: *no image changes* - `tomcat`: *no image changes* - `wordpress`: *no image changes*
Adds Alpine 3.9 variants for all versions of Python. Alpine 3.9 switches back to OpenSSL instead of LibreSSL.
My only concern with this is whether it's still worth supporting Python 3.4. pip 19 already gives a warning prompt when run under Python 3.4:
...and Python 3.4 doesn't support the version of OpenSSL in Alpine 3.9, so requires LibreSSL.