Mercurial > p > roundup > code
view doc/index.txt @ 7042:031cdb92fa1d
Replace hardcoded python version with ARG variable
The Dockerfile had a hardcoded Python version in install paths and COPY
command in the second stage build.
Replace that with a hardcoded ARG pythonversion. Add RUN command to
verify pythonversion against the actual version installed in the
docker image.
If they do not match generate an appropriate --build-arg for the
docker build command that will match the docker image version.
Document the use of the variable and why it's needed in
installation.txt. Also fix typos referencing --build-args and bad
values for the arguments.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 07 Nov 2022 00:45:53 -0500 |
| parents | e7b4ad2c57ac |
| children | 1836e0ef7751 |
line wrap: on
line source
.. meta:: :description: Table of contents for documentation on the Roundup Issue Tracker. ======================================================= Roundup: an Issue-Tracking System for Knowledge Workers ======================================================= For how to contact the community see https://www.roundup-tracker.org . Contents ======== .. toctree:: :maxdepth: 2 features installation upgrading FAQ user_guide customizing admin_guide debugging xmlrpc rest overview Design (original) <design> developers tracker_templates Notes about the MySQL Database backend <mysql> Notes about the PostgreSQL Database backend <postgresql> glossary acknowledgements Richard Jones implementation notes <implementation> license See: https://wiki.roundup-tracker.org/ReleaseErrata for fixes to documentation. Indices ======= * :ref:`genindex`
