aboutsummaryrefslogtreecommitdiff
path: root/profiles/alpine-amis.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/alpine-amis.yaml')
-rw-r--r--profiles/alpine-amis.yaml48
1 files changed, 48 insertions, 0 deletions
diff --git a/profiles/alpine-amis.yaml b/profiles/alpine-amis.yaml
new file mode 100644
index 0000000..119601f
--- /dev/null
+++ b/profiles/alpine-amis.yaml
@@ -0,0 +1,48 @@
1### Profile for Building the Publically-Available Alpine Linux AMIs
2
3# Profile overrides
4alpine-amis: &alpine-amis
5 revision: '1'
6 build_region: us-west-2
7 build_subnet: subnet-b80c36e2
8 ami_access:
9 - all
10 ami_regions:
11 - ap-northeast-1
12 - ap-northeast-2
13# - ap-northeast-3 # skipped, available by subscription only
14 - ap-southeast-1
15 - ap-southeast-2
16 - ap-south-1
17 - ca-central-1
18 - eu-central-1
19 - eu-north-1
20 - eu-west-1
21 - eu-west-2
22 - eu-west-3
23 - sa-east-1
24 - us-east-1
25 - us-east-2
26 - us-west-1
27 - us-west-2
28
29# Build definitions
30builds:
31 current-x86_64:
32 <<: *_base-current
33 <<: *_version-current
34 <<: *_x86_64-current
35 <<: *alpine-amis
36 repos:
37 <<: *_base-current-repos
38 <<: *_version-current-repos
39 <<: *_x86_64-current-repos
40 pkgs:
41 <<: *_base-current-pkgs
42 <<: *_version-current-pkgs
43 <<: *_x86_64-current-pkgs
44 svcs:
45 <<: *_base-current-svcs
46 <<: *_version-current-svcs
47 <<: *_x86_64-current-svcs
48