Minimal multiarch tgenv & tfenv Alpine image, updated by Gitlab CI/CD scheduling.
7.5K
Source codes | Maintainer - Jaryl Chng
Remember to add a call to source envs or . envs before running any commands to set proper paths.
Gitlab example:
image:
name: minimages/tgenv-tfenv-alpine
stages:
- build
build:
stage: build
before_script:
- source envs
- tgenv install && tfenv install
script:
- terragrunt -version && terraform -version
Content type
Image
Digest
sha256:1324043f6…
Size
13.1 MB
Last updated
3 months ago
docker pull jarylc/tgenv-tfenv-alpine