A base gitpod image with ASDF and ZSH
By default it installs the following:
- ASDF
- httpie
- gpg
- build-essential
- packer
- zsh and ohmyzsh
- docker
Make sure you have a .tool-versions
ASDF file in your root directory then add this to your .gitpod.Dockerfile
file:
FROM giorgenes/gitpod-base
Build the image:
docker build . -t giorgenes/gitpod-base
Push it:
docker login --username=giorgenes
docker push giorgenes/gitpod-base:tagname