From 08928a103a20300a33ad8c9cccb76ab272e9f25d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 21 Jan 2025 13:38:08 -0500 Subject: [PATCH] tier-x -> packages-recommended.txt That's basically all this is...plus a default inheritance from the base image. Signed-off-by: Colin Walters --- Containerfile | 35 +++++++++++++++++++++++++++++++ Containerfile.base | 7 ++++--- README.md | 4 +--- fedora-tier-x.yaml | 8 ------- packages-recommended.txt | 45 ++++++++++++++++++++++++++++++++++++++++ tier-x/kernel.yaml | 1 - tier-x/manifest.yaml | 45 ---------------------------------------- 7 files changed, 85 insertions(+), 60 deletions(-) create mode 100644 Containerfile delete mode 100644 fedora-tier-x.yaml create mode 100644 packages-recommended.txt delete mode 120000 tier-x/kernel.yaml delete mode 100644 tier-x/manifest.yaml diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..8fb88d6 --- /dev/null +++ b/Containerfile @@ -0,0 +1,35 @@ +# This generates the default base image. + +# This is a local reference by default because we haven't shipped this image yet. +FROM localhost/fedora-bootc:base as rootfs +# Drop this into /usr/share/doc, so that other things can parse it +COPY packages-recommended.txt /usr/share/doc/fedora-bootc/packages-recommended.txt +RUN <