-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker image failure #762
Comments
I can't replicate this issue on my local machine using: cat test-positive/flowchart1.mmd | docker run --rm -i ghcr.io/mermaid-js/mermaid-cli/mermaid-cli:11.2.1 --input - --output - --outputFormat svg However, I have replicated this using GitHub Codespaces (which I believe uses similar machines to the default GitHub Actions runners), and I'm having the same issue. Edit: Ah, I think I might know the issue. The Line 15 in 082fd7f
However, the production Docker images are built using the Line 1 in 082fd7f
However, it looks like version of Chromium in Apline Linux 3.20 doesn't play nicely with Puppeteer: puppeteer/puppeteer#12637 I'm not 100% sure why we have both a |
Chromium 128.0.6613.84-r0 (used in Alpine 3.20) seems to be having issues with puppeteer/mermaid-cli, so we can't use it yet. See: 294af9f Fixes: mermaid-js#762
Describe the bug
With the newest versions of the docker image, I'm not able to render my chart anymore.
The process hangs for a while and finally crash with the following error:
To Reproduce
test.mmd
:Expected behavior
I expected the rendering to succeed as previously.
Additional context
You may see more examples in my repository which uses the image as part of the CI.
The text was updated successfully, but these errors were encountered: