You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(docker): halve the runtime image — 1.12GB -> 520MB
- pineforge-codegen target-installed in the builder stage and COPY'd
across (PYTHONPATH): the runtime carries no pip and no
ca-certificates and never touches the network
- purge /usr/share/{doc,man,locale,info} after apt
- stop COPYing tests/ into the build context (BUILD_TESTS=OFF)
- run as non-root (uid 10001); entrypoint already works out of mktemp
Verified: full strategy.pine -> transpile -> compile -> backtest smoke
test passes in the slim image as non-root.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments