Compare commits

...

8 Commits

Author SHA1 Message Date
Katherine Laue c56b289f18 remove npm cache clear 2019-07-10 10:07:00 -07:00
Katherine Laue 74d3d6547d update base image 2019-07-10 09:56:12 -07:00
Katherine Laue 2e98ec7ca4 update bucketclient 2019-07-10 09:50:55 -07:00
Katherine Laue 95509523b8 add bucketclient 2019-07-10 09:48:02 -07:00
Katherine Laue eecc0532ae squash: change version of diskusage to 1.1.3 2019-07-08 16:06:16 -07:00
Katherine Laue c9a76912e4 squash: changes to modules and version 2019-07-08 15:50:59 -07:00
Scality 1394cea8ef improvement: S3C-2127 upgrade node.js to 10.x 2019-06-26 14:52:15 -07:00
Scality a1c6a19601 improvement: S3C-2127 upgrade node.js to 10.x 2019-06-26 14:47:06 -07:00
3 changed files with 11 additions and 12 deletions

View File

@ -1,4 +1,4 @@
FROM node:6-slim FROM node:10-slim
MAINTAINER Giorgio Regni <gr@scality.com> MAINTAINER Giorgio Regni <gr@scality.com>
WORKDIR /usr/src/app WORKDIR /usr/src/app
@ -11,7 +11,6 @@ RUN apt-get update \
&& npm install --production \ && npm install --production \
&& apt-get autoremove --purge -y python git build-essential \ && apt-get autoremove --purge -y python git build-essential \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& npm cache clear \
&& rm -rf ~/.node-gyp \ && rm -rf ~/.node-gyp \
&& rm -rf /tmp/npm-* && rm -rf /tmp/npm-*

View File

@ -1,4 +1,4 @@
FROM buildpack-deps:stretch-curl FROM buildpack-deps:xenial-curl
# #
# Install packages needed by the buildchain # Install packages needed by the buildchain
@ -11,7 +11,7 @@ RUN curl -sS http://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& cat /tmp/*packages.list | xargs apt-get install -y \ && cat /tmp/*packages.list | xargs apt-get install -y \
&& git clone https://github.com/tj/n.git \ && git clone https://github.com/tj/n.git \
&& make -C ./n \ && make -C ./n \
&& n 6 latest \ && n 10 latest \
&& pip install pip==9.0.1 \ && pip install pip==9.0.1 \
&& rm -rf ./n \ && rm -rf ./n \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \

View File

@ -1,6 +1,6 @@
{ {
"name": "s3", "name": "s3",
"version": "7.4.0", "version": "7.4.5",
"description": "S3 connector", "description": "S3 connector",
"main": "index.js", "main": "index.js",
"engines": { "engines": {
@ -19,25 +19,25 @@
}, },
"homepage": "https://github.com/scality/S3#readme", "homepage": "https://github.com/scality/S3#readme",
"dependencies": { "dependencies": {
"arsenal": "github:scality/Arsenal#bfb4a30", "arsenal": "github:scality/Arsenal#9f2e74e",
"async": "~2.5.0", "async": "~2.5.0",
"aws-sdk": "2.28.0", "aws-sdk": "2.28.0",
"azure-storage": "^2.1.0", "azure-storage": "^2.1.0",
"bucketclient": "scality/bucketclient#b74165ac", "bucketclient": "scality/bucketclient#36e1279",
"commander": "^2.9.0", "commander": "^2.9.0",
"cron-parser": "^2.11.0", "cron-parser": "^2.11.0",
"diskusage": "0.2.4", "diskusage": "1.1.3",
"google-auto-auth": "^0.9.1", "google-auto-auth": "^0.9.1",
"http-proxy": "^1.17.0", "http-proxy": "^1.17.0",
"mongodb": "^2.2.31", "mongodb": "^2.2.31",
"node-uuid": "^1.4.3", "node-uuid": "^1.4.3",
"npm-run-all": "~4.1.5", "npm-run-all": "~4.1.5",
"sproxydclient": "scality/sproxydclient#a6ec980", "sproxydclient": "scality/sproxydclient#a8d7b93",
"utapi": "scality/utapi#03dd49e", "utapi": "scality/utapi#3c8ef4a",
"utf8": "~2.1.1", "utf8": "~2.1.1",
"uuid": "^3.0.1", "uuid": "^3.0.1",
"vaultclient": "scality/vaultclient#fbd9988d", "vaultclient": "scality/vaultclient#90762d2",
"werelogs": "scality/werelogs#0ff7ec82", "werelogs": "scality/werelogs#4e0d97c",
"xml2js": "~0.4.16" "xml2js": "~0.4.16"
}, },
"devDependencies": { "devDependencies": {