aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/docker/docker-compose.yml
blob: 552fadb38e22eb192e3cfd75cc592aa6a30f905b (plain) (blame)
1
2
3
4
5
6
7
8
version: '3'
services:
  test:
    build:
      context: ../..
      dockerfile: test/docker/Dockerfile
      args:
        DISTRO: "${DISTRO:-xenial}"