metal-toolbox / firmware-syncer

Application to sync firmware files from vendor repositories into an S3 bucket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firmware Syncer

This service is responsible for downloading firmware files from vendor repositories, copying them over to a S3 bucket and populating the data in Hollow's ServerService

Diagram

Syncer

Usage

./firmware-syncer --config-file example-config.yml

Besides the configuration file, firmware-syncer requires the following environment variables set: S3_ACCESS_KEY, S3_SECRET_KEY, SYNCER_PUBLIC_KEY_FILE, SYNCER_PRIVATE_KEY_FILE

To create the pub/priv key pair, use gosignify:

gosignify -G -n -p syncer.pub -s syncer.sec

Development

TODO

Deployment

TODO

About

Application to sync firmware files from vendor repositories into an S3 bucket

License:Apache License 2.0


Languages

Language:Go 93.1%Language:Makefile 6.5%Language:Dockerfile 0.4%