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
- Host: GitHub
- URL: https://github.com/cedws/distroless-zipapp
- Owner: cedws
- Created: 2022-04-04T21:02:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T21:09:18.000Z (about 4 years ago)
- Last Synced: 2026-02-02T16:51:13.958Z (5 months ago)
- Topics: distroless, docker, python
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.