Replies: 2 comments
-
P.S.: I also tried this, but had the same result export DISPLAY=":42"
Xvfb ":42" -nolisten unix & /opt/drawio/drawio -x -o /opt/drawio-desktop/flow.png /opt/drawio-desktop/flow.drawio --no-sandbox --disable-gpu |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, Can you produce a test case GitLab repository snippet to help reproduce your issue? On the drawio-export docker image (built on top of this docker image), someone uses it in GitLab. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @rlespinasse,
thank you for providing this project. It was very helpful for me and inspired me to create my own version (to be used as a runner image in GitLab). Basically, I use the same commands in the dockerfile, just without entrypoint / cmd in the end.
Instead I have a
drawio
file with the following content that I put into/usr/local/bin
While I can use this image inside my CI pipeline to call commands like
drawio --help
or to export PDF files, the png export seems to have problems.The command
drawio -x -o flow.png flow.drawio
fails with the following output:Did you, by any chance, once have a similar error and know how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions