Example Docker images for use with Coder
Go to file
Cian Johnston e5d0b4558d
feat: add date-suffixed tags to built images (#274)
2024-05-27 11:09:21 +01:00
.github chore: replace prettier with dprint (#273) 2024-05-23 10:57:30 +01:00
deprecated fix(deprecated/vnc): fix broken turbovncserver-security.conf (#261) 2024-01-22 21:25:17 +00:00
images chore: replace prettier with dprint (#273) 2024-05-23 10:57:30 +01:00
scripts feat: add date-suffixed tags to built images (#274) 2024-05-27 11:09:21 +01:00
.gitignore security: add trivy scanning workflow (#195) 2023-02-08 20:27:17 +11:00
LICENSE.md Add license. 2020-10-26 11:26:58 -04:00
README.md chore: replace prettier with dprint (#273) 2024-05-23 10:57:30 +01:00
changelog.md chore: replace prettier with dprint (#273) 2024-05-23 10:57:30 +01:00
dprint.json chore: replace prettier with dprint (#273) 2024-05-23 10:57:30 +01:00

README.md

Enterprise Example Images

This repository contains example images for use with Coder.

  • enterprise-base: Contains an example image that can be used as a base for other images.
  • enterprise-minimal: Contains a minimal image that contians only the required utilities for a Coder workspace to bootstrap successfully.

Images on Docker Hub

Each of these images is also published to Docker Hub under the codercom/enterprise-[name] repository. For example, base is available at https://hub.docker.com/r/codercom/enterprise-base. The tag is taken from the filename of the Dockerfile. For example, base/ubuntu.Dockerfile is under the ubuntu tag.

Contributing

See our contributing guide.

Changelog

Reference our changelog for updates made to images.