Merge branch 'podman-selinux' into 'main'
tier-1: Enable recommends, fix podman See merge request CentOS/cloud/sagano!28
This commit is contained in:
commit
84cfbf8e5e
|
|
@ -1,8 +1,11 @@
|
||||||
|
# Flip this back on, we're going to be a larger system
|
||||||
|
recommends: true
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- manifest-tier-0.yaml
|
- manifest-tier-0.yaml
|
||||||
- bootable-rpm-ostree.yaml
|
- bootable-rpm-ostree.yaml
|
||||||
- dnf.yaml
|
- dnf.yaml
|
||||||
|
- podman.yaml
|
||||||
- firmware.yaml
|
- firmware.yaml
|
||||||
- networking-tools.yaml
|
- networking-tools.yaml
|
||||||
- system-configuration.yaml
|
- system-configuration.yaml
|
||||||
|
|
@ -14,23 +17,6 @@ packages:
|
||||||
# Include and set the default editor
|
# Include and set the default editor
|
||||||
- nano
|
- nano
|
||||||
- fuse-overlayfs slirp4netns
|
- fuse-overlayfs slirp4netns
|
||||||
# support for old style CNI networks and name resolution for
|
|
||||||
# podman containers with CNI networks
|
|
||||||
# https://github.com/coreos/fedora-coreos-tracker/issues/519
|
|
||||||
# https://github.com/coreos/fedora-coreos-tracker/issues/1128#issuecomment-1071338097
|
|
||||||
- containernetworking-plugins podman-plugins dnsmasq
|
|
||||||
# For podman v4 netavark gets pulled in but it only recommends
|
|
||||||
# aardvark-dns (which provides name resolution based on container
|
|
||||||
# names). This functionality was previously provided by dnsname from
|
|
||||||
# podman-plugins in the podman v3 stack.
|
|
||||||
# See https://github.com/containers/netavark/pull/217
|
|
||||||
- aardvark-dns
|
|
||||||
# Since we need `containernetworking-plugins` installed to continue
|
|
||||||
# to support CNI networks we need to also explicitly install
|
|
||||||
# `netavark` so we get both of them installed since both of them
|
|
||||||
# provide `container-network-stack`.
|
|
||||||
# https://github.com/coreos/fedora-coreos-tracker/issues/1128#issuecomment-1071458717
|
|
||||||
- netavark
|
|
||||||
# Minimal NFS client
|
# Minimal NFS client
|
||||||
- nfs-utils-coreos
|
- nfs-utils-coreos
|
||||||
# Additional firewall support; we aren't including these in RHCOS or they
|
# Additional firewall support; we aren't including these in RHCOS or they
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Core podman bits
|
||||||
|
|
||||||
|
packages:
|
||||||
|
- crun
|
||||||
|
- podman
|
||||||
|
- container-selinux
|
||||||
|
- skopeo
|
||||||
|
|
@ -34,9 +34,5 @@ packages:
|
||||||
- kexec-tools
|
- kexec-tools
|
||||||
# Remote Access
|
# Remote Access
|
||||||
- openssh-clients openssh-server
|
- openssh-clients openssh-server
|
||||||
# Container tooling
|
|
||||||
- crun
|
|
||||||
- podman
|
|
||||||
- skopeo
|
|
||||||
# nvme-cli for managing nvme disks
|
# nvme-cli for managing nvme disks
|
||||||
- nvme-cli
|
- nvme-cli
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue