Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 883 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 883 Bytes

Gitpod ready-to-code License: MIT Docker Image Build

About

A base gitpod image with ASDF and ZSH

By default it installs the following:

  • ASDF
  • httpie
  • gpg
  • build-essential
  • packer
  • zsh and ohmyzsh
  • docker

How to use

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

Local development

Build the image:

docker build . -t giorgenes/gitpod-base

Push it:

docker login --username=giorgenes
docker push giorgenes/gitpod-base:tagname