|
Hello, do you have an official docker distribution available ? Nice job ! Thanks |
Replies: 3 comments
|
There is no official Pascal container image today. PR #268 is the active Docker track, but the current proposal is still a development proof and needs a production multi-stage, non-root runtime, a healthcheck, environment documentation, and a verified Alpine install of the GitHub package dependency before it can become an official distribution. Discussion #183 has a community recipe in the meantime; the maintained local path is Bun 1.3+, bun install, then bun dev. |
|
Cross-linking the container threads so the context is not split: #559 shares a community-built image tarball, #183 documents a local quick-start, and #268 is the open PR that would make an image official. Answer to the original question is unchanged — there is no official image today — and #268 is the single place to push that forward. The remaining gaps are listed in #559. |
|
Update, and a correction to my own answer above: there is an official Docker path now. #268 merged today, so git clone https://github.com/pascalorg/editor.git
cd editor
docker compose up -dEditor on http://localhost:3000. Saved scenes live in a Two things worth knowing, both learned the hard way while getting this to build: Keep the host port at 3000. The The scenes database lives at To answer the original question precisely: this is a buildable official recipe, not yet a published image on a registry. I left multi-stage out of #268 deliberately: shrinking it wants Thanks for the original ask, Fred — four months later, but it got there. Also for anyone landing here from a search: #559 has a community-built image tarball and #183 has a historical local recipe. Both predate this and neither is needed now. |
There is no official Pascal container image today. PR #268 is the active Docker track, but the current proposal is still a development proof and needs a production multi-stage, non-root runtime, a healthcheck, environment documentation, and a verified Alpine install of the GitHub package dependency before it can become an official distribution. Discussion #183 has a community recipe in the meantime; the maintained local path is Bun 1.3+, bun install, then bun dev.