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

add env vars declarations and comments for Image Registry user/pw #93

Merged
merged 2 commits into from
Nov 26, 2024

Commits on Nov 25, 2024

  1. add env vars declarations for image Registry

    Users can set IMAGE_REGISTRY_USER and IMAGE_REGISTRY_PASSWORD, for any registry For compatibility user can set the QUAY,NEXUS,ARTIFACTORY versions to detect.
    QE can set all three and detect which one to use in test.
    Note, for Jenkins as a global var,using IMAGE_REGISTRY_USER means means the pipelines can only use one registry.
    Gitlab injects all variables so define IMAGE_REGISTRY_USER and PASSWORD  or leave it as the QUAY,NEXUS,ARTIFACTORY and it will work.
    Github uses the IMAGE_REGISTRY_USER and PASSWORD
    jduimovich committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8209ea1 View commit details
    Browse the repository at this point in the history
  2. formatting

    jduimovich committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e85d29c View commit details
    Browse the repository at this point in the history