@cloudflare/sandbox@0.7.2
Patch Changes
-
#383
0a4592fThanks @ghostwriternr! - Add Alpine-based musl image variant published ascloudflare/sandbox:VERSION-musl.A lightweight (51 MB) functional sandbox for Alpine and musl-based containers. Supports all core SDK methods (
exec, file operations, git, port exposure, bucket mounting). Does not include Python or Node.js runtimes — add them withapk addto enablerunCode().As a base image:
FROM docker.io/cloudflare/sandbox:0.7.2-muslOr copy the binary into your own Alpine image:
COPY --from=docker.io/cloudflare/sandbox:0.7.2-musl /container-server/sandbox /sandbox -
#377
d83642eThanks @ghostwriternr! - Allow port 8787 inexposePort(). It was incorrectly blocked.