https://github.com/taskmedia/kubectl-yq
Building weekly kubectl-yq images
https://github.com/taskmedia/kubectl-yq
Last synced: 3 months ago
JSON representation
Building weekly kubectl-yq images
- Host: GitHub
- URL: https://github.com/taskmedia/kubectl-yq
- Owner: taskmedia
- License: mit
- Created: 2023-10-23T11:08:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T09:54:07.000Z (over 1 year ago)
- Last Synced: 2023-12-05T10:53:02.622Z (over 1 year ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/fty4/kubectl-yq
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker image kubectl-yq
This is quiet simple here - just a Docker image with kubectl and yq installed.
This image will build every two weeks and push it to the ghcr.io registry.
```bash
# Pull from ghcr.io (GitHub Container Registry)
docker pull ghcr.io/taskmedia/kubectl-yq:main# Pull from Docker Hub
docker pull fty4/kubectl-yq:main
```