You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2023. It is now read-only.
**You must explicitly use one of the tags above.** The `latest` tag is not assigned since each tag represents a different variant, not an incremental version.
11
9
@@ -24,7 +22,7 @@ This Docker image allow the creation/migration of Python Web Apps to run on Ngin
24
22
- Other images - such as a pre-built image for running Flask Apps [nginx-uwsgi-flask](https://github.com/robertpeteuil/docker-nginx-uwsgi-flask) .
25
23
- A development image that can be customized with your unique web-framework, Python libraries and code.
26
24
27
-
This repo auto-generates images to [Docker-Hub](https://hub.docker.com/r/robpco/nginx-uwsgi/). It includes standard and alpine-based variants for each supported Python version (2.7, 3.5, 3.6).
25
+
This repo auto-generates images to [Docker-Hub](https://hub.docker.com/r/robpco/nginx-uwsgi/). It includes standard and alpine-based variants for each supported Python version (2.7, 3.6).
28
26
29
27
## Usage
30
28
@@ -82,6 +80,9 @@ Inspired by the project at [tiangolo/UWSGI-NGINX-DOCKER](https://github.com/tian
82
80
- Thanks to github user [ProgEsteves](https://github.com/ProgEsteves)
83
81
- 2017-11-29: Automatic image re-build when Python updates
84
82
- 2017-11-28: Updated Nginx version installed on non-Alpine images
83
+
- 2018-05-04: Updated non alpine version to use `pythonx.x-stretch` as base & Nginx 1.13.12-1
84
+
- 2018-05-04: Update Alpine versions to use `pythonx.x-alpine3.7` as base
85
+
- 2018-05-04: Removed `python3.5` support due to lack of use and base on strech and alpine3.7
0 commit comments