mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 15:11:02 +00:00
- Added .dockerignore to speed up build context and avoid rebuilding when unecessary - Specified Alpine and Go versions as build arguments - Specified Go target CPU architecture as build arguments to be able to build for ARM devices - Specified base images as build arguments to be able to build for ARM devices - Trimmed down size of final image using `-a -installsuffix cgo -ldflags="-s -w"` go build flags and by copying the statically built binary only to the final image - Added clear build and run instructions for the Docker container
11 lines
100 B
Text
11 lines
100 B
Text
.circleci
|
|
.github
|
|
docs
|
|
test
|
|
.gitignore
|
|
.goreleaser.yml
|
|
*.md
|
|
coverage.txt
|
|
Dockerfile
|
|
LICENSE
|
|
test.sh
|