-
Notifications
You must be signed in to change notification settings - Fork 122
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 micro-based httpd image for c8s, c9s and Fedora #138
Conversation
[test] |
1 similar comment
[test] |
c12f6f2
to
3a9d09c
Compare
[test] |
[test-all] |
0e3fcf6
to
f6b93a4
Compare
[test-all] |
[test-all] |
[test-all] |
2 similar comments
[test-all] |
[test-all] |
[test-all] |
[test-all] |
3 similar comments
[test-all] |
[test-all] |
[test-all] |
@@ -0,0 +1 @@ | |||
. |
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.
@phracek said in case of nginx-container that this kind of symlink breaks upstream->downstream. Not sure whether also in this case.
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.
What is the issue with this approach? Iirc cwt during syncs actually creates this symlink by default.
[test-all] |
1 similar comment
[test-all] |
De-duplication should be possible as I do not think I made that many changes from full 2.4, but will need some work. We can follow up in a separate PR. |
Centos7 CI failing due to unavailable "dnf-utils" which is an issue of the underlying infrastructure (there is no dnf in centos7). @phracek Can you take a look again if everything is ok and as expected with this PR now? |
[test-all] |
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.
Thanks for bringing httpd-micro container. Can you please look at my proposals and address them or comment on them? Thanks.
@@ -0,0 +1,21 @@ | |||
#!/bin/bash |
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.
Please create a symlink as @hhorak proposes. It makes sense to me as well.
After committing the suggestion I for some reason cannot reply on the rest of the comments :/ So adding the responses here:
Right I forgot about this. I will add some part that explains the differences.
As mentioned in a previous comment, I am planning to move to shared files in a separate PR, as I do not want to hold this up much longer. |
[test-all] |
Co-authored-by: Petr Hracek <phracek@redhat.com>
[test-all] |
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.
LGTM. Tests are passing. Let's get merge it and solve issues like common scripts by separate PR. Please create an issue for it, so we do not forget.
No description provided.