Skip to content

Commit

Permalink
Pushing new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
retrohacker committed Apr 6, 2016
1 parent 68eb673 commit 6c1f246
Show file tree
Hide file tree
Showing 114 changed files with 179,559 additions and 59 deletions.
54 changes: 54 additions & 0 deletions README.md

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions centos/5/node/0.10.44/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM nodesource/centos5-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub/el/5/x86_64/nodejs-0.10.44-1nodesource.el5.centos.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]
1 change: 1 addition & 0 deletions centos/5/node/0.10.44/README.md
15 changes: 15 additions & 0 deletions centos/6/node/0.10.44/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM nodesource/centos6-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub/el/6/x86_64/nodejs-0.10.44-1nodesource.el6.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]
1 change: 1 addition & 0 deletions centos/6/node/0.10.44/README.md
15 changes: 15 additions & 0 deletions centos/6/node/0.12.13/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM nodesource/centos6-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_0.12/el/6/x86_64/nodejs-0.12.13-1nodesource.el6.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]
1 change: 1 addition & 0 deletions centos/6/node/0.12.13/README.md
15 changes: 15 additions & 0 deletions centos/6/node/4.4.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM nodesource/centos6-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_4.x/el/6/x86_64/nodejs-4.4.1-1nodesource.el6.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]
1 change: 1 addition & 0 deletions centos/6/node/4.4.1/README.md
15 changes: 15 additions & 0 deletions centos/6/node/4.4.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM nodesource/centos6-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_4.x/el/6/x86_64/nodejs-4.4.2-1nodesource.el6.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]
1 change: 1 addition & 0 deletions centos/6/node/4.4.2/README.md
15 changes: 15 additions & 0 deletions centos/6/node/5.10.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM nodesource/centos6-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_5.x/el/6/x86_64/nodejs-5.10.0-1nodesource.el6.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]
1 change: 1 addition & 0 deletions centos/6/node/5.10.0/README.md
15 changes: 15 additions & 0 deletions centos/6/node/5.9.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM nodesource/centos6-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_5.x/el/6/x86_64/nodejs-5.9.1-1nodesource.el6.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]
1 change: 1 addition & 0 deletions centos/6/node/5.9.1/README.md
15 changes: 15 additions & 0 deletions centos/7/node/0.10.44/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM nodesource/centos7-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub/el/7/x86_64/nodejs-0.10.44-1nodesource.el7.centos.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]
1 change: 1 addition & 0 deletions centos/7/node/0.10.44/README.md
15 changes: 15 additions & 0 deletions centos/7/node/0.12.13/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM nodesource/centos7-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_0.12/el/7/x86_64/nodejs-0.12.13-1nodesource.el7.centos.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]
1 change: 1 addition & 0 deletions centos/7/node/0.12.13/README.md
15 changes: 15 additions & 0 deletions centos/7/node/4.4.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM nodesource/centos7-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_4.x/el/7/x86_64/nodejs-4.4.1-1nodesource.el7.centos.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]
1 change: 1 addition & 0 deletions centos/7/node/4.4.1/README.md
15 changes: 15 additions & 0 deletions centos/7/node/4.4.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM nodesource/centos7-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_4.x/el/7/x86_64/nodejs-4.4.2-1nodesource.el7.centos.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]
1 change: 1 addition & 0 deletions centos/7/node/4.4.2/README.md
15 changes: 15 additions & 0 deletions centos/7/node/5.10.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM nodesource/centos7-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_5.x/el/7/x86_64/nodejs-5.10.0-1nodesource.el7.centos.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]
1 change: 1 addition & 0 deletions centos/7/node/5.10.0/README.md
15 changes: 15 additions & 0 deletions centos/7/node/5.9.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM nodesource/centos7-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl -sL -o ns.rpm https://rpm.nodesource.com/pub_5.x/el/7/x86_64/nodejs-5.9.1-1nodesource.el7.centos.x86_64.rpm \
&& rpm -i --nosignature --force ns.rpm \
&& rm -f ns.rpm

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]
1 change: 1 addition & 0 deletions centos/7/node/5.9.1/README.md
19 changes: 19 additions & 0 deletions debian/jessie/node/0.10.44/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
FROM nodesource/jessie-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl https://deb.nodesource.com/node/pool/main/n/nodejs/nodejs_0.10.44-1nodesource1~jessie1_amd64.deb > node.deb \
&& dpkg -i node.deb \
&& rm node.deb

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]

RUN apt-get update \
&& apt-get upgrade -y --force-yes \
&& rm -rf /var/lib/apt/lists/*;
1 change: 1 addition & 0 deletions debian/jessie/node/0.10.44/README.md
19 changes: 19 additions & 0 deletions debian/jessie/node/0.12.13/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
FROM nodesource/jessie-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl https://deb.nodesource.com/node_0.12/pool/main/n/nodejs/nodejs_0.12.13-1nodesource1~jessie1_amd64.deb > node.deb \
&& dpkg -i node.deb \
&& rm node.deb

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]

RUN apt-get update \
&& apt-get upgrade -y --force-yes \
&& rm -rf /var/lib/apt/lists/*;
1 change: 1 addition & 0 deletions debian/jessie/node/0.12.13/README.md
19 changes: 19 additions & 0 deletions debian/jessie/node/4.4.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
FROM nodesource/jessie-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl https://deb.nodesource.com/node_4.x/pool/main/n/nodejs/nodejs_4.4.1-1nodesource1~jessie1_amd64.deb > node.deb \
&& dpkg -i node.deb \
&& rm node.deb

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]

RUN apt-get update \
&& apt-get upgrade -y --force-yes \
&& rm -rf /var/lib/apt/lists/*;
1 change: 1 addition & 0 deletions debian/jessie/node/4.4.1/README.md
19 changes: 19 additions & 0 deletions debian/jessie/node/4.4.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
FROM nodesource/jessie-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl https://deb.nodesource.com/node_4.x/pool/main/n/nodejs/nodejs_4.4.2-1nodesource1~jessie1_amd64.deb > node.deb \
&& dpkg -i node.deb \
&& rm node.deb

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]

RUN apt-get update \
&& apt-get upgrade -y --force-yes \
&& rm -rf /var/lib/apt/lists/*;
1 change: 1 addition & 0 deletions debian/jessie/node/4.4.2/README.md
19 changes: 19 additions & 0 deletions debian/jessie/node/5.10.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
FROM nodesource/jessie-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>

RUN curl https://deb.nodesource.com/node_5.x/pool/main/n/nodejs/nodejs_5.10.0-1nodesource1~jessie1_amd64.deb > node.deb \
&& dpkg -i node.deb \
&& rm node.deb

RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(which pangyp))/node-gyp\
&& npm cache clear\
&& node-gyp configure || echo ""

ENV NODE_ENV production
WORKDIR /usr/src/app
CMD ["npm","start"]

RUN apt-get update \
&& apt-get upgrade -y --force-yes \
&& rm -rf /var/lib/apt/lists/*;
1 change: 1 addition & 0 deletions debian/jessie/node/5.10.0/README.md
Loading

0 comments on commit 6c1f246

Please sign in to comment.