yellow: Install Podman
Podman will provide the container runtime for Home Assistant et al. Some additional kernel features are required to run containers.
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
app-containers/podman
|
||||||
|
|||||||
@@ -54,3 +54,8 @@ CONFIG_SECURITY_NETWORK=y
|
|||||||
CONFIG_SECURITY_SELINUX=y
|
CONFIG_SECURITY_SELINUX=y
|
||||||
CONFIG_DEFAULT_SECURITY_SELINUX=y
|
CONFIG_DEFAULT_SECURITY_SELINUX=y
|
||||||
# DEFAULT_SECURITY_DAC is not set
|
# DEFAULT_SECURITY_DAC is not set
|
||||||
|
|
||||||
|
CONFIG_POSIX_MQUEUE=y
|
||||||
|
CONFIG_MEMCG=y
|
||||||
|
CONFIG_CGROUP_PIDS=y
|
||||||
|
CONFIG_BLK_CGROUP=y
|
||||||
|
|||||||
32
yellow/overlay/etc/containers/policy.json
Normal file
32
yellow/overlay/etc/containers/policy.json
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"default": [
|
||||||
|
{
|
||||||
|
"type": "insecureAcceptAnything"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"transports": {
|
||||||
|
"docker": {
|
||||||
|
"registry.access.redhat.com": [
|
||||||
|
{
|
||||||
|
"type": "signedBy",
|
||||||
|
"keyType": "GPGKeys",
|
||||||
|
"keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"registry.redhat.io": [
|
||||||
|
{
|
||||||
|
"type": "signedBy",
|
||||||
|
"keyType": "GPGKeys",
|
||||||
|
"keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"docker-daemon": {
|
||||||
|
"": [
|
||||||
|
{
|
||||||
|
"type": "insecureAcceptAnything"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
1
yellow/overlay/etc/containers/registries.conf
Normal file
1
yellow/overlay/etc/containers/registries.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
unqualified-search-registries = ['docker.io', 'quay.io', 'registry.fedoraproject.org']
|
||||||
1
yellow/portage/target/etc/portage/package.use/iptables
Normal file
1
yellow/portage/target/etc/portage/package.use/iptables
Normal file
@@ -0,0 +1 @@
|
|||||||
|
net-firewall/iptables conntrack nftables
|
||||||
Reference in New Issue
Block a user