Example Docker images for use with Coder
Go to file
dependabot[bot] de9b44393f
chore: Bump lint-staged from 13.2.0 to 13.2.1 (#212)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.0 to 13.2.1.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v13.2.0...v13.2.1)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Paulsen <ericpaulsen@coder.com>
2023-04-24 13:23:33 -04: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
images breaking: removed support for CentOS (#207) 2023-02-16 11:43:56 -06:00
scripts breaking: removed support for CentOS (#207) 2023-02-16 11:43:56 -06: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 breaking: removed support for CentOS (#207) 2023-02-16 11:43:56 -06:00
changelog.md breaking: removed support for CentOS (#207) 2023-02-16 11:43:56 -06:00
package.json chore: Bump lint-staged from 13.2.0 to 13.2.1 (#212) 2023-04-24 13:23:33 -04:00
yarn.lock chore: Bump lint-staged from 13.2.0 to 13.2.1 (#212) 2023-04-24 13:23:33 -04:00

README.md

Enterprise Example Images

These docs contain examples and guides for how to setup your images to utilize the Multi Editor Support built into Coder Enterprise.

Each directory in images/ contains examples for how to setup your images with different IDEs.

See our documentation at our Enterprise Hub for additional information about supported editors and known issues.

Image Minimums

All of the images provided in this repo include the following utilities to ensure they work well with all of Coder Enterprise's features, and to provide a solid out-of-the-box developer experience:

  • git
  • bash
  • curl & wget
  • htop
  • man
  • vim
  • sudo
  • python3 & pip3
  • gcc & gcc-c++ & make

Images on Docker Hub

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

Contributing

See our contributing guide.

Changelog

Reference our changelog for updates made to images.