tfutils / tfenv

Terraform version manager
MIT License
4.54k stars 455 forks source link

Create official docker image #241

Closed m00lecule closed 2 years ago

m00lecule commented 3 years ago

Hello Guys! I was wondering if You got in plans to set up an official docker image?

Zordrak commented 3 years ago

Not an unreasonable ask.. but what would be the base?

The Dockerfile would be little more than:

FROM RUN git clone https://github.com/tfutils/tfenv.git

m00lecule commented 3 years ago

Honestly I would suggest to use as minimal image as possible - it could be alpine, busybox or python image based on alpine. But it might turn out insufficient - other tools from *env family are using ubuntu:18.04 as base image, for example pyenv