Replies: 1 comment 1 reply
-
It's definitely not recommended to add something locally generated to the docker container to ensure reproducible images. So you would just have to accept the download times. You can check the docker example which uses the If you really want to generate the binaries locally and then copy them to your dockerfile, you can do so by adding |
Beta Was this translation helpful? Give feedback.
-
I'm currently working with Prisma Client Go and I have a question regarding the generation of the Prisma binary file (prisma-query-engine-debian-openssl-1.1.x).
Is it feasible to generate this binary file on my local system (which is running Ubuntu 20.04) and then transfer it to a different server? The motivation behind this is to minimize the download and generation time of the binary file within a Docker container.
Any guidance or suggestions would be greatly appreciated. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions