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

Avoid unnecessary build of NGF #1681

Merged
merged 3 commits into from
Mar 13, 2024

Commits on Mar 13, 2024

  1. Avoid unnecessary build of NGF

    Problem:
    When building an NGF image, building NGF binary will always happen,
    even if it's not needed (Docker build target is not local)
    
    Solution:
    Fix it by adding a stage for a container that holds CA certs.
    
    Introduced in 799ea76
    
    Closes nginxinc#1680
    pleshakov committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b128439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1569c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca62913 View commit details
    Browse the repository at this point in the history