✅ Task
Create a Docker image that takes configuration to reach a controlplane (endpoint, auth token), then downloads the agent and runs it, to simplify deployment and ensure consistent environments across different systems
Motivation
The Docker image should include all necessary dependencies and configuration to easily run the agent in a containerized environment, streamlining integration with Snops and supporting distributed setups.
Details
- Download the agent binary from the controlplane
- Run the agent until killed
- Re-download the agent binary if it has changed, then repeat from 2.
✅ Task
Create a Docker image that takes configuration to reach a controlplane (endpoint, auth token), then downloads the agent and runs it, to simplify deployment and ensure consistent environments across different systems
Motivation
The Docker image should include all necessary dependencies and configuration to easily run the agent in a containerized environment, streamlining integration with Snops and supporting distributed setups.
Details