Build soul-demo image tar before Docker build in stage #30

Merged
will.anderson merged 1 commits from fix/stage-source-check into dev 2026-05-10 00:53:51 +00:00
Owner

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).

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).
will.anderson added 1 commit 2026-05-10 00:42:01 +00:00
Build soul-demo image tar before Docker build in stage
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 10m38s
43949b20a0
Dockerfile.stage COPYs dist/soul-demo-image.tar so k3s can import
soul-demo:local at container startup. Stage CI now compiles soul-demo
from source on the host runner and packages it as an OCI image before
the main Docker build runs.
will.anderson merged commit a1144605f3 into dev 2026-05-10 00:53:51 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#30