This approach does not work nicely because the cloudrons
do not have the horse power for compilation (even on 1GB
droplets). Things like gem install and npm install just
hang for very long time. docker keeps crashing because of
OOM.
Initially, we suspected some btrfs issue but creating an
image without btrfs for docker has the same issues.
Plan is to create a build server for this purpose
imageName is now derived from convention
This reverts 4a31b6c2ff
Revert "Update route read tarball as well"
This reverts commit 965ddb86c3.
Revert "Make app sources a constant"
This reverts commit fdb74cc5e3.
Revert "Copy tarball into sources dir"
This reverts commit b534019398.
Revert "Make update route multipart"
This reverts commit 079b3a50e3.
Revert "Make install route multipart request"
This reverts commit e61392269c.
Revert "Add ?build query param for logs"
This reverts commit 4544a86846.
Remove tail-stream
This reverts commit 8c6510b4f4
Rationale for setupTest: migration scripts are are meant to add one time entries
and schema changes and not for 'updated' values 'updated' values belong in setup
script because migration scrips are only run once
"async" can be updated from ^0.6.2 to ^0.9.0 (Installed: 0.6.2, Latest: 0.9.0)
"body-parser" can be updated from ~1.9.3 to ~1.12.0 (Installed: 1.9.3, Latest: 1.12.0)
"connect-lastmile" can be updated from 0.0.8 to 0.0.10 (Installed: 0.0.8, Latest: 0.0.10)
"connect-timeout" can be updated from ~1.4.0 to ~1.5.0 (Installed: 1.4.0, Latest: 1.5.0)
"cookie-parser" can be updated from 1.1.0 to 1.3.3 (Installed: 1.1.0, Latest: 1.3.3)
"csurf" can be updated from ^1.6.1 to ^1.6.6 (Installed: 1.6.6, Latest: 1.6.6)
"debug" can be updated from ~0.8.1 to ~2.1.1 (Installed: 0.8.1, Latest: 2.1.1)
"dockerode" can be updated from ~2.0.5 to ~2.0.7 (Installed: 2.0.6, Latest: 2.0.7)