Skip to content

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

Closed
mrchulho opened this issue Mar 3, 2017 · 7 comments
Closed

request for docker image with node-oracledb and instant client #640

mrchulho opened this issue Mar 3, 2017 · 7 comments

Comments

@mrchulho
Copy link

mrchulho commented Mar 3, 2017

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,

@sagiegurari
Copy link

https://github.com/CollinEstes/docker-node-oracle
This is what I use for testing

@cjbj
Copy link
Member

cjbj commented Mar 7, 2017

/cc @gvenzl to keep you in the loop

@gvenzl
Copy link
Member

gvenzl commented Mar 9, 2017

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?

@sibelius
Copy link

sibelius commented Apr 6, 2017

@mrchulho I'm using this https://github.com/CollinEstes/docker-node-oracle

can we close this issue?

@mrchulho mrchulho closed this as completed Apr 7, 2017
@cjbj cjbj mentioned this issue Oct 11, 2017
@mrchulho
Copy link
Author

Instant Client is available for Docker
A Docker image with the Basic, SDK and SQL*Plus packages is available on the Docker Store or from the Oracle Container Registry. Docker build files are available on GitHub.

https://www.oracle.com/database/technologies/instant-client.html

@cjbj
Copy link
Member

cjbj commented Dec 21, 2019

For more discussion, see the node-oracledb installation documentation: https://oracle.github.io/node-oracledb/INSTALL.html#docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants