Skip to content

Commit e8fe5de

Browse files
committed
Gave credit to the inspiration repository
1 parent b025454 commit e8fe5de

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ ENTRYPOINT ["/venv/bin/python3", "-u", "main.py"]
2929
5. Move your application files to the proper location on the filesystem, and setup your workdir and entrypoint. All done!
3030

3131
### Why?
32-
I have a lot of personal projects that I run in Github Actions in private repositories; Github offers generous limits to their free tier, but for the sake of simplification, I moved the most costly part (initializing a base Python build image based on Debian with what I usually need) to this public repo, which isn't charged. So now I have made all my workloads faster, and hopefully someone else will get benefit from this as well!
32+
I have a lot of personal projects that I run in Github Actions in private repositories; Github offers generous limits to their free tier, but for the sake of simplification, I moved the most costly part (initializing a base Python build image based on Debian with what I usually need) to this public repo, which isn't charged. So now I have made all my workloads faster, and hopefully someone else will get benefit from this as well!
33+
34+
### Inspiration
35+
Most of the code I used here is based on the example straight from the distroless repository: https://github.com/GoogleContainerTools/distroless/tree/main/examples/python3-requirements

0 commit comments

Comments
 (0)