From ebd80f7a8db9666dd06fc01b9b2cb63c01ff1704 Mon Sep 17 00:00:00 2001 From: Agus Lopez Date: Fri, 21 Jul 2023 20:07:51 +0200 Subject: [PATCH] Use base Fedora Silverblue image --- Containerfile | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 8fe561e..b66076e 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,7 @@ ARG FEDORA_MAJOR_VERSION=38 -FROM ghcr.io/aguslr/bluefusion:${FEDORA_MAJOR_VERSION} +FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION} +# See https://pagure.io/releng/issue/11047 for final location COPY rootfs/ / diff --git a/README.md b/README.md index 5e14f85..51b4a3a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Usage Features -------- -- Start with a custom Fedora Silverblue image. +- Start with a base Fedora Silverblue image. - Set additional kernel boot parameters. - Set additional kernel runtime parameters. - Blacklist rarely used kernel modules.