-
Notifications
You must be signed in to change notification settings - Fork 1.1k
request for docker image with node-oracledb and instant client #640
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
Comments
https://github.com/CollinEstes/docker-node-oracle |
/cc @gvenzl to keep you in the loop |
Thanks @cjbj. While a Docker image with instant client already installed may be useful, I struggle to see how an image for the Node.js driver makes much sense. Usually applications/app developers want to be very specific about which version of the driver the app supports rather than just using the latest and greatest. And even if not, the driver can be easily installed via npm, whether that's in a Dockerfile or inside a setup script. Or am I missing something here? |
@mrchulho I'm using this https://github.com/CollinEstes/docker-node-oracle can we close this issue? |
Instant Client is available for Docker https://www.oracle.com/database/technologies/instant-client.html |
For more discussion, see the node-oracledb installation documentation: https://oracle.github.io/node-oracledb/INSTALL.html#docker |
An official docker image with node-oracledb and the instant client would be helpful. We can use it as a base image, and add custom node apps and deploy readily. We could mount a volume of oracle wallet as external credentials.
Thanks,
The text was updated successfully, but these errors were encountered: