github.com/docker/libcompose@v0.4.1-0.20210616120443-2a046c0bdbf2/config/testdata/build.v2.yml (about)

     1  version: "2"
     2  
     3  services:
     4    simple1:
     5      build: .
     6    simple2:
     7      build:
     8        context: ./dir
     9    simple3:
    10      build:
    11        context: ./another
    12        dockerfile: alternate
    13        args:
    14          buildno: 1
    15          user: vincent
    16    simple4:
    17      build:
    18        context: ./another
    19        args:
    20          buildno: 2
    21          user: josh