From 714949ab24c51890a1220cbb7fec159e96a62ca5 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Wed, 19 Nov 2025 14:19:20 -0500 Subject: [PATCH] Justfile: Bring back build-sealed target Except now this wraps the "variant" usage of `just build`. For one, this is a convenient little piece of shorthand. But perhaps more importantly, we have this referenced in the docs. Although I could go change the docs to reflect the new usage, I think it just reads nicer in the docs for it to remain `just build-sealed`. Signed-off-by: John Eckersberg --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index 56ced112c..fa468a58a 100644 --- a/Justfile +++ b/Justfile @@ -36,6 +36,10 @@ build: podman build {{base_buildargs}} -t localhost/bootc-bin {{buildargs}} . ./tests/build-sealed {{variant}} localhost/bootc-bin localhost/bootc +# Build a sealed image from current sources. +build-sealed: + @just --justfile {{justfile()}} variant=composefs-sealeduki-sdboot build + # Build packages (e.g. RPM) using a container buildroot _packagecontainer: #!/bin/bash