kompose/script/test/fixtures/buildargs
Suraj Narwade ec5c4d8550 Adding save command to annotation
This command will add `kompose command` used to generate artifacts as well as `kompose version`,
for ex,

```
metadata:
    annotations:
      kompose.cmd: kompose convert -f /home/snarwade --stdout
      kompose.version: 1.0.0 (HEAD)
```

For functional test, Now each test has template like,

```
 "annotations": {
           "kompose.cmd": "%CMD%",
           "kompose.version": "%VERSION%"
```

Because, for every machine these values will be different.

Updated functional test with new annotations
2017-08-14 12:22:33 +05:30
..
build Add build_args support in buildconfig 2017-05-16 12:19:00 +05:30
docker-compose.yml Add build_args support in buildconfig 2017-05-16 12:19:00 +05:30
envs Add build_args support in buildconfig 2017-05-16 12:19:00 +05:30
output-os-template.json Adding save command to annotation 2017-08-14 12:22:33 +05:30
README.md Add build_args support in buildconfig 2017-05-16 12:19:00 +05:30

Docker Compose Buildargs

Usage

The simplest thing to do:

export $(cat envs)

To customize the values edit envs file.