question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publish a docker image

See original GitHub issue

Is 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:closed
  • Created a year ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Jason3Scommented, Jul 27, 2022

@pellared,

I’ll take care of publishing it to ghcr.io

1reaction
pellaredcommented, Jul 24, 2022

I will try to do it next week. You can assign me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

docker push - Docker Documentation
Use docker image push to share your images to the Docker Hub registry or to a self-hosted one. Refer to the docker image...
Read more >
How To Create a Docker Image for Docker Hub | Pluralsight
Publish an Image to Docker Hub · Step 1: Sign Up for Docker Hub · Step 2: Create a Repository on Docker Hub...
Read more >
Publish your first Docker Image to Docker Hub - Medium
Log into the Docker public registry on your local machine. · Tag the image: It is more like naming the version of the...
Read more >
Publishing Docker images - GitHub Docs
You can publish Docker images to a registry, such as Docker Hub or GitHub Packages, as part of your continuous integration (CI) workflow....
Read more >
How to Publish a Docker Image to GitHub's Container Registry
How to Publish a Docker Image to GitHub's Container Registry · Step 1: Create a new repository · Step 2: Create a file...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found