Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bygui86/kubectl
Small container image with only kubectl installed
https://github.com/bygui86/kubectl
Last synced: 2 days ago
JSON representation
Small container image with only kubectl installed
- Host: GitHub
- URL: https://github.com/bygui86/kubectl
- Owner: bygui86
- License: apache-2.0
- Created: 2021-04-17T15:14:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T21:09:50.000Z (9 months ago)
- Last Synced: 2024-04-13T03:58:06.528Z (9 months ago)
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kubectl
## Description
Small container image with only `kubectl` installed.
Container image bases:
- `debian`
- `alpine`## Commands
```bash
# build
task build-latest
task build-specific KUBECTL_VERSION=v1.28.4# push
task push-latest
task push-specific KUBECTL_VERSION=v1.28.4# build + push
task build-push-latest
task build-push-specific KUBECTL_VERSION=v1.28.4
```## Links
- https://hub.docker.com/r/bygui86/kubectl
- https://taskfile.dev/
- https://hub.docker.com/_/debian
- https://hub.docker.com/_/alpine
- https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#install-kubectl-binary-with-curl-on-linux
- https://kubernetes.io/releases/
- https://github.com/alpine-docker/k8s/blob/master/Dockerfile