Example Docker images for use with Coder
Go to file
Cian Johnston 891c3855db
feat(image/base): add jq (#270)
adds jq to enterprise-base and enterprise-minimal
2024-03-14 15:49:23 +00:00
.github chore: Bump the github-actions group with 1 update (#264) 2024-02-02 15:39:28 +00:00
.husky chore: bump husky from 6.0.0 to 7.0.1 (#85) 2021-08-22 12:19:04 -07:00
deprecated fix(deprecated/vnc): fix broken turbovncserver-security.conf (#261) 2024-01-22 21:25:17 +00:00
images feat(image/base): add jq (#270) 2024-03-14 15:49:23 +00:00
scripts fix(scripts/push_images.sh): break into separate depot push invocations (#252) 2024-01-16 14:28:37 +00:00
.gitignore security: add trivy scanning workflow (#195) 2023-02-08 20:27:17 +11:00
.prettierignore chore: Format (#47) 2021-02-17 13:08:48 -06:00
.prettierrc chore: Format (#47) 2021-02-17 13:08:48 -06:00
LICENSE.md Add license. 2020-10-26 11:26:58 -04:00
README.md chore: update README, stop building deprecated images (#240) 2023-12-19 15:51:28 +00:00
changelog.md breaking: removed support for CentOS (#207) 2023-02-16 11:43:56 -06:00
package.json chore: Bump the npm group with 3 updates (#268) 2024-02-16 18:05:34 +03:00
yarn.lock chore: Bump the npm group with 3 updates (#268) 2024-02-16 18:05:34 +03: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 file extension of the Dockerfile. For example, base/Dockerfile.ubuntu is under the ubuntu tag.

Contributing

See our contributing guide.

Changelog

Reference our changelog for updates made to images.