Publish a docker image
See original GitHub issueIs your feature request related to a problem? Please describe.
I want to use cspell
without having to install NPM.
Describe the solution you’d like
Publish a cspell docker image to a docker registry (it could be ghcr.io).
Describe alternatives you’ve considered
We could create our own Dockerfile, but then we would also need to take care of bumping package.json
and package-lock.json
as well as bumping the Node.JS base (FROM
) image. It would produce more boilerplate and dependabot PRs.
Additional context
A similar image is published by markdownlint-cli
. See https://github.com/igorshubovych/markdownlint-cli/#usage and https://github.com/igorshubovych/markdownlint-cli/pull/208
It makes gives nice usage and bumping experience. E.g. https://github.com/signalfx/splunk-otel-go/pull/1181
Issue Analytics
- State:
- Created a year ago
- Comments:6 (1 by maintainers)
Top GitHub Comments
@pellared,
I’ll take care of publishing it to
ghcr.io
I will try to do it next week. You can assign me.