-
Notifications
You must be signed in to change notification settings - Fork 197
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 support for Testing nginx-1.26 in CentOS Stream 10 #315
Conversation
Signed-off-by: Petr "Stone" Hracek <[email protected]>
Update Dockerfile.fedora against Dockerfile.c10s so that they are a bit more closer Signed-off-by: Petr "Stone" Hracek <[email protected]>
Signed-off-by: Petr "Stone" Hracek <[email protected]>
Signed-off-by: Petr "Stone" Hracek <[email protected]>
[test] |
Pull Request validationSuccess🟢 CI - All checks have passed Auto MergeSuccess🟢 Pull Request is not marked as draft and it's not blocked by |
Differences between Dockerfiles. Diff between 1.26/Dockerfile.fedora and 1.26/Dockerfile.c10s:
Diff between 1.26/Dockerfile.c9s and 1.26/Dockerfile.c10s:
Diff between 1.26/Dockerfile.rhel9 and 1.26/Dockerfile.c10s:
|
Test passed locally for C10S:
|
io.openshift.tags="builder,${NAME},${NAME}${NGINX_SHORT_VER}" \ | ||
com.redhat.component="${NAME}" \ | ||
io.openshift.tags="builder,${NAME},${NAME}-${NGINX_SHORT_VER}" \ | ||
com.redhat.component="${NAME}-${NGINX_SHORT_VER}" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intended to differ from the C10S entry?
com.redhat.component="${NAME}-${NGINX_SHORT_VER}-container" \
vs
com.redhat.component="${NAME}-${NGINX_SHORT_VER}" \
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All look good to me.
This pull request contains three updates.