Skip to content

A Container Image packing the node, protoc used to help continuous Integration to generate typescript protobuf.

License

Notifications You must be signed in to change notification settings

Vipcube/dockercli-with-node-protoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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. 😎

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

About

A Container Image packing the node, protoc used to help continuous Integration to generate typescript protobuf.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published