forked from images/gitea-image-forge
Add alt/distroless-static image
This commit is contained in:
parent
edf94c9db8
commit
24437ddf1e
5
org/alt/distroless-static/README.md
Normal file
5
org/alt/distroless-static/README.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
ALT distroless-static image
|
||||||
|
===========================
|
||||||
|
|
||||||
|
This image contains basic filesystem hierarhy and is meant to be the base
|
||||||
|
image for statical distroless images.
|
4
org/alt/distroless-static/distroless.toml
Normal file
4
org/alt/distroless-static/distroless.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
from = "scratch"
|
||||||
|
file-lists = ["static.list"]
|
||||||
|
user = "nonroot"
|
||||||
|
workdir = "/home/nonroot"
|
45
org/alt/distroless-static/static.list
Normal file
45
org/alt/distroless-static/static.list
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
/bin
|
||||||
|
/boot
|
||||||
|
/dev
|
||||||
|
/etc
|
||||||
|
/etc/default
|
||||||
|
/etc/group
|
||||||
|
/etc/host.conf
|
||||||
|
/etc/nsswitch.conf
|
||||||
|
/etc/openssl
|
||||||
|
/etc/openssl/cipher-list.conf
|
||||||
|
/etc/openssl/openssl.cnf
|
||||||
|
/etc/os-release
|
||||||
|
/etc/passwd
|
||||||
|
/etc/profile.d
|
||||||
|
/etc/protocols
|
||||||
|
/etc/rpc
|
||||||
|
/etc/services
|
||||||
|
/etc/skel
|
||||||
|
/home
|
||||||
|
/home/nonroot
|
||||||
|
/lib
|
||||||
|
/proc
|
||||||
|
/root
|
||||||
|
/run
|
||||||
|
/sbin
|
||||||
|
/sys
|
||||||
|
/tmp
|
||||||
|
/usr
|
||||||
|
/usr/bin
|
||||||
|
/usr/games
|
||||||
|
/usr/include
|
||||||
|
/usr/lib
|
||||||
|
/usr/lib/os-release
|
||||||
|
/usr/sbin
|
||||||
|
/usr/share
|
||||||
|
/usr/src
|
||||||
|
/var
|
||||||
|
/var/cache
|
||||||
|
/var/lib
|
||||||
|
/var/local
|
||||||
|
/var/lock
|
||||||
|
/var/log
|
||||||
|
/var/run
|
||||||
|
/var/spool
|
||||||
|
/var/tmp
|
Loading…
x
Reference in New Issue
Block a user