Import an initial recipe for podman to track the /etc/sub*id files.
This commit is contained in:
parent
0162e92ed0
commit
d04f652831
|
@ -5,13 +5,13 @@ system: {
|
|||
system_packages: [
|
||||
"alpine-base", "doas", "linux-lts", "syslinux",
|
||||
"ifupdown-ng", "util-linux", "mount",
|
||||
"podman", "podman-compose",
|
||||
],
|
||||
}
|
||||
|
||||
services: {
|
||||
ssh: { enable: "true" },
|
||||
firewall: { enable: "true" },
|
||||
podman: { enable: "true" },
|
||||
}
|
||||
|
||||
}
|
||||
|
|
1
services/podman/subgid.template
Normal file
1
services/podman/subgid.template
Normal file
|
@ -0,0 +1 @@
|
|||
root:1000000:1000000000
|
1
services/podman/subuid.template
Normal file
1
services/podman/subuid.template
Normal file
|
@ -0,0 +1 @@
|
|||
root:1000000:1000000000
|
10
services/podman/system.json
Normal file
10
services/podman/system.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
enable: "true",
|
||||
|
||||
provider: "system",
|
||||
packages: ["podman", "podman-compose"],
|
||||
configFiles: [
|
||||
"subuid.template:/etc/subuid",
|
||||
"subgid.template:/etc/subgid",
|
||||
],
|
||||
}
|
Loading…
Reference in a new issue