NETOBSERV-2550 Use ubi-minimal#443
Conversation
| # 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 |
|
@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.