https://github.com/ventx/terraform-azurecli-kubectl-helm
Small Alpine based Docker image with Terraform, azure-cli, kubectl and Helm.
https://github.com/ventx/terraform-azurecli-kubectl-helm
Last synced: 4 months ago
JSON representation
Small Alpine based Docker image with Terraform, azure-cli, kubectl and Helm.
- Host: GitHub
- URL: https://github.com/ventx/terraform-azurecli-kubectl-helm
- Owner: ventx
- License: gpl-3.0
- Created: 2020-02-06T12:37:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T12:20:59.000Z (over 6 years ago)
- Last Synced: 2025-02-16T23:14:25.333Z (over 1 year ago)
- Language: Dockerfile
- Size: 18.6 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-azurecli-kubectl-helm
Small Alpine based Docker image with Terraform, azure-cli, kubectl and Helm.
# Docker Hub
[ventx/terraform-azurecli-kubectl-helm](https://hub.docker.com/r/ventx/terraform-azurecli-kubectl-helm)
# Docker image
* OS: Alpine
* Version: 3.11
# Installed packages (apk)
* [python3](https://pkgs.alpinelinux.org/package/v3.11/main/x86_64/python3)
* [curl](https://pkgs.alpinelinux.org/package/v3.11/main/x86_64/curl)
* [git](https://pkgs.alpinelinux.org/package/v3.11/main/x86_64/git)
* [jq](https://pkgs.alpinelinux.org/package/v3.11/main/x86_64/jq)
* [gettext](https://pkgs.alpinelinux.org/package/v3.11/main/x86_64/gettext)
# Installed packages (pip)
* [azure-cli](https://pypi.org/project/azure-cli) `2.0.81`
# Installed packages (go binaries)
* [terraform](https://www.terraform.io/downloads.html) `0.12.21`
* [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) `v1.15.9`
* [helm](https://github.com/helm/helm/releases) `v3.0.3`