Skip to content

Commit d8c288c

Browse files
committed
Versionator Updating versions for python and package.
1 parent 06ca1bf commit d8c288c

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,36 @@ A multiarchitecture container image for running Python with Uvicorn.
66
Looking for the containers? [Head over to the Github Container Registry](https://github.com/multi-py/python-uvicorn/pkgs/container/python-uvicorn)!
77

88
<!--ts-->
9-
9+
* [python-uvicorn](#python-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+
* [LOG_LEVEL](#log_level)
25+
* [MODULE_NAME](#module_name)
26+
* [VARIABLE_NAME](#variable_name)
27+
* [APP_MODULE](#app_module)
28+
* [PRE_START_PATH](#pre_start_path)
29+
* [RELOAD](#reload)
30+
* [UVICORN_EXTRA_FLAGS](#uvicorn_extra_flags)
31+
* [Python Versions](#python-versions)
32+
* [Image Variants](#image-variants)
33+
* [Full](#full)
34+
* [Slim](#slim)
35+
* [Architectures](#architectures)
36+
* [Sponsorship](#sponsorship)
37+
* [Tags](#tags)
38+
* [Older Tags](#older-tags)
1039
<!--te-->
1140

1241
## Benefits

0 commit comments

Comments
 (0)