Skip to content

Commit d9997ec

Browse files
authored
Merge pull request #349 from awszhen/aws/20.05.05
Update Linux standard images Dockerfile
2 parents eddcdca + 0299ce6 commit d9997ec

File tree

45 files changed

+2178
-2049
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2178
-2049
lines changed

al2/x86_64/standard/1.0/Dockerfile

Lines changed: 270 additions & 359 deletions
Large diffs are not rendered by default.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"Profile":{
3+
"ShareCreds" : true,
4+
"ShareProfile" : ""
5+
},
6+
"Mds": {
7+
"CommandWorkersLimit" : 5,
8+
"StopTimeoutMillis" : 20000,
9+
"Endpoint": "",
10+
"CommandRetryLimit": 15
11+
},
12+
"Ssm": {
13+
"Endpoint": "",
14+
"HealthFrequencyMinutes": 5,
15+
"CustomInventoryDefaultLocation" : "",
16+
"AssociationLogsRetentionDurationHours" : 24,
17+
"RunCommandLogsRetentionDurationHours" : 336,
18+
"SessionLogsRetentionDurationHours" : 336
19+
},
20+
"Mgs": {
21+
"Region": "",
22+
"Endpoint": "",
23+
"StopTimeoutMillis" : 20000,
24+
"SessionWorkersLimit" : 1000
25+
},
26+
"Agent": {
27+
"Region": "",
28+
"OrchestrationRootDir": "",
29+
"ContainerMode": true
30+
},
31+
"Os": {
32+
"Lang": "en-US",
33+
"Name": "",
34+
"Version": "1"
35+
},
36+
"S3": {
37+
"Endpoint": "",
38+
"Region": "",
39+
"LogBucket":"",
40+
"LogKey":""
41+
},
42+
"Kms": {
43+
"Endpoint": ""
44+
}
45+
}

al2/x86_64/standard/1.0/runtimes.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,37 +58,39 @@ runtimes:
5858
1.12:
5959
commands:
6060
- echo "Installing Go version 1.12 ..."
61-
- rm -rf /usr/local/go
62-
- ln -s /usr/local/go12 /usr/local/go
61+
- goenv global $GOLANG_12_VERSION
6362
1.13:
6463
commands:
6564
- echo "Installing Go version 1.13 ..."
65+
- goenv global $GOLANG_13_VERSION
6666
python:
6767
versions:
6868
3.7:
6969
commands:
7070
- echo "Installing Python version 3.7 ..."
71+
- pyenv global $PYTHON_37_VERSION
7172
php:
7273
versions:
7374
7.3:
7475
commands:
7576
- echo "Installing PHP version 7.3 ..."
77+
- phpenv global $PHP_73_VERSION
7678
ruby:
7779
versions:
7880
2.6:
7981
commands:
8082
- echo "Installing Ruby version 2.6 ..."
81-
- rbenv global 2.6.4
83+
- rbenv global $RUBY_26_VERSION
8284
nodejs:
8385
versions:
8486
10:
8587
commands:
8688
- echo "Installing Node.js version 10 ..."
87-
- n 10.16.3
89+
- n $NODE_10_VERSION
8890
8:
8991
commands:
9092
- echo "Installing Node.js version 8 ..."
91-
- n 8.16.0
93+
- n $NODE_8_VERSION
9294
docker:
9395
versions:
9496
18:
@@ -100,4 +102,3 @@ runtimes:
100102
commands:
101103
- echo "Installing .NET version 2.2 ..."
102104

103-

0 commit comments

Comments
 (0)