Skip to content

Commit

Permalink
Merge pull request #39 from duplocloud/enable_uae
Browse files Browse the repository at this point in the history
DUPLO-15158: Enable me-central-1 region for Duplo Docker builds
  • Loading branch information
zafarabbas authored Feb 16, 2024
2 parents 865e34d + 2ea4e50 commit ddad89c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2024-02-16

### Added
- Enabled support for the "me-central-1" AWS region in the Packer configuration, allowing the creation of AMIs in the Middle East (Bahrain) region.

## 2024-02-07

### Added
Expand Down
3 changes: 2 additions & 1 deletion packer/aws.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ locals {
"sa-east-1",
"ca-central-1",
"ap-southeast-1",
"ap-southeast-2"
"ap-southeast-2",
"me-central-1"
]
}

Expand Down
1 change: 1 addition & 0 deletions packer/gen-native-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ $nicename images:"
s/us-gov-east-1/UsGovEast1/g
s/ap-southeast-1/Singapore/g
s/ap-southeast-2/Sydney/g
s/me-central-1/UAE/g
')"

case "$name" in
Expand Down

0 comments on commit ddad89c

Please sign in to comment.