File: docker_build_options.rst

package info (click to toggle)
python-briefcase 0.3.22-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,300 kB
  • sloc: python: 59,405; makefile: 57
file content (12 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
``--Xdocker-build=<value>``
~~~~~~~~~~~~~~~~~~~~~~~~~~~

A configuration argument to be passed to the Docker build command for the app
image. For example, to provide an additional build argument to the Dockerfile,
specify ``--Xdocker-build=--build-arg=ARG=value``. See `the Docker build
documentation
<https://docs.docker.com/engine/reference/commandline/image_build/#options>`__
for details on the full list of options that can be provided.

You may specify multiple ``--Xdocker-build`` arguments; each one specifies a
single argument to pass to Docker, in the order they are specified.