Add alt/distroless-gotop image

This commit is contained in:
Mikhail Gordeev 2023-02-14 03:03:50 +03:00
parent 8579148306
commit cb29d0ed3b
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
ALT distroless-gotop image
===========================
This is distroless image with gotop binary to show activity monitor.
To launch the gotop container:
`docker run --rm -it registry.altlinux.org/alt/distroless-gotop`

View File

@ -0,0 +1,3 @@
from = "{{ registry }}{{ organization }}/distroless-base:{{ branch }}"
full-files = ["/usr/bin/gotop"]
entrypoint = ["/usr/bin/gotop"]