1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-06 22:32:51 +02:00

Switch from golang docker client to executing direct docker commands

github.com/docker/docker/client adds an additional 30 deps to the
project and encoutering random errors when running on gitlab.
	Can't add file cmd/web-app/static/assets/images/glacier-example-pic.jpg to tar
	Error response from daemon: invalid reference format
This commit is contained in:
Lee Brown
2019-07-14 12:25:58 -08:00
parent d16855ead9
commit e46c6317e5
6 changed files with 55 additions and 194 deletions

View File

@ -109,6 +109,7 @@ cache:
HOST_NAMES: 'www.eproc.tech, api.eproc.tech'
S3_BUCKET_PRIVATE: 'saas-starter-kit-private'
S3_BUCKET_PUBLIC: 'saas-starter-kit-public'
NO_BUILD: 0
NO_DEPLOY: 1
AWS_USE_ROLE: 1
webapi:build:dev: