Docker image to be used for building a container ready with Oracle instant client 12.2 binaries and all necessary environment variables needed to use the primary Node.js Oracle Database driver libraries
This docker image uses instaclient version 12.2
- instantclient-basic-linux.x64-12.2.0.1.0
- instantclient-sdk-linux.x64-12.2.0.1.0.
Within your Dockerfile:
FROM fescate/docker-node-oracle
Edit the docker file with your prefered node version and build
FROM node:{VERSION}
Using "latest" (FROM fescate/docker-node-oracle) as the version will use "FROM NODE:8" as it's base image. It is recommended that you use a specific version (X.X.X) but if you only want the latest version of Node 6.X.X then latest will work.
https://github.com/CollinEstes/docker-node-oracle/branches