This repository contains my containerized development environments, which can run in:
The goal of this repository is to:
- Save time by avoiding the need to manually install each tool required for specific tasks
- Have all the tools I need with a single command
- Update tools easily without the risk of breaking system dependencies
- Maintain version control for some configurations
- Terraform
- Tenv
- AWS CLI
- Semgrep
- Kubectl
- Podman (usually preinstalled with Toolbox)
cd devops
podman build -t devops-image .
toolbox create --image devops-image DevOps
toolbox enter DevOps
toolbox create --image ghcr.io/luisprgr/development_environments:devops DevOps
toolbox enter DevOps