https://github.com/aoepeople/devops-cop-base
Base container images with the most relevant tools for our DevOps initiatives.
https://github.com/aoepeople/devops-cop-base
devops kubernetes terraform
Last synced: about 1 year ago
JSON representation
Base container images with the most relevant tools for our DevOps initiatives.
- Host: GitHub
- URL: https://github.com/aoepeople/devops-cop-base
- Owner: AOEpeople
- License: mit
- Created: 2021-03-12T15:25:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T21:50:04.000Z (almost 2 years ago)
- Last Synced: 2024-09-17T06:43:47.836Z (almost 2 years ago)
- Topics: devops, kubernetes, terraform
- Language: Dockerfile
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This repository provides a base images with [Terraform](https://www.terraform.io/), [Terragrunt](https://terragrunt.gruntwork.io/) and common Kubernetes Tools.
The resulting images are tagged along the main Terraform versions. Use it with:
```
docker pull ghcr.io/aoepeople/devops-cop-base:v1.0.2
```
Available tags can be found [here](https://github.com/orgs/AOEpeople/packages/container/package/devops-cop-base)
Included tools:
* [Terraform](https://github.com/hashicorp/terraform) - version pinned
* [Terragrunt](https://github.com/gruntwork-io/terragrunt)
* [Vault](https://github.com/hashicorp/vault)
* [Kubectl](https://kubernetes.io/docs/reference/kubectl/overview/)
* [Helm](https://helm.sh/)
* [Helmfile](https://github.com/roboll/helmfile)
* [awscli](https://aws.amazon.com/cli/)
* [awsume](https://awsu.me/)