Dockerspec Version
0.5.0
Ruby Version
2.3
Platform Details
macOS
$ docker --version
Docker version 17.09.0-ce, build afdb6d4
Scenario
How does one specify build ARGs that are required in the Dockerfile via the describe docker_build() method? I can't find any examples of passing ARG. Builds requiring passed in ARG values can not be tested as the arg won't have an appropriate value.
Dockerspec Version
0.5.0
Ruby Version
2.3
Platform Details
macOS
Scenario
How does one specify build ARGs that are required in the Dockerfile via the
describe docker_build()method? I can't find any examples of passing ARG. Builds requiring passed in ARG values can not be tested as the arg won't have an appropriate value.