Skip to content

Instantly share code, notes, and snippets.

@thevirtuoso1973
Last active April 5, 2022 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thevirtuoso1973/51646d324109859a8c7a3b3462761272 to your computer and use it in GitHub Desktop.
Save thevirtuoso1973/51646d324109859a8c7a3b3462761272 to your computer and use it in GitHub Desktop.
hello_world_image(profile) :-
(
profile = "debug",
from("ubuntu")
;
profile = "release",
from("alpine")
)::set_cmd(["echo", "Hello", "World"]).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment