-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathecr-buildspec.yml
47 lines (45 loc) · 1.01 KB
/
ecr-buildspec.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
version: 0.1
repository:
path: public.ecr.aws/aws-se/nlb-sidecar-for-ecs
about: !file README.md
usage: !file USAGE.md
image: !file sidecar.png
description: >
Daemon to be run in a SideCar that will monitor an AWS NLB for the target becoming "draining" and force a clean
exit of the main application.
content-types:
operating-systems:
- Linux
architectures:
- ARM 64
- x86-64
platforms:
- linux/amd64
- linux/arm64
semantic:
major: 1
minor: 1
images:
- dockerfile: AmazonLinux2.Dockerfile
tags:
- type: static
options:
static:
- latest
- amazonlinux2
- type: semantic
options:
exclude:
- MAJOR
- dockerfile: Alpine.Dockerfile
tags:
- type: static
options:
static:
- alpine
- type: semantic
options:
exclude:
- MAJOR
suffix:
- alpine