File: docker_build_options.rst

package info (click to toggle)
python-briefcase 0.3.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,596 kB
  • sloc: python: 62,519; makefile: 60
file content (12 lines) | stat: -rw-r--r-- 581 bytes parent folder | download
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/reference/cli/docker/buildx/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.