From 21b79847fa465751481cd3aebe4a57abca0b55a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 25 Mar 2021 14:13:47 +0100 Subject: [PATCH] Add sandboxed-containers extension MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reworks af93514887350da53e035d1b841eea36542cdd42 as, since it was merged, a few changes happened in the enhancement proposal and it's been decided to go with a "sandboxed-containers" extensions instead. As the "qemu-kiwi" extension is no longer needed, we're removing it (well, reworking it) and adding the "sandboxed-containers" one instead. The sandboxed-containers extension is added to the MCO with by the following PR: https://github.com/openshift/machine-config-operator/pull/2456 Signed-off-by: Fabiano FidĂȘncio --- extensions.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/extensions.yaml b/extensions.yaml index 263451248..f5649dde4 100644 --- a/extensions.yaml +++ b/extensions.yaml @@ -43,10 +43,13 @@ extensions: - kernel-rt-modules - kernel-rt-modules-extra - kernel-rt-devel - # https://github.com/openshift/machine-config-operator/pull/2376/ + # https://github.com/openshift/machine-config-operator/pull/2456 + # https://github.com/openshift/enhancements/blob/master/enhancements/sandboxed-containers/sandboxed-containers-tech-preview.md # GRPA-3123 - qemu-kiwi: + # - kata-containers (RHAOS) + # - qemu-kiwi (advanced-virt) + sandboxed-containers: architectures: - x86_64 packages: - - qemu-kiwi + - kata-containers