Skip to content

faridescate/docker-node-oracle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-node-oracle

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

node-oracledb

Important

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.

Usage

Within your Dockerfile:

FROM fescate/docker-node-oracle

Versions

Edit the docker file with your prefered node version and build

FROM node:{VERSION}

:latest

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.

forked from

https://github.com/CollinEstes/docker-node-oracle/branches

About

Docker image for node / oracle ready container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%