Skip to content

Commit f1abb8a

Browse files
committed
Versionator Updating versions for python and package.
1 parent 440f9a9 commit f1abb8a

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,38 @@ A multiarchitecture container image for running Python with Gunicorn and Uvicorn
66
For this container the latest version of gunicorn is always used, and the tags represent the uvicorn version.
77

88
<!--ts-->
9-
9+
* [python-gunicorn-uvicorn](#python-gunicorn-uvicorn)
10+
* [Benefits](#benefits)
11+
* [Multi Architecture Builds](#multi-architecture-builds)
12+
* [Small Images via Multi Stage Builds](#small-images-via-multi-stage-builds)
13+
* [No Rate Limits](#no-rate-limits)
14+
* [Rapid Building of New Versions](#rapid-building-of-new-versions)
15+
* [Regular Updates](#regular-updates)
16+
* [How To](#how-to)
17+
* [Using the Full Image](#using-the-full-image)
18+
* [Using the Slim Image](#using-the-slim-image)
19+
* [Copy Just the Packages](#copy-just-the-packages)
20+
* [Add Your App](#add-your-app)
21+
* [PreStart Script](#prestart-script)
22+
* [Environmental Variables](#environmental-variables)
23+
* [PORT](#port)
24+
* [WORKERS](#workers)
25+
* [LOG_LEVEL](#log_level)
26+
* [MODULE_NAME](#module_name)
27+
* [VARIABLE_NAME](#variable_name)
28+
* [APP_MODULE](#app_module)
29+
* [PRE_START_PATH](#pre_start_path)
30+
* [RELOAD](#reload)
31+
* [GUNICORN_EXTRA_FLAGS](#gunicorn_extra_flags)
32+
* [UVICORN_EXTRA_FLAGS](#uvicorn_extra_flags)
33+
* [Python Versions](#python-versions)
34+
* [Image Variants](#image-variants)
35+
* [Full](#full)
36+
* [Slim](#slim)
37+
* [Architectures](#architectures)
38+
* [Sponsorship](#sponsorship)
39+
* [Tags](#tags)
40+
* [Older Tags](#older-tags)
1041
<!--te-->
1142

1243
## Benefits

0 commit comments

Comments
 (0)