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