From 34ec1a146d86a535f372be723458bb16104f1d56 Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Thu, 14 Mar 2024 23:56:36 -0500 Subject: [PATCH] feat: add bootc this will allow us to experiment with bootc, plus, offers a way for users to auto-update and reboot which seems to be the new solution for a zincati replacement. Relates: #54 --- README.md | 1 + ucore/packages.json | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index e3193c6..b268de3 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Suitable for running containerized workloads on either bare metal or virtual mac - Starts with a [Fedora CoreOS image](https://quay.io/repository/fedora/fedora-coreos?tab=tags) - Adds the following: + - [bootc](https://github.com/containers/bootc) (new way to update container native systems) - [cockpit](https://cockpit-project.org) (podman container and system management) - [firewalld](https://firewalld.org/) - guest VM agents (`qemu-guest-agent` and `open-vm-tools`)) diff --git a/ucore/packages.json b/ucore/packages.json index 02973de..45fc6f3 100644 --- a/ucore/packages.json +++ b/ucore/packages.json @@ -3,6 +3,7 @@ "include": { "all": [], "ucore-minimal": [ + "bootc", "cockpit-networkmanager", "cockpit-podman", "cockpit-selinux",