Add container support (Containerfile, just recipe, smoke test) #2
Loading…
Reference in a new issue
No description provided.
Delete branch "containerize"
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?
Summary
Containerise slopbridge with Podman: a multi-stage build image plus a Windows-side smoke test.
Changes
archlinux:base-develbuild stage (clang + llvm + mold + meson + ninja) usingnative.ini, and a minimalarchlinux:baseruntime with only curl/openssl/ca-certificates..gitandbuild*out of the build context (checked-out submodules are still copied).just containerrecipe (andimagealias) to build the image viapodman.exefrom WSL.Verification
localhost/slopbridge:latest(~441 MB).just containerrebuilds from cache cleanly.test-container.ps1(run outside WSL) reports PASS.