munzli / koubachi-goserver

server for saving koubachi sensor readings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When docker is build it create repo

polpas opened this issue · comments

When docker is built it create 2 repos one of 14 Mb and one of 550 Mb is this ok?

When I list doker images I get 1 unknown docker image of 550 Mb with name none. shouldnt the docker build create one image only?

if you look at the Dockerfile you will see that it is a multi-stage build.
using golang:1.15-alpine as the builder image and alpine:latest as the runner that contains the executable.