Router 1.50.0 fails when compiled with release mode #5631
Unanswered
cosmincatalin
asked this question in
Q&A
Replies: 1 comment
-
the |
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.
-
We're building a custom Docker image containing version
1.50.0
of the router. When we build the image with mode--debug
we can run the router inside the Docker image just fine. However, when building the image and using--release
mode we cannot really run the router inside the Docker image, as we get the following errors:Our Dockerfile looks something like this:
I'm building on a Mac, but the same behaviour is observed also when building on Ubuntu machines.
Beta Was this translation helpful? Give feedback.
All reactions