https://github.com/torarg/docker-kubectl
docker image for executing kubectl. build for use with drone.io
https://github.com/torarg/docker-kubectl
Last synced: about 1 year ago
JSON representation
docker image for executing kubectl. build for use with drone.io
- Host: GitHub
- URL: https://github.com/torarg/docker-kubectl
- Owner: torarg
- Created: 2019-07-28T22:26:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T23:47:32.000Z (almost 7 years ago)
- Last Synced: 2025-03-30T01:19:23.982Z (over 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-kubectl
## Descripton
Small docker image based on bash:latest with kubectl installed.
Was build for integration with drone.io.
## Configuration
Configuration can be either supplied by
- supplying a volume mount for `/home/kubectl-user/.kube`
- supplying a base64 decoded config file as environment variable `CONFIG`