Files
container/kernel/Dockerfile
T
2025-06-05 16:15:44 -07:00

10 lines
265 B
Docker

FROM ghcr.io/apple/backpack-test/kernel-build:latest as build
COPY . /src
WORKDIR /src
RUN make prepare-kernel
RUN make build-kernel
FROM scratch
LABEL org.opencontainers.image.source=https://github.com/apple/containerization
COPY --from=build /src/kernel.arm64 /