diff --git a/org/alt/distroless-true/README.md b/org/alt/distroless-true/README.md new file mode 100644 index 0000000..9eb1d25 --- /dev/null +++ b/org/alt/distroless-true/README.md @@ -0,0 +1,4 @@ +ALT distroless-true image +=========================== + +This is minial distroless static image with only true command. diff --git a/org/alt/distroless-true/distroless.toml b/org/alt/distroless-true/distroless.toml new file mode 100644 index 0000000..6d2a840 --- /dev/null +++ b/org/alt/distroless-true/distroless.toml @@ -0,0 +1,3 @@ +from = "{{ registry }}{{ organization }}/distroless-static:{{ branch }}" +files = ["/bin/true"] +cmd = ["/bin/true"]