Workspace Images
February 12, 2026 ยท View on GitHub
Ready-to-use Docker images for gitpod.io workspaces. All images are available on Gitpod's Docker Hub 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.3 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 / tool. Every image also comes with Docker and Tailscale preinstalled.
gitpod/workspace-cโgitpod/workspace-clojureโgitpod/workspace-goโgitpod/workspace-java-11โgitpod/workspace-java-17โgitpod/workspace-java-21โgitpod/workspace-java-23โgitpod/workspace-java-25โgitpod/workspace-nodeโgitpod/workspace-node-ltsโgitpod/workspace-node-18โgitpod/workspace-node-20โgitpod/workspace-node-22โgitpod/workspace-node-23โgitpod/workspace-node-24โgitpod/workspace-node-25โgitpod/workspace-pythonโgitpod/workspace-python-3.10โgitpod/workspace-python-3.11โgitpod/workspace-python-3.12โgitpod/workspace-python-3.13โgitpod/workspace-ruby-3โgitpod/workspace-ruby-3.1โgitpod/workspace-ruby-3.2โgitpod/workspace-ruby-3.3โgitpod/workspace-rustโgitpod/workspace-elixirโgitpod/workspace-nixโgitpod/workspace-yugabytedbโgitpod/workspace-yugabytedb-previewโ
Versions we'll maintain
For images dedicated to Java, Node, Python and Ruby, their lifecycle generally works as follows:
- If an image does not have a version in its name, we try to keep it at its latest stable version
- If an image is versioned (like
workspace-python-3.12), we'll support it until it reaches End of Life
๐ฌ No upgrade planned
โ ๏ธ These images are no longer being published, and are 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
Contributing
You can follow the detailed guide on how to contribute here.
Where to follow new updates
- Announcements: Significant changes and breaking updates are announced through the CHANGELOG.md file with details.
- Recently Merged Changes: For checking new features or updates staged for next deployment that don't warrant everyone's attention, browse through the merged pull requests.
- Image Updates: Every Monday, a GitHub action automatically builds and updates the images based on the
mainbranch. Once built, these images are made available on Gitpod's Docker Hub.