Skip to content

giorgenes/gitpod-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A base gitpod image with ASDF and ZSH

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published