We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec7813 commit c8781f4Copy full SHA for c8781f4
dockerfiles/README.rst
@@ -22,7 +22,7 @@ Example showing how to build labgrid-client image:
22
23
.. code-block:: bash
24
25
- $ docker build --target labgrid-client -t docker.io/labgrid/client -f dockerfiles/Dockerfile .
+ $ docker build --build-arg VERSION="$(python -m setuptools_scm)" --target labgrid-client -t docker.io/labgrid/client -f dockerfiles/Dockerfile .
26
27
Using `BuildKit <https://docs.docker.com/develop/develop-images/build_enhancements/>`_
28
is recommended to reduce build times.
0 commit comments