Workspace Images
Ready-to-use Docker images for gitpod.io workspaces. All images are available on Gitpod's Dockerhub page.
For an example of how to use these images, please take a look at the documentation.
๐ข Announcements
We upgraded to support dazzle v2 and build with GitHub Actions.
Summary
- Operating System: Ubuntu 22.04.2 LTS
- OS Type: Linux
- Architecture: x86_64
Images
By default, Gitpod uses a standard Docker Image called
workspace-full
as the foundation for workspaces.
Workspaces started based on this default image come pre-installed with Docker, Nix, Go, Java, Node.js, C/C++, Python, Ruby, Rust & PHP as well as tools such as Homebrew, Tailscale, Nginx & several more.
If this image does not include the tools you need for your repository, we recommend you start with
workspace-base
and customize it according to your needs.
You can refer to this document to setup a custom docker image.
๐ท Images we'll maintain
gitpod/workspace-full
โ gitpod/workspace-base
โ gitpod/workspace-dotnet
โ gitpod/workspace-full-vnc
โ gitpod/workspace-mongodb
โ gitpod/workspace-mysql
โ gitpod/workspace-postgres
โ
๐ Specific Images
These are lightweight compared to gitpod/workspace-full
.
Each contains a set of chunks: a common base, and 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-3
โ gitpod/workspace-ruby-3.0
โ gitpod/workspace-ruby-3.1
โ gitpod/workspace-rust
โ gitpod/workspace-elixir
โ
๐ฌ No upgrade planned
- 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
๐ข Deprecated images
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) - gitpod/workspace-ruby-2 (please use
gitpod/workspace-ruby-3.2
instead)
Contributing
You can follow the detailed guide on how to contribute here.