Helm, AWS CLI, Kubectl, and Docker all packed into a single container
8.6K
Helm, AWS CLI, Kubectl, and Docker all packed into a single container.
This image is primarily aimed to serve as an environment for running deploy jobs, e.g.
deploy:
image: liquidjs/helm-aws-docker:latest
variables:
AWS_ACCESS_KEY_ID: "..."
AWS_SECRET_ACCESS_KEY: "..."
AWS_DEFAULT_REGION: "..."
KUBECONFIG: "..."
script:
- aws s3 sync [...]
- helm install [...]
Content type
Image
Digest
sha256:1db21885b…
Size
207.4 MB
Last updated
over 1 year ago
docker pull liquidjs/helm-aws-docker