Skip to content

Commit 7be72f5

Browse files
codyrancherDenise
authored andcommitted
(backport) Add Cape Town (af-south-1) as a supported AWS region.
1 parent 02edf20 commit 7be72f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile.dapper

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RUN apt-get -qq update \
1010
&& DEBIAN_FRONTEND=noninteractive apt-get -qq install -y --no-install-recommends \
1111
git ca-certificates nodejs yarn \
1212
hicolor-icon-theme g++ google-chrome-stable \
13-
&& npm install -g yarn \
1413
&& update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10 \
1514
&& yarn config set cache-folder /var/cache/yarn \
1615
&& rm -rf /var/lib/apt/lists/*

lib/shared/addon/utils/amazon.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ export const INSTANCE_TYPES = [
444444
// These need to match the supported list in docker-machine:
445445
// https://github.com/docker/machine/blob/master/drivers/amazonec2/region.go
446446
export const REGIONS = [
447+
'af-south-1',
447448
'ap-northeast-1',
448449
'ap-northeast-2',
449450
'ap-southeast-1',

0 commit comments

Comments
 (0)