Docker - tgenv tfenv
Minimal multiarch tfenv & tfenv Alpine image, updated by Gitlab CI/CD scheduling. https://hub.docker.com/r/jarylc/tgenv-tfenv-alpine
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 1 |
| Forks | 3 |
| Open Issues | 0 |
| Last Commit | 2026-05-02 |
| Downloads | 0 |
| Last Indexed | 2026-09-06 07:37 |
Tags
Installation
nimble install Docker - tgenv tfenv
choosenim install Docker - tgenv tfenv
git clone https://gitlab.com/jarylc/docker-tgenv-tfenv
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| Docker - tgenv tfenv | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/jarylc/docker-tgenv-tfenv |
|---|---|
| Homepage | https://gitlab.com/jarylc/docker-tgenv-tfenv |
| Registry Source | gitlab |
README
Docker - tgenv & tfenv
About
- This repository keeps an Alpine Linux Docker image up to date with the latest tgenv and tfenv.
- This repository should be mainly used for CI/CD.
Usage
CI/CD
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