Ready-to-use Docker images for gitpod.io workspaces. All images are available on Docker Hub under gitpod/*. For examples on how to use these images please take a look at the documentation.
We upgraded to support dazzle v2 and build with GitHub Actions.
- gitpod/workspace-full β
- gitpod/workspace-base β
- gitpod/workspace-dotnet β
- gitpod/workspace-full-vnc β
- gitpod/workspace-mongodb β
- gitpod/workspace-mysql β
- gitpod/workspace-postgres β
These are lightweight compared to gitpod/workspace-full
.
Each contains a set of chunks: a common base, a language, and includes Docker and Tailscale.
- gitpod/workspace-c β
- gitpod/workspace-clojure β
- gitpod/workspace-go β
- gitpod/workspace-java-11 β
- gitpod/workspace-java-17 β
- gitpod/workspace-node β
- gitpod/workspace-node-lts β
- gitpod/workspace-python β
- gitpod/workspace-ruby-2 β
- gitpod/workspace-ruby-3 β
- gitpod/workspace-ruby-3.0 β
- gitpod/workspace-ruby-3.1 β
- gitpod/workspace-rust β
- gitpod/workspace-elixir β
These images are no longer being published, and not planned for Upgrade:
- gitpod/workspace-images-dazzle
- gitpod/workspace-dotnet-vnc
- gitpod/workspace-dotnet-lts
- gitpod/workspace-dotnet-lts-vnc
- gitpod/workspace-flutter
- gitpod/workspace-gecko
- gitpod/workspace-wasm
- gitpod/workspace-firefox
- gitpod/workspace-full-dazzle
- gitpod/workspace-mysql-8
- gitpod/workspace-python-tk-vnc
- gitpod/workspace-python-tk
- gitpod/workspace-rethinkdb
- gitpod/workspace-thin
- gitpod/workspace-webassembly
These images are no longer being published:
- gitpod/workspace-python-3.6 (please use
gitpod/workspace-python-3.7
instead) - gitpod/workspace-postgresql (please use
gitpod/workspace-postgres
instead)
You can follow the detailed guide on how to contribute here.