Example Docker images for use with Coder
Go to file
Cian Johnston b00ffdac4b
try buildx
2023-12-19 22:26:54 +00:00
.github breaking: removed support for CentOS (#207) 2023-02-16 11:43:56 -06:00
.husky chore: bump husky from 6.0.0 to 7.0.1 (#85) 2021-08-22 12:19:04 -07:00
deprecated chore: update README, stop building deprecated images (#240) 2023-12-19 15:51:28 +00:00
images try buildx 2023-12-19 22:26:54 +00:00
scripts try buildx 2023-12-19 22:26:54 +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 prettier from 2.8.8 to 3.0.0 (#218) 2023-07-07 15:50:56 +01:00
yarn.lock chore: Bump prettier from 2.8.8 to 3.0.0 (#218) 2023-07-07 15:50:56 +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 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.