Skip to content

gr0vity-dev/nano-node-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nano-node-builder

For each new commit on nanocurrency/nano-node this project builds the corresponding docker-image and publishes it to dockerhub gr0v1ty/nano-node

How can I verify you didn't modify the nano_node source code ?

  • Building the node and publishing it to dockerhub is done inside a public github workflow.
  • The official nanocurrency/nano-node repository is cloned and the official scripts are used to build the dokcer image.
  • This can be verified by looking at the github action logs.
  • In the last step of the workflow, the docker image is pushed to dockerhub.

This way, I can guarantee that only official source code is pushed to dockerhub.

How can I run your docker image ?

The docker-tag corresponds to the commit hash inside the nano-node repository.

gr0v1ty/nano-node:{commit_hash}

For example :

About

Creates a new nano_node docker image for each new commit in nanocurrency/nano-node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages