Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding extra requirements for build and runtime of the PROD image. #16170

Merged
merged 1 commit into from Jun 1, 2021

Commits on Jun 1, 2021

  1. Adding extra requirements for build and runtime of the PROD image.

    This PR adds capability of adding extra requirements to PROD image:
    
    1) During the build by placing requirements.txt in the
       ``docker-context-files`` folder
    
    2) During execution of the container - by passing
       _PIP_ADDITIONAL_REQUIREMENTS variable
    
    The second case is only useful durint quick test/development and
    should not be used in production.
    
    Also updated documentation to contain all development/test
    variables for docker compose and clarifying that the options
    starting with _ are ment to be only used for quick testing.
    potiuk committed Jun 1, 2021
    Copy the full SHA
    150a48d View commit details
    Browse the repository at this point in the history