Example Docker images for use with Coder
Go to file
dependabot[bot] 6308f72b0d
chore: Bump the github-actions group with 1 update (#264)
Bumps the github-actions group with 1 update: [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action).


Updates `styfle/cancel-workflow-action` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.12.0...0.12.1)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-02 15:39:28 +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 chore: format and optimize Dockerfiles (#256) 2024-01-17 13:33:24 +03: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 1 update (#263) 2024-01-24 16:27:10 +03:00
yarn.lock chore: Bump the npm group with 1 update (#263) 2024-01-24 16:27:10 +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.