Skip to content

Commit

Permalink
Make latest tag point to Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Dec 29, 2018
1 parent 70f5672 commit 0b9f7c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 73 deletions.
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@

## Supported tags and respective `Dockerfile` links

* [`python3.7` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/python3.7/Dockerfile)
* [`python3.7`, `latest` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/python3.7/Dockerfile)
* [`python3.6` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/python3.6/Dockerfile)
* [`python3.6-alpine3.7` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/python3.6-alpine3.7/Dockerfile)
* [`python3.6-alpine3.8` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/python3.6-alpine3.8/Dockerfile)
* [`python3.5` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/python3.5/Dockerfile)
* [`python2.7` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/python2.7/Dockerfile)
* [`python2.7-alpine3.7` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/python2.7-alpine3.7/Dockerfile)
* [`python2.7-alpine3.8` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/python2.7-alpine3.8/Dockerfile)
* [`latest` _(Dockerfile)_](https://github.com/tiangolo/uwsgi-nginx-docker/blob/master/latest/Dockerfile)

## Temporarily not supported

Expand All @@ -20,21 +19,6 @@

**Docker** image with **uWSGI** and **Nginx** for web applications in **Python 3.7**, **Python 3.6**, **Python 3.5** and **Python 2.7** (as **Flask**) in a single container. Optionally with Alpine Linux.

## NOTICE

Soon the tag `latest` will point to `python3.6` instead of `python2.7`.

If you are using in your `Dockerfile`:

```Dockerfile
FROM tiangolo/uwsgi-nginx:latest
```

you should update it to:

```Dockerfile
FROM tiangolo/uwsgi-nginx:python2.7
```

## Description

Expand Down
15 changes: 0 additions & 15 deletions latest/Dockerfile

This file was deleted.

41 changes: 0 additions & 41 deletions latest/entrypoint.sh

This file was deleted.

0 comments on commit 0b9f7c9

Please sign in to comment.