Docker - tgenv tfenv

Minimal multiarch tfenv & tfenv Alpine image, updated by Gitlab CI/CD scheduling. https://hub.docker.com/r/jarylc/tgenv-tfenv-alpine

Moderate Pure Nim score 50/100 · last commit 2026-05-02 · 1 stars · tests present · no docs generated

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

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 - - - - - - -

README

Docker - tgenv & tfenv

Docker Hub Image »

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