Skip to content

Commit

Permalink
Versionator Updating versions for python and package.
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Mar 11, 2024
1 parent 33f082f commit aafd134
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,39 @@ A multiarchitecture container image for running Python with Gunicorn.
Looking for the containers? [Head over to the Github Container Registry](https://github.com/multi-py/python-gunicorn/pkgs/container/python-gunicorn)!

<!--ts-->

* [python-gunicorn](#python-gunicorn)
* [Benefits](#benefits)
* [Multi Architecture Builds](#multi-architecture-builds)
* [Small Images via Multi Stage Builds](#small-images-via-multi-stage-builds)
* [No Rate Limits](#no-rate-limits)
* [Rapid Building of New Versions](#rapid-building-of-new-versions)
* [Regular Updates](#regular-updates)
* [How To](#how-to)
* [Using the Full Image](#using-the-full-image)
* [Using the Slim Image](#using-the-slim-image)
* [Using the Alpine Image](#using-the-alpine-image)
* [Copy Just the Packages](#copy-just-the-packages)
* [Add Your App](#add-your-app)
* [PreStart Script](#prestart-script)
* [Environmental Variables](#environmental-variables)
* [PORT](#port)
* [WORKERS](#workers)
* [LOG_LEVEL](#log_level)
* [MODULE_NAME](#module_name)
* [VARIABLE_NAME](#variable_name)
* [APP_MODULE](#app_module)
* [PRE_START_PATH](#pre_start_path)
* [RELOAD](#reload)
* [GUNICORN_EXTRA_FLAGS](#gunicorn_extra_flags)
* [Python Versions](#python-versions)
* [Image Variants](#image-variants)
* [Full](#full)
* [Slim](#slim)
* [Alpine](#alpine)
* [Architectures](#architectures)
* [Sponsorship](#sponsorship)
* [Tags](#tags)
* [Older Tags](#older-tags)
<!--te-->

## Benefits
Expand Down

0 comments on commit aafd134

Please sign in to comment.