A Image packing the node, protoc used to help CI to generate typescript protobuf.
742
The hardest container image to find on public repositories is the one I want, but it always seems to be missing a part. Therefore, I decided to build it myself. :sunglasses:
This image base on alpine, and packs the node, protoc together with the buf.
Mostly it is used during CI (continuous integration) or as part of an automated build with node and protobuf.
The latest docker tag is the latest release version
Please avoid to use latest tag for any production deployment.
https://github.com/Vipcube/dockercli-with-node-protoc
https://hub.docker.com/r/vipcube/dockercli-with-node-protoc/tags
# run container as npm command
docker run -it vipcube/dockercli-with-node-protoc npm
# run container as protoc command
docker run -it vipcube/dockercli-with-node-protoc protoc
# run container as buf command
docker run -it vipcube/dockercli-with-node-protoc buf
maintain by: @Vipcube
Content type
Image
Digest
sha256:b413737e7…
Size
83.8 MB
Last updated
10 months ago
docker pull vipcube/dockercli-with-node-protoc