This repository contains example images for use with Coder.
example-base
: Contains an example image that can be used as a base for other images.example-minimal
: Contains a minimal image that contains only the required utilities for a Coder workspace to bootstrap successfully.example-golang
: Contains Go development tools.example-java
: Contains Java development tools.example-node
: Contains Node.js development tools.example-desktop
: Contains a desktop environment accessible via web browser.
Each of these images is published to Docker Hub under the
codercom/example-[name]
repository. For example, base
is available at
https://hub.docker.com/r/codercom/example-base. The tag is taken from the
filename of the Dockerfile. For example, base/ubuntu.Dockerfile
is
under the ubuntu
tag.
For backward compatibility, these images are also available with the
enterprise-
prefix (e.g.,codercom/enterprise-base
), but theexample-
prefix is recommended for new deployments.
See our contributing guide.
Reference our changelog for updates made to images.