From 095396c78dd2007499873d8369d4e1132e18a930 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 16 Jul 2024 19:10:25 -0700 Subject: [PATCH] chore: Force kernel 6.9.8 temporarily --- Containerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 893baaad..58cd6f5a 100644 --- a/Containerfile +++ b/Containerfile @@ -10,9 +10,9 @@ ARG JUPITER_KERNEL_VERSION="${JUPITER_KERNEL_VERSION:-jupiter-20240605.1}" ARG SHA_HEAD_SHORT="${SHA_HEAD_SHORT}" ARG CODE_NAME="${CODE_NAME:-Holographic}" -FROM ghcr.io/ublue-os/akmods:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION} AS akmods -FROM ghcr.io/ublue-os/akmods-extra:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION} AS akmods-extra -FROM ghcr.io/ublue-os/fsync-kernel:${FEDORA_MAJOR_VERSION} AS fsync +FROM ghcr.io/ublue-os/akmods:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION}-20240716 AS akmods +FROM ghcr.io/ublue-os/akmods-extra:${KERNEL_FLAVOR}-${FEDORA_MAJOR_VERSION}-20240716 AS akmods-extra +FROM ghcr.io/ublue-os/fsync-kernel:${FEDORA_MAJOR_VERSION}-6.9.8 AS fsync FROM ${BASE_IMAGE}:${FEDORA_MAJOR_VERSION} AS bazzite