This commit is contained in:
Patrick Schratz 2024-06-05 14:32:08 +02:00
commit 6cd0047006
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -22,7 +22,7 @@ services:
dockerfile: Dockerfile.ubuntu-2204
image: r-builds:ubuntu-2204
volumes:
- ./integration/tmp:/tmp/output
- /tmp/ubuntu-2204:/tmp/output/ubuntu-2204
ubuntu-2404:
command: ./build.sh
environment:
@ -34,7 +34,7 @@ services:
dockerfile: Dockerfile.ubuntu-2404
image: r-builds:ubuntu-2404
volumes:
- ./integration/tmp:/tmp/output
- /tmp/ubuntu-2404:/tmp/output/ubuntu-2404
debian-10:
command: ./build.sh
environment:
@ -94,7 +94,7 @@ services:
dockerfile: Dockerfile.centos-8
image: r-builds:centos-8
volumes:
- ./integration/tmp:/tmp/output
- /tmp/centos-8:/tmp/output/centos-8
rhel-9:
command: ./build.sh
environment:
@ -106,7 +106,7 @@ services:
dockerfile: Dockerfile.rhel-9
image: r-builds:rhel-9
volumes:
- ./integration/tmp:/tmp/output
- /tmp/rhel-9:/tmp/output/rhel-9
opensuse-155:
command: ./build.sh
environment: