https://github.com/buildonviction/cloud-images
https://github.com/buildonviction/cloud-images
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buildonviction/cloud-images
- Owner: BuildOnViction
- License: gpl-3.0
- Created: 2019-03-06T03:52:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-04T06:16:48.000Z (8 months ago)
- Last Synced: 2025-12-06T09:58:11.738Z (8 months ago)
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloud-images
This repo holds the TomoChain cloud images for diverse purposes and providers.
## Build
The images are built with [packer](https://www.packer.io/downloads.html).
```shell
packer build $file
```
For example:
```shell
# Find the variables you need to provide
packer inspect DigitalOcean/fullnode-18-04.json
# Export the environment variables found in the last step
export DO_API_TOKEN="XXXXXXXXXXXXXXXXXXX"
# Start the build
packer build DigitalOcean/fullnode-18-04.json
```