kompose/script/test/fixtures/buildargs
Charlie Drage e2f9084003 Adds both build and push support
This adds support for building and pushing docker containers
when you perform either `kompose convert` or `kompose up`.

Docker Compose files who have build parameters with their respective
image and build keys will automatically be both built and pushed.
2017-06-14 10:19:12 -04:00
..
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 Adds both build and push support 2017-06-14 10:19:12 -04:00
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.