-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Troubleshoot SegFault on Kroki server container #615
Troubleshoot SegFault on Kroki server container #615
Conversation
|
4b5bab8
to
8f4cbfa
Compare
It might be because
I'm not sure why since the Dockerfile of Maybe a Docker bug? I will try to upgrade Docker, I'm using |
After a |
We might need to downgrade to $ docker run -it adoptopenjdk/openjdk11:jre-11.0.9.1_1-alpine
Unable to find image 'adoptopenjdk/openjdk11:jre-11.0.9.1_1-alpine' locally
jre-11.0.9.1_1-alpine: Pulling from adoptopenjdk/openjdk11
801bfaa63ef2: Pull complete
f048df428f87: Pull complete
d922b2b1f18d: Pull complete
Digest: sha256:b6ab039066382d39cfc843914ef1fc624aa60e2a16ede433509ccadd6d995b1f
Status: Downloaded newer image for adoptopenjdk/openjdk11:jre-11.0.9.1_1-alpine
/ # cat /etc/*release*
3.12.3
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.12.3
PRETTY_NAME="Alpine Linux v3.12"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/"
/ # For reference, here's the result with $ docker run -it adoptopenjdk/openjdk11:jre-11.0.10_9-alpine
/ # cat /etc/*release*
3.13.2
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.13.2
PRETTY_NAME="Alpine Linux v3.13"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/ |
Upstream issue: AdoptOpenJDK/openjdk-docker#520 |
5f55efb
to
0e0e78c
Compare
/cc @lind Took me a few hours but I finally found the root cause 😅 |
Well done! 👏 |
No description provided.