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
17 lines
499 B
Diff
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.
|
|
//
|