Skip to content

Specify registry for nginx (#2321) #2336

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

Open
wants to merge 1 commit into
base: release-3.22
Choose a base branch
from

Conversation

erthalion
Copy link
Contributor

Description

Currently no registry is set for nginx, with leads to a few issues:

  • It's being pulled from docker.io and sometimes bails out due to rate limiting.

  • With podman it can cause an issue with short-name resolution:

    short-name resolution enforced but cannot prompt without a TTY
    

Promote nginx from a non_qa to qa image.

Checklist

  • Investigated and inspected CI test results
  • Updated documentation accordingly

Automated testing

  • Added unit tests
  • Added integration tests
  • Added regression tests

If any of these don't apply, please comment below.

@erthalion erthalion requested a review from a team as a code owner August 8, 2025 08:49
@codecov-commenter
Copy link

codecov-commenter commented Aug 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 28.83%. Comparing base (04d0484) to head (0edbb3f).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@              Coverage Diff              @@
##           release-3.22    #2336   +/-   ##
=============================================
  Coverage         28.83%   28.83%           
=============================================
  Files                96       96           
  Lines              5799     5799           
  Branches           2551     2551           
=============================================
  Hits               1672     1672           
  Misses             3408     3408           
  Partials            719      719           
Flag Coverage Δ
collector-unit-tests 28.83% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Currently no registry is set for nginx, with leads to a few issues:

* It's being pulled from docker.io and sometimes bails out due to rate
  limiting.
* With podman it can cause an issue with short-name resolution:

    ```
    short-name resolution enforced but cannot prompt without a TTY
    ```

Promote nginx from a non_qa to qa image.
@erthalion erthalion force-pushed the fix/nginx-release-3.22 branch from b2f6522 to 0edbb3f Compare August 8, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants