DockerCLI/dockerfiles
Sebastiaan van Stijn 7c66213f82
Dockerfile: build gotestsum from source
Building form source is slower, but will support other architectures, such as arm64

Before:

     => [gotestsum 1/2] ADD https://github.com/gotestyourself/gotestsum/releases/download/v0.4.0/gotestsum_0.4.0_linux_amd64.tar.gz gotestsum.tar.gz  2.3s
     => [gotestsum 2/2] RUN tar -xf gotestsum.tar.gz gotestsum -C /go/bin                                                                             1.8s

After:

    => [gotestsum 1/1] RUN go get gotest.tools/gotestsum@v0.4.0                                                                                       13.0s

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-08 10:27:06 +02:00
..
Dockerfile.binary-native Bump Golang 1.13.15 2020-08-10 17:24:48 +02:00
Dockerfile.cross Bump Golang 1.13.15 2020-08-10 17:24:48 +02:00
Dockerfile.dev Dockerfile: build gotestsum from source 2020-09-08 10:27:06 +02:00
Dockerfile.e2e Bump Golang 1.13.15 2020-08-10 17:24:48 +02:00
Dockerfile.lint Bump Golang 1.13.15 2020-08-10 17:24:48 +02:00
Dockerfile.shellcheck Dockerfiles: update shellcheck v0.7.1 2020-08-20 15:46:07 +02:00