forked from alt/image-forge
Add alt/distroless-base image
This commit is contained in:
parent
cee53b079f
commit
8579148306
6
org/alt/distroless-base/README.md
Normal file
6
org/alt/distroless-base/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
ALT distroless-base image
|
||||
===========================
|
||||
|
||||
This image contains tzdata and basic libraries (selinux, ssl, etc.) and
|
||||
is meant to be the base image for distroless images used dynamically linked
|
||||
binaries.
|
19
org/alt/distroless-base/distroless.toml
Normal file
19
org/alt/distroless-base/distroless.toml
Normal file
@ -0,0 +1,19 @@
|
||||
from = "{{ registry }}{{ organization }}/distroless-static:{{ branch }}"
|
||||
builder-install-packages = [
|
||||
"glibc-core",
|
||||
'{{if_branches(["p10"], "glibc-nss")}}',
|
||||
"glibc-timezones",
|
||||
"libselinux",
|
||||
"libssl",
|
||||
"tzdata",
|
||||
"zlib",
|
||||
]
|
||||
packages = [
|
||||
"glibc-core",
|
||||
'{{if_branches(["p10"], "glibc-nss")}}',
|
||||
"glibc-pthread",
|
||||
"glibc-timezones",
|
||||
"tzdata",
|
||||
"zlib",
|
||||
]
|
||||
timezone = "Europe/Moscow"
|
Loading…
Reference in New Issue
Block a user