Update serverless.yml and docker-compose.yml for jammy
This commit is contained in:
parent
cb84021aad
commit
ac8d54d878
2 changed files with 14 additions and 1 deletions
|
|
@ -34,6 +34,17 @@ services:
|
||||||
image: r-builds:ubuntu-2004
|
image: r-builds:ubuntu-2004
|
||||||
volumes:
|
volumes:
|
||||||
- ./integration/tmp:/tmp/output
|
- ./integration/tmp:/tmp/output
|
||||||
|
ubuntu-2204:
|
||||||
|
command: ./build.sh
|
||||||
|
environment:
|
||||||
|
- R_VERSION=${R_VERSION}
|
||||||
|
- LOCAL_STORE=/tmp/output
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile.ubuntu-2204
|
||||||
|
image: r-builds:ubuntu-2204
|
||||||
|
volumes:
|
||||||
|
- ./integration/tmp:/tmp/output
|
||||||
debian-9:
|
debian-9:
|
||||||
command: ./build.sh
|
command: ./build.sh
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,8 @@ provider:
|
||||||
Ref: rBuildsBatchJobDefinitionUbuntu1804
|
Ref: rBuildsBatchJobDefinitionUbuntu1804
|
||||||
JOB_DEFINITION_ARN_ubuntu_2004:
|
JOB_DEFINITION_ARN_ubuntu_2004:
|
||||||
Ref: rBuildsBatchJobDefinitionUbuntu2004
|
Ref: rBuildsBatchJobDefinitionUbuntu2004
|
||||||
|
JOB_DEFINITION_ARN_ubuntu_2204:
|
||||||
|
Ref: rBuildsBatchJobDefinitionUbuntu2204
|
||||||
JOB_DEFINITION_ARN_debian_9:
|
JOB_DEFINITION_ARN_debian_9:
|
||||||
Ref: rBuildsBatchJobDefinitionDebian9
|
Ref: rBuildsBatchJobDefinitionDebian9
|
||||||
JOB_DEFINITION_ARN_debian_10:
|
JOB_DEFINITION_ARN_debian_10:
|
||||||
|
|
@ -57,7 +59,7 @@ provider:
|
||||||
Ref: rBuildsBatchJobDefinitionOpensuse152
|
Ref: rBuildsBatchJobDefinitionOpensuse152
|
||||||
JOB_DEFINITION_ARN_opensuse_153:
|
JOB_DEFINITION_ARN_opensuse_153:
|
||||||
Ref: rBuildsBatchJobDefinitionOpensuse153
|
Ref: rBuildsBatchJobDefinitionOpensuse153
|
||||||
SUPPORTED_PLATFORMS: ubuntu-1604,ubuntu-1804,ubuntu-2004,debian-9,debian-10,centos-7,centos-8,opensuse-42,opensuse-15,opensuse-152,opensuse-153
|
SUPPORTED_PLATFORMS: ubuntu-1604,ubuntu-1804,ubuntu-2004,ubuntu-2204,debian-9,debian-10,centos-7,centos-8,opensuse-42,opensuse-15,opensuse-152,opensuse-153
|
||||||
|
|
||||||
functions:
|
functions:
|
||||||
queueBuilds:
|
queueBuilds:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue