Skip to content

Instantly share code, notes, and snippets.

@franckc
Created September 20, 2018 20:13
Show Gist options
  • Save franckc/1f5b86ecd15a3a9b02d99289487bb967 to your computer and use it in GitHub Desktop.
Save franckc/1f5b86ecd15a3a9b02d99289487bb967 to your computer and use it in GitHub Desktop.
francks-mbp:deployment franck$ ./deploy.sh -c origin-messaging -n staging
Deployed container tag is c3f2e57
This will build and deploy a container for origin-messaging@fd9e658, proceed (y/n)? y
Building container for origin-messaging...
Sending build context to Docker daemon 268.8MB
Step 1/6 : FROM node:9
---> 08a8c8089ab1
Step 2/6 : ADD https://api.github.com/repos/OriginProtocol/origin-box/git/refs/heads/master /version.json
Downloading 349B
---> a355f91adbdf
Step 3/6 : RUN git clone --depth 1 --branch master https://github.com/OriginProtocol/origin-box.git /app
---> Running in c7be36705119
Cloning into '/app'...
Removing intermediate container c7be36705119
---> dbfb734c3250
Step 4/6 : WORKDIR /app/origin-messaging
---> Running in d56eb59bcd72
Removing intermediate container d56eb59bcd72
---> c77a7a41a351
Step 5/6 : RUN npm install --quiet --no-progress
---> Running in 58579eca4662
npm WARN notice [SECURITY] lodash has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=lodash&version=3.10.1 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
npm ERR! code EINTEGRITY
npm ERR! sha512-jCEPG+COU/1Rp84neKTyDJQr478/hAfVp5xxYn09QEH0yBjbmPeMfuuQIrp+BUD83hybtYZKhr5elV3bvdV1bA== integrity checksum failed when using sha512: wanted sha512-jCEPG+COU/1Rp84neKTyDJQr478/hAfVp5xxYn09QEH0yBjbmPeMfuuQIrp+BUD83hybtYZKhr5elV3bvdV1bA== but got sha512-tM6lcQ87goJHxK9/9ckJ6ygip4mWCC+3ehA/TlFE4vUNNTzcq96szRDnQwD4BWlUnEbTSL/eooiHrWAMaQEzuQ==. (742 bytes)
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-09-20T20_10_25_424Z-debug.log
The command '/bin/sh -c npm install --quiet --no-progress' returned a non-zero code: 1
francks-mbp:deployment franck$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment