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

This commit is contained in:
2026-02-22 15:37:25 +01:00
parent 71ccffc6a3
commit 2c79bbb8cf
7 changed files with 69 additions and 103 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"]