Official Docker container image for Hardhat
Describe the feature
Can we create an official container image for Hardhat, so people people can deploy it to Kubernetes?
Search terms
No response
@NicolaBernini has one here: https://github.com/NicolaBernini/Hardhat-Dockerized/blob/main/Dockerfile
We could start from there, update it, and ensure that it complies to some best practices here: https://snyk.io/blog/10-best-practices-to-containerize-nodejs-web-applications-with-docker/
Can I clarify. Is this docker image for local development or do you want to target another use case?
Closing due to inactivity over the past two weeks
It's just a container image. It can be used for local development. It can be used in CI/CD pipelines for automated testing. Container images are just really useful to have around in general. Specifically, I want to be able to run an instance of Hardhat in a Kubernetes cluster as part of automated testing. I need an image that has hardhat in it to do that. I would like to use an officially supported image.
Will you please re-open this issue?
Hi @evanstucker-hates-2fa, it's not a priority right now, but adding a Docker container is an idea currently in our backlog