The client agent for the Xmidt service.
This project and everyone participating in it are governed by the XMiDT Code Of Conduct. By participating, you agree to this Code.
Refer to CONTRIBUTING.md.
- cp .release/docker/config/config_template.yaml to .release/docker/config/xmidt_agent.yaml
- replace field values (in caps) with desired values (TODO need more of an explanation of the jwt pem stuff)
- cd cmd/xmidt-agent (TODO build from root directory)
- build for alpine
env GOOS=linux GOARCH=arm64 go build .
- mv xmidt-agent ../.. (TODO)
- cd back to root of repository
- docker build -t xmidt-agent .
- docker run xmidt-agent