From 866dc42c48878fa8bebab26d8f24bf0f2953eb6e Mon Sep 17 00:00:00 2001 From: Itxaka Date: Sat, 30 Dec 2023 12:51:16 +0100 Subject: [PATCH] Drop usage of system/grub2-efi package as a source Now rootfs needs to provide their artifacts from packages so the dir is no longer used, so the config needs to change The package is still there as alpine will need it as a last resort but it wont support secureboot Signed-off-by: Itxaka --- tools-image/Dockerfile | 2 +- tools-image/config.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tools-image/Dockerfile b/tools-image/Dockerfile index 2e19159..6c5105c 100644 --- a/tools-image/Dockerfile +++ b/tools-image/Dockerfile @@ -1,7 +1,7 @@ # https://quay.io/repository/kairos/packages?tab=tags&tag=latest ARG LEAP_VERSION=15.5 ARG LUET_VERSION=0.35.0 -ARG ENKI_VERSION=v0.0.3 +ARG ENKI_VERSION=v0.0.4 FROM quay.io/luet/base:$LUET_VERSION AS luet FROM quay.io/kairos/enki:${ENKI_VERSION} as enki diff --git a/tools-image/config.yaml b/tools-image/config.yaml index 60857c2..98627a5 100644 --- a/tools-image/config.yaml +++ b/tools-image/config.yaml @@ -1,6 +1,3 @@ iso: - uefi: - - dir:/efi image: - - dir:/efi - dir:/grub2