Skip to content

Commit

Permalink
🔥 Remove Alpine suppport (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Mar 17, 2024
1 parent 412ae1a commit b10bc07
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 116 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
python_version: "3.8"
- name: python3.7
python_version: "3.7"
- name: python3.9-alpine3.13
python_version: "3.9"
- name: python3.8-alpine3.11
python_version: "3.8"
- name: python3.7-alpine3.8
python_version: "3.7"
fail-fast: true
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
python_version: "3.8"
- name: python3.7
python_version: "3.7"
- name: python3.9-alpine3.13
python_version: "3.9"
- name: python3.8-alpine3.11
python_version: "3.8"
- name: python3.7-alpine3.8
python_version: "3.7"
fail-fast: true
runs-on: ubuntu-latest
steps:
Expand Down
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,22 @@
* [`python3.7`, _(Dockerfile)_](https://github.com/tiangolo/meinheld-gunicorn-docker/blob/master/docker-images/python3.7.dockerfile)
* [`python3.6` _(Dockerfile)_](https://github.com/tiangolo/meinheld-gunicorn-docker/blob/master/docker-images/python3.6.dockerfile)

## Discouraged tags

* [`python3.9-alpine3.13` _(Dockerfile)_](https://github.com/tiangolo/meinheld-gunicorn-docker/blob/master/docker-images/python3.9-alpine3.13.dockerfile)
* [`python3.8-alpine3.11` _(Dockerfile)_](https://github.com/tiangolo/meinheld-gunicorn-docker/blob/master/docker-images/python3.8-alpine3.11.dockerfile)
* [`python3.7-alpine3.8` _(Dockerfile)_](https://github.com/tiangolo/meinheld-gunicorn-docker/blob/master/docker-images/python3.7-alpine3.8.dockerfile)
* [`python3.6-alpine3.8` _(Dockerfile)_](https://github.com/tiangolo/meinheld-gunicorn-docker/blob/master/docker-images/python3.6-alpine3.8.dockerfile)

## Deprecated tags

🚨 These tags are no longer supported or maintained, they are removed from the GitHub repository, but the last version pushed is still available in Docker Hub.
🚨 These tags are no longer supported or maintained, they are removed from the GitHub repository, but the last versions pushed might still be available in Docker Hub if anyone has been pulling them:

* `python3.9-alpine3.13`
* `python3.8-alpine3.11`
* `python3.7-alpine3.8`
* `python3.6`
* `python3.6-alpine3.8`
* `python2.7`

The last date tags for deprecated Python versions are:
The last date tags for these versions are:

* `python3.9-alpine3.13-2024-03-11`
* `python3.8-alpine3.11-2024-03-11`
* `python3.7-alpine3.8-2024-03-11`
* `python3.6-2022-11-25`
* `python3.6-alpine3.8-2022-11-25`
* `python2.7-2022-11-25`
Expand All @@ -34,7 +33,7 @@ The last date tags for deprecated Python versions are:

# meinheld-gunicorn

[**Docker**](https://www.docker.com/) image with [**Meinheld**](http://meinheld.org/) managed by [**Gunicorn**](https://gunicorn.org/) for high-performance web applications in **[Python](https://www.python.org/)**, with performance auto-tuning. Optionally with Alpine Linux.
[**Docker**](https://www.docker.com/) image with [**Meinheld**](http://meinheld.org/) managed by [**Gunicorn**](https://gunicorn.org/) for high-performance web applications in **[Python](https://www.python.org/)**, with performance auto-tuning.

**GitHub repo**: [https://github.com/tiangolo/meinheld-gunicorn-docker](https://github.com/tiangolo/meinheld-gunicorn-docker)

Expand Down
30 changes: 0 additions & 30 deletions docker-images/python3.7-alpine3.8.dockerfile

This file was deleted.

30 changes: 0 additions & 30 deletions docker-images/python3.8-alpine3.11.dockerfile

This file was deleted.

30 changes: 0 additions & 30 deletions docker-images/python3.9-alpine3.13.dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "meinheld-gunicorn-docker"
version = "0.1.0"
description = "Docker image with Meinheld managed by Gunicorn for high-performance web applications in Python with performance auto-tuning. Optionally with Alpine Linux."
description = "Docker image with Meinheld managed by Gunicorn for high-performance web applications in Python with performance auto-tuning."
authors = ["Sebastián Ramírez <[email protected]>"]
license = "MIT"

Expand Down
3 changes: 0 additions & 3 deletions scripts/process_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
{"NAME": "python3.9", "PYTHON_VERSION": "3.9"},
{"NAME": "python3.8", "PYTHON_VERSION": "3.8"},
{"NAME": "python3.7", "PYTHON_VERSION": "3.7"},
{"NAME": "python3.9-alpine3.13", "PYTHON_VERSION": "3.9"},
{"NAME": "python3.8-alpine3.11", "PYTHON_VERSION": "3.8"},
{"NAME": "python3.7-alpine3.8", "PYTHON_VERSION": "3.7"},
]

start_with = os.environ.get("START_WITH")
Expand Down

0 comments on commit b10bc07

Please sign in to comment.