Releases: VikingPingvin/go-locker
Releases · VikingPingvin/go-locker
0.4
0.3: Docker and Server Configuration
Feature
- Basic Docker support via Dockerfile and docker-compose.yml
- Artifact Root Directory Configuration is implemented
Fixes
- Fixed agent panic when send_concurrent is false
0.2: Configuration and multi input
- Ability for Agent to send multiple files with a single configuration
- Agent and Server can be configured with .yml files and ENV variables (Not complete functionality)
0.1
- Send file over TCP /w Protobuf message to statically configured server
- Server compares recieved file and MetaData Packet
- Recieved file is re-created in
./out/namespace/project/job-id
folder structure