jarylc/tgenv-tfenv-alpine

By jarylc

Updated 3 months ago

Minimal multiarch tgenv & tfenv Alpine image, updated by Gitlab CI/CD scheduling.

Image
Languages & frameworks
Integration & delivery
Developer tools
0

7.5K

jarylc/tgenv-tfenv-alpine repository overview

pipeline status

Source codes | Maintainer - Jaryl Chng

tgenv & tfenv on Alpine Linux

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

Tag summary

Content type

Image

Digest

sha256:1324043f6

Size

13.1 MB

Last updated

3 months ago

docker pull jarylc/tgenv-tfenv-alpine