Compare commits

...

1 Commits

Author SHA1 Message Date
vrancurel 2e230abf97 ? 2019-06-25 14:56:37 -07:00
3 changed files with 14 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM node:6-slim
FROM node:8-slim
MAINTAINER Giorgio Regni <gr@scality.com>
WORKDIR /usr/src/app
@ -6,10 +6,11 @@ WORKDIR /usr/src/app
# Keep the .git directory in order to properly report version
COPY ./package.json .
RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://archive.debian.org/debian/ jessie main\ndeb http://security.debian.org jessie/updates main\ndeb-src http://security.debian.org jessie/updates main" > /etc/apt/sources.list
RUN apt-get update \
&& apt-get install -y jq python git build-essential --no-install-recommends \
&& npm install --production \
&& apt-get autoremove --purge -y python git build-essential \
&& rm -rf /var/lib/apt/lists/* \
&& npm cache clear \
&& rm -rf ~/.node-gyp \

View File

@ -39,13 +39,13 @@
"readonly": true
},
"bucketd": {
"bootstrap": ["localhost:9000"]
"bootstrap": ["metadata-bucketd:9000"]
},
"vaultd": {
"host": "localhost",
"port": 8500
},
"clusters": 10,
"clusters": 1,
"log": {
"logLevel": "info",
"dumpLevel": "error"

View File

@ -1,8 +1,15 @@
{
"us-east-1": {
"type": "file",
"type": "scality",
"legacyAwsBehavior": true,
"details": {}
"details": {
"connector": {
"sproxyd": {
"bootstrap": ["sproxyd"],
"path": "/proxy/arc/"
}
}
}
},
"us-east-2": {
"type": "file",