Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds lazydocker #218

Merged
merged 1 commit into from
Oct 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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