ci: rework build
Some checks failed
Build containers / Build and push image (asahi-cosmic, 43) (push) Failing after 1h22m26s

This commit is contained in:
2026-02-22 15:37:25 +01:00
parent 71ccffc6a3
commit 766a3cdbde
7 changed files with 67 additions and 104 deletions

10
Containerfile Normal file
View File

@@ -0,0 +1,10 @@
ARG IMAGE
# Create the container from the rootfs and set the labels
FROM scratch
COPY --from=builder /src/images/${IMAGE}/manifest.ociarchive /
LABEL containers.bootc 1
ENV container=oci
# Make systemd the default
STOPSIGNAL SIGRTMIN+3
CMD ["/sbin/init"]