Commit Graph

175 Commits (d78648cabb8f78b92051361687bdf3c9be15fa62)
 

Author SHA1 Message Date
Quentin McGaw d78648cabb Added Docker automated build hook and readme badges for Docker
- Build arguments are injected by the build hook
- Badges added: number of pulls, stars and if the build is automated
5 years ago
Quentin McGaw 18d34d5c01 `VERSION` and `VCS_REF` build arguments are unset by default 5 years ago
Quentin McGaw c89e396121 Lazydocker can be ran directly as entrypoint
Thanks to the script:

```sh
#!/bin/sh

resize > /dev/null
lazydocker $@
```
5 years ago
Quentin McGaw 580936c73c Fixed docker build typo (both URL and PATH) 5 years ago
Quentin McGaw fd70aaaf05 Git commit reference mechanism changed
- Git commit is passed as a build argument as explained in README.md
- `.git` directory is ignored by Docker for a quicker build and smaller context
- the build arg VCS_REF is used both to tag the image and the Go program
5 years ago
Quentin McGaw 330131b6ca Fixed Docker regarding no size window with gocui
- Runs the container with `/bin/sh` initially
- Invoke `lazydocker` from within the container, or gocui fails as the terminal window is invalid at launch
5 years ago
Quentin McGaw ceb8cfcd76 Added Docker labels and Go commit, version and buildSource 5 years ago
Quentin McGaw 1542c70b53 Reworked Dockerfile for a more production oriented usage
- 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
5 years ago
Jesse Duffield a51bb830a5
Merge pull request #32 from jonyhy96/master
fix strings.ReplaceAll() does't exist error while go version bellow 1.12
5 years ago
haoyun 0fe35ba5c5 fix strings.ReplaceAll() does't exist error while go version bellow 1.12 5 years ago
Jesse Duffield f4f56055e5
Update README.md 5 years ago
Jesse Duffield d590b2b9f3
Merge pull request #17 from jesseduffield/fix-invalid-keybinding
remove incorrect description from status click binding
5 years ago
Jesse Duffield dcd5bcdfcd remove incorrect description from status click binding 5 years ago
Jesse Duffield 50a6eb64ec actually take the debugging flag seriously 5 years ago
Jesse Duffield da03778cf9
Merge pull request #14 from jesseduffield/12_unix-permission-error
don't panic on unix permission failure
5 years ago
Jesse Duffield ba426f05be don't panick on unix connection failure 5 years ago
Jesse Duffield 51d9b14ab5
Merge pull request #10 from jesseduffield/bright-theme-compatability
support light themes in terminals
5 years ago
Jesse Duffield 5169356454 support light themes in terminals 5 years ago
Jesse Duffield 9c8c88e939
Merge pull request #8 from jesseduffield/nil-pointer
Fix bug with hanging app on startup
5 years ago
Jesse Duffield d317bc37db remove unused import 5 years ago
Jesse Duffield 6ca5afc767 bump termbox-go 5 years ago
Jesse Duffield 345f02eb11 fix nil pointer exception when trying to kill process 5 years ago
Jesse Duffield 588ff79003
Update README.md 5 years ago
Jesse Duffield 752b281abf just use demo3.gif 5 years ago
Jesse Duffield 7e68985da5 override wrap for image panel 5 years ago
Jesse Duffield ea8258d66e more stuff 5 years ago
Jesse Duffield 4416a5fa86
Update README.md 5 years ago
Jesse Duffield 4a6b1b8256 update cheatsheet 5 years ago
Jesse Duffield f5e11aadf1
Update README.md 5 years ago
Jesse Duffield 3715e6a153
Update README.md 5 years ago
Jesse Duffield e4c7a84211
Update README.md 5 years ago
Jesse Duffield 852a8510ac update config comments for better godoc experience 5 years ago
Jesse Duffield 374b4aca4e
Update README.md 5 years ago
Jesse Duffield 7feb0c4d8c
Update README.md 5 years ago
Jesse Duffield 05af9e5aa1
Update README.md 5 years ago
Jesse Duffield 2966d2571a
Update FUNDING.yml 5 years ago
Jesse Duffield 84f2b91dc2
Create FUNDING.yml 5 years ago
Jesse Duffield 4e86732cf2 support custom commands that filter down to service names 5 years ago
Jesse Duffield 4856a3d872 use fork of roll so that we don't crash on 429 errors 5 years ago
Jesse Duffield c57b7122df don't ever highlight main 5 years ago
Jesse Duffield 32fc8ea3e2 defaulting to not wrap now that we can navigate horizontally in the main view 5 years ago
Jesse Duffield 31a6e59738 bump termbox 5 years ago
Jesse Duffield 27eb5a6474 back to only allowing false defaults for config booleans 5 years ago
Jesse Duffield 8a5c634957 don't ask about the reporting config thing more than once 5 years ago
Jesse Duffield eea087c1db add PromptToReturn config option 5 years ago
Jesse Duffield e220bedc79 support actual mouse support and focusing the main view 5 years ago
Jesse Duffield 405bb85ed0 support clicking on tabs 5 years ago
Jesse Duffield 0e76f61359 allow click events in menu 5 years ago
Jesse Duffield 7025468f43 allow clicking on frame edges 5 years ago
Jesse Duffield c3ec4b15ad add in donate button again 5 years ago