tfenv icon indicating copy to clipboard operation
tfenv copied to clipboard

Create official docker image

Open m00lecule opened this issue 5 years ago • 2 comments

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

m00lecule avatar Feb 07 '21 11:02 m00lecule

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

Zordrak avatar Feb 07 '21 13:02 Zordrak

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

m00lecule avatar Feb 07 '21 13:02 m00lecule