Add Ubuntu 20 support
This commit is contained in:
parent
dc71610429
commit
833b44f315
1 changed files with 107 additions and 3 deletions
|
|
@ -155,6 +155,18 @@ rBuildsBatchJobDefinitionUbuntu1804:
|
|||
JobRoleArn:
|
||||
"Fn::GetAtt": [ rBuildsEcsTaskIamRole, Arn ]
|
||||
Image: "#{AWS::AccountId}.dkr.ecr.#{AWS::Region}.amazonaws.com/r-builds:ubuntu-1804"
|
||||
rBuildsBatchJobDefinitionUbuntu2004:
|
||||
Type: AWS::Batch::JobDefinition
|
||||
Properties:
|
||||
Type: container
|
||||
ContainerProperties:
|
||||
Command:
|
||||
- ./build.sh
|
||||
Vcpus: 4
|
||||
Memory: 4096
|
||||
JobRoleArn:
|
||||
"Fn::GetAtt": [ rBuildsEcsTaskIamRole, Arn ]
|
||||
Image: "#{AWS::AccountId}.dkr.ecr.#{AWS::Region}.amazonaws.com/r-builds:ubuntu-2004"
|
||||
rBuildsBatchJobDefinitionDebian9:
|
||||
Type: AWS::Batch::JobDefinition
|
||||
Properties:
|
||||
|
|
|
|||
Loading…
Reference in a new issue