DevOps tools docker image.
Supported platforms: amd64, arm64.
Docker images with <release>-all
tags contains following tools:
- helm
- helm plugin helm-diff
- helm plugin helm-unittest
- helm plugin helm-push
- helmfile
- kubectl
- eksctl
- kustomize
- kubeseal
- aws-iam-authenticator
- aws-cli
- gcloud
Docker images with <release>-minimal
tags contains following tools:
- helm
- helmfile
- kubectl
- kustomize
For the tools versions please look at CHANGELOG.md
docker buildx build --push --platform=linux/amd64,linux/arm64 -t vfabi/devops-tools:latest-all -f Dockerfile-all .
docker buildx build --push --platform=linux/amd64,linux/arm64 -t vfabi/devops-tools:latest-minimal -f Dockerfile-minimal .
Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
Apache 2.0