From 8d50133103258af488c5c03c0ac8c0c9236f63f7 Mon Sep 17 00:00:00 2001 From: Dave Jansen Date: Sun, 16 Nov 2025 14:53:53 +0900 Subject: [PATCH] Actually copy cosign.pub into the build context --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index b902555..b99476a 100644 --- a/Containerfile +++ b/Containerfile @@ -4,6 +4,7 @@ ARG FEDORA_BASE=42 FROM scratch AS ctx COPY build_files / COPY /sys_files /sys_files +COPY cosign.pub /cosign.pub # Base Image FROM quay.io/fedora-ostree-desktops/silverblue:$FEDORA_BASE