Skip to content

Resolve "Create a smaller deployment image"

Igor Minin requested to merge 4-create-a-smaller-deployment-image into master

Decreased the size of app container from 700Mb to 38Mb. By using linux alpine image it could probably be decreased even more (~10Mb), but in alpine image go app complains about some binaries it can't exec. For this demo I won't like bother with investigation.

Also I didn't use dind to build inside another container, just build it inside first docker.

Closes #4 (closed)

Edited by Igor Minin

Merge request reports

Loading