Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hs-airdrop: Add Dockerfile #23

Closed
wants to merge 1 commit into from

Conversation

0xhaven
Copy link
Contributor

@0xhaven 0xhaven commented Sep 21, 2019

Address #17
We've already an image on the namebase Docker Hub, but it would be nice if there were an official handshake-org build. Someone with access to the handshake-org GitHub account can add a Docker Hub integration that, and automatically builds and publishes an image on every update to master and maybe any update to https://github.com/handshake-org/hs-tree-data (though, that have to be manually triggered)

This is method is nicer because:

  1. It doesn't require installing the right version of node/npm/etc
  2. hs-airdrop is run in a completely un-networked container with read-only access to a single private key.
docker pull <namebase OR handshake-org>/hs-airdrop && docker run -it --network none -v ~/.ssh/<id_github>:/private_key:ro <namebase OR handshake-org>/hs-airdrop private_key <address> <fee>

@0xhaven 0xhaven closed this May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant