Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions containers/buildpack/utils/aws/ecr/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func extractRegionFromURL(url string) (string, error) {
regions := []string{
aws.RegionUsEast1,
aws.RegionApSouthEast2,
aws.RegionApSouthEast6,
}

for _, region := range regions {
Expand Down
3 changes: 3 additions & 0 deletions internal/aws/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ package aws
// RegionApSouthEast2 is an AWS region.
const RegionApSouthEast2 = "ap-southeast-2"

// RegionApSouthEast6 is an AWS region.
const RegionApSouthEast6 = "ap-southeast-6"

// RegionUsEast1 is an AWS region.
const RegionUsEast1 = "us-east-1"