feat(ci): pre-built runner image Dockerfile (backlog C2) #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/runner-image"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
containers/Dockerfile.runner-trixie-amd64that bakes the kernel-build toolchain (apt-get build-dep linux+ the explicit fetch/patch/sign/upload deps +gcc-*-plugin-dev) into an optional runner image, so build-kernel.yml's ~5-min per-build "install build deps" step can become a no-op.Dockerfile only — not wired in. build-kernel.yml still apt-installs the same set at job start. Switching
container.imageto this image (by digest) is a deliberate follow-up commit the operator makes only AFTER building + pushing the image to the Forgejo container registry — otherwise every build breaks.debian:trixiedigest the workflow runs in.