Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coder/images
Example Docker images for use with Coder
https://github.com/coder/images
docker-image
Last synced: about 19 hours ago
JSON representation
Example Docker images for use with Coder
- Host: GitHub
- URL: https://github.com/coder/images
- Owner: coder
- License: other
- Created: 2020-03-10T17:17:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T07:33:28.000Z (20 days ago)
- Last Synced: 2024-11-07T00:08:12.986Z (about 19 hours ago)
- Topics: docker-image
- Language: Shell
- Homepage: https://hub.docker.com/r/codercom/enterprise-base
- Size: 6.35 MB
- Stars: 98
- Watchers: 12
- Forks: 37
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Enterprise Example Images
This repository contains example images for use with [Coder](https://coder.com/docs/v2/latest).
- `enterprise-base`: Contains an example image that can be used as a base for
other images.
- `enterprise-minimal`: Contains a minimal image that contains 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](.github/CONTRIBUTING.md).
## Changelog
Reference our [changelog](./changelog.md) for updates made to images.