An open API service indexing awesome lists of open source software.

https://github.com/cedws/distroless-zipapp

Example of Python application containerised using distroless and zipapp
https://github.com/cedws/distroless-zipapp

distroless docker python

Last synced: about 2 months ago
JSON representation

Example of Python application containerised using distroless and zipapp

Awesome Lists containing this project

README

          

# distroless-zipapp
Example of Python application containerised using [distroless](https://github.com/GoogleContainerTools/distroless/blob/main/experimental/python3/README.md) and [zipapp](https://docs.python.org/3/library/zipapp.html). In combination, these tools can produce very compact Python-based images with nearly all of the benefits of single binary executables.