forked from alt/image-forge
Add alt/distroless-gotop image
This commit is contained in:
parent
8579148306
commit
cb29d0ed3b
7
org/alt/distroless-gotop/README.md
Normal file
7
org/alt/distroless-gotop/README.md
Normal 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`
|
3
org/alt/distroless-gotop/distroless.toml
Normal file
3
org/alt/distroless-gotop/distroless.toml
Normal file
@ -0,0 +1,3 @@
|
||||
from = "{{ registry }}{{ organization }}/distroless-base:{{ branch }}"
|
||||
full-files = ["/usr/bin/gotop"]
|
||||
entrypoint = ["/usr/bin/gotop"]
|
Loading…
Reference in New Issue
Block a user