* podman 5.1.1 * drop CNI networking and slirp4netns in favour of netavark + pasta * build statically linked netavark, pasta and aardvark * conmon 2.1.11 * crun 1.15 * crun is also shipped with the normal (non-minimal) image now. * build using golang 1.22, use alpine 3.19 base container Co-authored-by: Trent Apple <trentapple@users.noreply.github.com>
15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
# See https://github.com/containers/common/blob/master/pkg/config/containers.conf
|
|
# and https://github.com/containers/podman/blob/master/contrib/podmanimage/stable/containers.conf
|
|
[containers]
|
|
netns="host"
|
|
userns="host"
|
|
ipcns="host"
|
|
utsns="host"
|
|
cgroupns="host"
|
|
cgroups="disabled"
|
|
log_driver = "k8s-file"
|
|
[engine]
|
|
cgroup_manager = "cgroupfs"
|
|
events_logger="file"
|
|
runtime="crun"
|