-
Notifications
You must be signed in to change notification settings - Fork 16
NETOBSERV-2550 Use ubi-minimal #443
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
Conversation
OlivierCazade
left a comment
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
| # Create final image from ubi + built binary and command | ||
| FROM registry.access.redhat.com/ubi9/ubi:9.7-1764794285 | ||
| # Create final image from ubi-minimal + built binary and command | ||
| FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1768783948 |
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.
so, that's all ?? 😄
|
@jpinsonneau about the yq download, is it something that the CLI does by itself? |
Yes it's a check at |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #443 +/- ##
=======================================
Coverage 12.95% 12.95%
=======================================
Files 19 19
Lines 2439 2439
=======================================
Hits 316 316
Misses 2099 2099
Partials 24 24
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
CLI integration tests passed. /label qe-approved |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Does the same change need to be done in |
That one is for upstream so it's not very important to use minimal there 😸 |
Description
copy bash & uname dependencies from ose-cli-> actually, it works even without thatTested locally with kind cluster:
👆 note the step where yq is missing and downloaded. We may want to include it too at some point.
Dependencies
n/a
Checklist
If you are not familiar with our processes or don't know what to answer in the list below, let us know in a comment: the maintainers will take care of that.