Build soul-demo image tar before Docker build in stage #30
Reference in New Issue
Block a user
Delete Branch "fix/stage-source-check"
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?
Dockerfile.stage COPY dist/soul-demo-image.tar fails because stage.yaml never creates the file. Added a pre-build step that compiles soul-demo on the host runner and saves it as an OCI image tar (same binary that Dockerfile.stage already compiles internally, just pre-packaged so k3s can import it at runtime).