Update serverless.yml and docker-compose.yml for jammy
This commit is contained in:
parent
cb84021aad
commit
ac8d54d878
1 changed files with 14 additions and 1 deletions
|
|
@ -34,6 +34,17 @@ services:
|
|||
image: r-builds:ubuntu-2004
|
||||
volumes:
|
||||
- ./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:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue