github.com/MOXA-ISD/edge-library-libcompose@v0.4.1-0.20200417083957-c90441e63650/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