meinheld-gunicorn-flask-docker

Docker image with Meinheld and Gunicorn for Flask applications in Python.

MIT License

Stars
486

Bot releases are hidden (Show)

meinheld-gunicorn-flask-docker - 0.5.0 Latest Release

Published by tiangolo 7 months ago

Features

  • ✨ Add support for multiarch builds, including ARM (e.g. Mac M1). PR #138 by @tiangolo.

Refactor

Upgrades

Docs

Internal

meinheld-gunicorn-flask-docker - 0.4.0

Published by tiangolo almost 2 years ago

Features

Highlights of this release:

  • Support for Python 3.9 and 3.8.

  • Deprecation of Python 3.6 and 2.7.

    • The last Python 3.6 and 2.7 images are available in Docker Hub, but they won't be updated or maintained anymore.
    • The last images with a date tag are python3.6-2022-11-25 and python2.7-2022-11-25.
  • Upgraded versions of all the dependencies.

  • Small improvements and fixes.

  • ✨ Add support for Python 3.9 and Python 3.9 Alpine. PR #50 by @tiangolo.

  • Add Python 3.8 with Alpine 3.11. PR #28.

  • Add support for Python 3.8. PR #27.

Breaking Changes

  • πŸ”₯ Deprecate and remove Python 3.6 and 2.7. PR #105 by @tiangolo.
  • πŸ”₯ Remove support for Python 2.7. PR #63 by @tiangolo.

Upgrades

  • ⬆️ Bump flask from 2.0.1 to 2.2.2 in /docker-images. PR #98 by @dependabot[bot].
  • ⬆️ Upgrade Flask to the latest version supporting Python 3.6. PR #101 by @tiangolo.

Docs

  • πŸ“ Add note about Python 3.10 and 3.11. PR #112 by @tiangolo.
  • πŸ“ Add note to discourage Alpine with Python. PR #64 by @tiangolo.
  • πŸ“ Add Kubernetes warning, when to use this image. PR #62 by @tiangolo.
  • ✏️ Fix typo duplicate "Note" in Readme. PR #61 by @tiangolo.
  • Fix typo in README. PR #18 by @tahmid-choyon.

Internal

  • ⬆️ Update autoflake requirement from ^1.3.1 to ^2.0.0. PR #110 by @dependabot[bot].
  • ⬆️ Update black requirement from ^20.8b1 to ^22.10. PR #109 by @dependabot[bot].
  • ⬆️ Update mypy requirement from ^0.971 to ^0.991. PR #108 by @dependabot[bot].
  • ⬆️ Update docker requirement from ^5.0.3 to ^6.0.1. PR #107 by @dependabot[bot].
  • ⬆️ Upgrade CI OS. PR #111 by @tiangolo.
  • πŸ”§ Update Dependabot config. PR #106 by @tiangolo.
  • πŸ‘· Add scheduled CI. PR #104 by @tiangolo.
  • πŸ‘· Add alls-green GitHub Action. PR #103 by @tiangolo.
  • πŸ‘· Do not run double CI for PRs, run on push only on master. PR #102 by @tiangolo.
  • ⬆️ Update black requirement from ^19.10b0 to ^20.8b1. PR #57 by @dependabot[bot].
  • ⬆️ Update pytest requirement from ^5.4.1 to ^7.0.1. PR #76 by @dependabot[bot].
  • ⬆️ Bump actions/checkout from 2 to 3.1.0. PR #99 by @dependabot[bot].
  • ⬆️ Update isort requirement from ^4.3.21 to ^5.8.0. PR #55 by @dependabot[bot].
  • ⬆️ Bump tiangolo/issue-manager from 0.2.0 to 0.4.0. PR #52 by @dependabot[bot].
  • ⬆️ Update docker requirement from ^4.2.0 to ^5.0.3. PR #66 by @dependabot[bot].
  • ⬆️ Bump actions/setup-python from 1 to 4. PR #93 by @dependabot[bot].
  • ⬆️ Update mypy requirement from ^0.770 to ^0.971. PR #95 by @dependabot[bot].
  • πŸ”₯ Remove Travis backup file. PR #67 by @tiangolo.
  • β™» Refactor dependencies to improve Dependabot updates and reduce disk size used. PR #60 by @tiangolo.
  • πŸ‘· Update Latest Changes GitHub Action. PR #59 by @tiangolo.
  • πŸ‘· Add Dependabot and external dependencies to get automated upgrade PRs. PR #51 by @tiangolo.
  • 🎨 Format GitHub Action latest-changes. PR #42 by @tiangolo.
  • πŸ‘· Add GitHub Action latest-changes, update issue-manager, add funding. PR #41 by @tiangolo.
  • Refactor build setup:
    • Use GitHub actions for CI.
    • Simplify, centralize, and deduplicate code and configs.
    • Update tests.
    • Move from Pipenv to Poetry.
    • PR #26.
meinheld-gunicorn-flask-docker - 0.3.0

Published by tiangolo about 5 years ago

  • Refactor tests to use env vars and add image tags for each build date, like tiangolo/meinheld-gunicorn-flask:python3.7-2019-10-15. PR #17.
meinheld-gunicorn-flask-docker - 0.2.0

Published by tiangolo over 5 years ago

  • Add support for Python 2.7 (you should use Python 3.7 or Python 3.6). PR #11.

  • Update Travis CI configuration. PR #10 by @cclauss.

meinheld-gunicorn-flask-docker - 0.1.0

Published by tiangolo over 5 years ago

Add support for /app/prestart.sh.