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.
We upgraded to support dazzle v2 and build with GitHub Actions.
- Operating System: Ubuntu 22.04.2 LTS
- OS Type: Linux
- Architecture: x86_64
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.
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, 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
β
- 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) - gitpod/workspace-ruby-2 (please use
gitpod/workspace-ruby-3.2
instead)
You can follow the detailed guide on how to contribute here.