Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 792 Bytes

File metadata and controls

46 lines (31 loc) · 792 Bytes

Gitpod image

Cavepod

Custom Docker Image for Gitpod. Image hosted on github package.

Config

gitpod.yml image usage

Usage prod:

image: ghcr.io/ConcaveFi/cavepod:latest

Usage dev:

image:
  file: Dockerfile

Reference

Based on ubuntu:latest with Bash

  • Alacritty as default terminal
  • Foundry
  • Jupyter
  • Go
  • Rust
  • NPM

Additionnal packages

  • Bash-git-prompt
  • Hyperfine
  • Hashicorp Packer/Terraform

Hosting on ghcr.io

Note

To host the Docker Image on Github Package you need to add a PAT token with the scope of package See the github workflow for the push and deploy.