17
0
Files
amazon-ecs-init/use-agent-container-built-in-certs.patch
Robert Schweikert db0b5aa555 - Add use-agent-container-built-in-certs.patch to use the built in certs from
the downloaded agent container
- Update amazon-ecs.service to consider the proper environment files
- Set the cache state to ensure the latest agent container gets pulled

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/amazon-ecs-init?expand=0&rev=39
2021-05-26 11:34:43 +00:00

17 lines
499 B
Diff

--- ecs-init/config/config_generic_rpm.go.orig
+++ ecs-init/config/config_generic_rpm.go
@@ -1,4 +1,4 @@
-// +build generic_rpm
+// +build generic_rpm suse
// Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
--- ecs-init/config/config_suse_ubuntu_debian.go.orig
+++ ecs-init/config/config_suse_ubuntu_debian.go
@@ -1,4 +1,4 @@
-// +build suse ubuntu debian
+// +build ubuntu debian
// Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//