From 40ba9f10e5fbdd3c9d36389107b8bf1caec6cef0 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Thu, 10 Feb 2022 12:28:42 -0500 Subject: Make the hello image leaner [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 --- contrib/helloimage/podman_hello_world.bash | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 contrib/helloimage/podman_hello_world.bash (limited to 'contrib/helloimage/podman_hello_world.bash') diff --git a/contrib/helloimage/podman_hello_world.bash b/contrib/helloimage/podman_hello_world.bash deleted file mode 100755 index a8919c92b..000000000 --- a/contrib/helloimage/podman_hello_world.bash +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -### -# ASCII art by the incomparable Máirín Duffy, -# duffy@redhat.com, Twitter: @mairin -# January 2022 -### -echo " " -echo "! ... Hello Podman World ... !" -echo " " -echo " .--\"--. " -echo " / - - \\ " -echo " / (O) (O) \\ " -echo " ~~~| -=(,Y,)=- | " -echo " .---. /\` \\ |~~ " -echo " ~/ o o \\~~~~.----. ~~ " -echo " | =(X)= |~ / (O (O) \\ " -echo " ~~~~~~~ ~| =(Y_)=- | " -echo " ~~~~ ~~~| U |~~ " -echo "" -echo "Project: https://github.com/containers/podman" -echo "Website: https://podman.io" -echo "Documents: https://docs.podman.io" -echo "Twitter: @Podman_io" -- cgit v1.2.3-54-g00ecf