Import an initial recipe for podman to track the /etc/sub*id files.

This commit is contained in:
root 2025-03-18 14:40:45 -04:00
parent 0162e92ed0
commit d04f652831
4 changed files with 13 additions and 1 deletions

View file

@ -5,13 +5,13 @@ system: {
system_packages: [ system_packages: [
"alpine-base", "doas", "linux-lts", "syslinux", "alpine-base", "doas", "linux-lts", "syslinux",
"ifupdown-ng", "util-linux", "mount", "ifupdown-ng", "util-linux", "mount",
"podman", "podman-compose",
], ],
} }
services: { services: {
ssh: { enable: "true" }, ssh: { enable: "true" },
firewall: { enable: "true" }, firewall: { enable: "true" },
podman: { enable: "true" },
} }
} }

View file

@ -0,0 +1 @@
root:1000000:1000000000

View file

@ -0,0 +1 @@
root:1000000:1000000000

View file

@ -0,0 +1,10 @@
{
enable: "true",
provider: "system",
packages: ["podman", "podman-compose"],
configFiles: [
"subuid.template:/etc/subuid",
"subgid.template:/etc/subgid",
],
}