Sign inSign up

vipcube/dockercli-with-node-protoc

By vipcube

Updated 10 months ago

A Image packing the node, protoc used to help CI to generate typescript protobuf.

Image
0

740

vipcube/dockercli-with-node-protoc repository overview

Docker Image CLI with Node, Protobuf

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.

Why we need it

Mostly it is used during CI (continuous integration) or as part of an automated build with node and protobuf.

NOTES

The latest docker tag is the latest release version

Please avoid to use latest tag for any production deployment.

Additional Infos

GitHub Repo

https://github.com/Vipcube/dockercli-with-node-protoc

Docker Image Tags

https://hub.docker.com/r/vipcube/dockercli-with-node-protoc/tags

Usage

# 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

Authors

maintain by: @Vipcube

Tag summary

Content type

Image

Digest

sha256:b413737e7

Size

83.8 MB

Last updated

10 months ago

docker pull vipcube/dockercli-with-node-protoc