Add alt/distroless-true image

This commit is contained in:
Mikhail Gordeev 2023-02-10 16:03:38 +03:00
parent 24437ddf1e
commit 73f6f853e6
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
ALT distroless-true image
===========================
This is minial distroless static image with only true command.

View File

@ -0,0 +1,3 @@
from = "{{ registry }}{{ organization }}/distroless-static:{{ branch }}"
files = ["/bin/true"]
cmd = ["/bin/true"]