This repository containts the default devcontainer definition.
The image is based on the base image mcr.microsoft.com/devcontainers/base:ubuntu and contains following additional tools:
- Azure CLI
- GitHub CLI
- Terraform
- tflint
- Homebrew
- terraform-docs
- pre-commit
- checkov
- trivy
- check-jsonschema
- jsonschema-markdown
- alzlibtool
Add to a project a file under .devcontainer/devcontainer.json with following content:
{
"image": "ghcr.io/id-unibe-ch/cloud-azure-alz-devcontainer:latest"
}