# This injects some extra testing stuff into our image FROM scratch as context # We only need this stuff in the initial context COPY hack /hack COPY contrib /contrib FROM localhost/bootc # We support e.g. adding cloud-init ARG variant= # And this layer has additional stuff for testing, such as nushell etc. RUN --mount=type=bind,from=context,target=/run/context <