Files
bootc-images/Containerfile
Wesley van Tilburg 2c79bbb8cf
Some checks failed
Build containers / Build and push image (asahi-cosmic, 43) (push) Failing after 1h22m19s
ci: rework build
2026-02-26 22:08:56 +01:00

11 lines
256 B
Docker

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"]