Add alt/distroless-static image

This commit is contained in:
Mikhail Gordeev 2023-02-10 16:01:19 +03:00
parent edf94c9db8
commit 24437ddf1e
3 changed files with 54 additions and 0 deletions

View 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.

View File

@ -0,0 +1,4 @@
from = "scratch"
file-lists = ["static.list"]
user = "nonroot"
workdir = "/home/nonroot"

View 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