Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make the hello image leaner | tomsweeneyredhat | 2022-02-10 |
| | | | | | | | | | | | | | | [NO TESTS NEEDED] Change from using a bash script to a c file for running the image. With thanks to discussions with @afbjorklund, the Containerfile was rigged up to make the final image be only KB's in size. Also add USER 1000 to make the image test/run as non-root, and update the README.md Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com> | ||
* | [CI:DOCS] Add a hello world image to quay.io | tomsweeneyredhat | 2022-02-01 |
[NO NEW TESTS NEEDED] This commit describes how to run the quay.io/podman/hello image. It also contains the files necessary to build that image localy, and a README.md explaining the image and how to build it. Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com> |