image-forge/distroless-example.toml

30 lines
738 B
TOML
Raw Permalink Normal View History

2023-02-16 03:16:40 +03:00
# From image
from = ""
# List of packages to install to the builder container
builder-install-packages = []
# List of file lists to add from the builder container
file-lists = []
# List of files to add from the builder container
files = []
# List of binaries to add their dynamically linked libraries from the builder
# container
library-files = []
# List of packages to add from the builder container
packages = []
# List of regexes that exclude files from adding from the builder container
exclude-regexes = []
# Add listed files to builder-install-packages, files and library-files lists
full-files = []
# Set timezone
timezone = ""
# Set workdir
workdir = ""
# Set user
user = ""
# Set cmd
cmd = []
# Set entrypoint
entrypoint = []