1 { lib, fetchFromGitHub, buildGoModule }:
4 pname = "amazon-ecs-agent";
7 src = fetchFromGitHub {
11 hash = "sha256-ljTMfucHdcfDrpKKVguFlCM6S4ezBzM67C8SBdulYdY=";
18 excludedPackages = [ "./version/gen" ];
20 ldflags = [ "-s" "-w" ];
23 description = "Agent that runs on AWS EC2 container instances and starts containers on behalf of Amazon ECS";
24 homepage = "https://github.com/aws/amazon-ecs-agent";
25 changelog = "https://github.com/aws/amazon-ecs-agent/raw/v${version}/CHANGELOG.md";
26 license = licenses.asl20;
27 platforms = platforms.linux;
28 maintainers = with maintainers; [ copumpkin ];
29 mainProgram = "agent";