Replies: 2 comments 5 replies
-
|
Hi @tlukac60! Is this happening in latest prisma version Also what happens if you set |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
Hi, As we have not heard back from you, we are closing this discussion to keep our discussions organized. Feel free to start a new discussion if this remains relevant. Thank you for being part of the community! |
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.
-
Question
We are encountering a segmentation fault in prisma generate step during docker image build when using a ubi9 based nodejs base image. The same exact docker build works fine without segmentation fault when the base image is an alpine based nodejs image (node:22.16.0-alpine3.21). The output of the docker build is shown below:
We are trying to understand the cause of this (are there any known issues with prisma & ubi9 w/openssl 3.2.2) and possible steps we can take to diagnose it further and/or resolve.
How to reproduce (optional)
Run docker build on ubi9 base image that invokes a prisma generate. I think schema doesn't matter here as we are not changing anything between alpine and ubi9 base images.
Expected behavior (optional)
No response
Information about Prisma Schema, Client Queries and Environment (optional)
// Add your schema.prisma// Add any relevant Prisma Client queries hereOS:
Database:
Node.js version:
Run
prisma -vto see your Prisma version and paste itBeta Was this translation helpful? Give feedback.
All reactions