|
1 | 1 | # Supported tags and `Dockerfile` links
|
2 | 2 |
|
3 |
| -- `py2.7`, `python2.7` [_(python2.7/Dockerfile)_](https://github.com/robertpeteuil/docker-nginx-uwsgi/blob/master/python2.7/Dockerfile) |
4 |
| -- `py2.7-A`, `py2.7-alpine`, `python2.7-alpine` [_(python2.7-alpine/Dockerfile)_](https://github.com/robertpeteuil/docker-nginx-uwsgi/blob/master/python2.7-alpine/Dockerfile) |
5 |
| -- `py3.6`, `python3.6` [_(python3.6/Dockerfile)_](https://github.com/robertpeteuil/docker-nginx-uwsgi/blob/master/python3.6/Dockerfile) |
6 |
| -- `py3.6-A`, `py3.6-alpine`, `python3.6-alpine` [_(python3.6-alpine/Dockerfile)_](https://github.com/robertpeteuil/docker-nginx-uwsgi/blob/master/python3.6-alpine/Dockerfile) |
| 3 | +- `py2.7`, `python2.7` [_(python2.7/Dockerfile)_](https://github.com/robpco/docker-nginx-uwsgi/blob/master/python2.7/Dockerfile) |
| 4 | +- `py2.7-A`, `py2.7-alpine`, `python2.7-alpine` [_(python2.7-alpine/Dockerfile)_](https://github.com/robpco/docker-nginx-uwsgi/blob/master/python2.7-alpine/Dockerfile) |
| 5 | +- `py3.6`, `python3.6` [_(python3.6/Dockerfile)_](https://github.com/robpco/docker-nginx-uwsgi/blob/master/python3.6/Dockerfile) |
| 6 | +- `py3.6-A`, `py3.6-alpine`, `python3.6-alpine` [_(python3.6-alpine/Dockerfile)_](https://github.com/robpco/docker-nginx-uwsgi/blob/master/python3.6-alpine/Dockerfile) |
7 | 7 |
|
8 | 8 | **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.
|
9 | 9 |
|
10 | 10 | ## NGINX-UWSGI
|
11 | 11 |
|
12 | 12 | **Docker** image with **Nginx**, **uWSGI** and **Python** running in a single container to enable running Python Web Apps on NGINX.
|
13 | 13 |
|
14 |
| -**GitHub Repo**: <https://github.com/robertpeteuil/docker-nginx-uwsgi> |
| 14 | +**GitHub Repo**: <https://github.com/robpco/docker-nginx-uwsgi> |
15 | 15 |
|
16 | 16 | **Docker Hub Images**: <https://hub.docker.com/r/robpco/nginx-uwsgi/>
|
17 | 17 |
|
18 | 18 | ## Overview
|
19 | 19 |
|
20 | 20 | This Docker image allow the creation/migration of Python Web Apps to run on Nginx and uWSGI in a single container. It's designed for use as base image for:
|
21 | 21 |
|
22 |
| -- Other images - such as a pre-built image for running Flask Apps [nginx-uwsgi-flask](https://github.com/robertpeteuil/docker-nginx-uwsgi-flask) . |
| 22 | +- Other images - such as a pre-built image for running Flask Apps [nginx-uwsgi-flask](https://github.com/robpco/docker-nginx-uwsgi-flask) . |
23 | 23 | - A development image that can be customized with your unique web-framework, Python libraries and code.
|
24 | 24 |
|
25 | 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).
|
@@ -69,8 +69,6 @@ services:
|
69 | 69 | LISTEN_PORT: 8080
|
70 | 70 | ```
|
71 | 71 |
|
72 |
| -Inspired by the project at [tiangolo/UWSGI-NGINX-DOCKER](https://github.com/tiangolo/uwsgi-nginx-docker). |
73 |
| -
|
74 | 72 | ## UPDATES
|
75 | 73 |
|
76 | 74 | - 2017-12-11: Added multiple tags per variant: `py3.6` is the same as `python3.6`, and so forth...
|
|
0 commit comments