CollinEstes / docker-node-oracle

Docker image for node / oracle ready container
66 stars 72 forks source link

Node version 6 is not branched properly #9

Closed dlabey closed 8 years ago

dlabey commented 8 years ago

When trying to pull collinestes/docker-node-oracle:6 it does not exist. Using latest would possibly break a container build because the version is not locked in.

dlabey commented 8 years ago

Please get this merged in first https://github.com/CollinEstes/docker-node-oracle/pull/10

CollinEstes commented 8 years ago

Ok I got the 6 branch created properly and built in the docker-hub.

@dlabey as a side-note I also created the "wheezy-6.2.0" branch as well. This is built off the Nodesource Debian images and are much smaller in total size than the base Node.js images.

I think the base Node version is around ~900MB and the, Debian version is closer to 600MB.

We use the Debian version for our APIs at NASA.

dlabey commented 8 years ago

Awesome thanks! 👍