Closed
Description
I find the only way to pass Dockerfile build arguments is the --build
parameter in CLI. Could you support the args
keyword in build.yml
(refer to docker-compose-file/#args)?
For example,
build:
version: 2016-03-14 # version of the build schema.
steps:
builder:
name: builder
dockerfile: Dockerfile.builder
args:
host: 192.168.99.1
secrets: true
binding: 192.168.99.1