Skip to content

Specify registry for nginx (#2321) #2338

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.20
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.

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 requested a review from a team as a code owner August 8, 2025 09:24
@Molter73 Molter73 added build-builder-image rebuild-test-container Rebuild the collector-tests container. labels Aug 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-builder-image rebuild-test-container Rebuild the collector-tests container.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants