Skip to content

Commit

Permalink
Merge pull request #218 from devops-works/adds-lazydocker
Browse files Browse the repository at this point in the history
Adds lazydocker
  • Loading branch information
leucos committed Oct 29, 2022
2 parents eb133ee + ebf6e57 commit c90b8d1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions DISTRIBUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
- [kubetail](https://github.com/jbvmio/kubetail/): Repository for kubetail - The pod log tailer
- [kubeval](https://github.com/instrumenta/kubeval/): Validate your Kubernetes configuration files, supports multiple Kubernetes versions
- [kustomize](https://github.com/kubernetes-sigs/): Customization of kubernetes YAML configurations
- [lazydocker](https://github.com/jesseduffield/lazydocker/): The lazier way to manage everything docker
- [lazygit](https://github.com/jesseduffield/lazygit/): A simple terminal UI for git commands.
- [linkerd](https://github.com/linkerd/linkerd2/): Linkerd is an ultralight, security-first service mesh for Kubernetes. Linkerd adds critical security, observability, and reliability features to your Kubernetes stack with no code change required.
- [local-php-security-checker](https://github.com/fabpot/local-php-security-checker/): PHP security vulnerabilities checker
Expand Down
17 changes: 17 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2276,6 +2276,23 @@ sources:
binaries:
- kustomize

lazydocker:
description: The lazier way to manage everything docker
url: https://github.com/jesseduffield/lazydocker/
map:
amd64: x86_64
darwin: Darwin
linux: Linux
list:
type: github-releases
url: https://api.github.com/repos/jesseduffield/lazydocker/releases
fetch:
url: https://github.com/jesseduffield/lazydocker/releases/download/v{{ .Version }}/lazydocker_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz
install:
type: tgz
binaries:
- lazydocker

# Note that https://github.com/jesseduffield/lazygit/issues/1791 can break
# future deployments
lazygit:
Expand Down

0 comments on commit c90b8d1

Please sign in to comment.