Use ubi10-micro as a base image - #13056
Conversation
Signed-off-by: Jakub Stejskal <[email protected]>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #13056 +/- ##
=========================================
Coverage 80.33% 80.33%
- Complexity 6520 6523 +3
=========================================
Files 343 343
Lines 22695 22695
Branches 3079 3079
=========================================
Hits 18232 18232
+ Misses 3250 3249 -1
- Partials 1213 1214 +1 🚀 New features to boost your workflow:
|
|
/gha run pipeline=regression,upgrade kubeVersion=kindest/node:v1.30.13@sha256:397209b3d947d154f6641f2d0ce8d473732bd91c87d9575ade99049aa33cd648 |
|
⏳ System test verification started: link The following 10 job(s) will be executed:
Tests will start after successful build completion. |
|
Also IPv6/Dual stack would be worth check? |
|
🎉 System test verification passed: link |
|
/gha run pipeline=regression,upgrade kubeVersion=kindest/node:v1.31.14@sha256:6f86cf509dbb42767b6e79debc3f2c32e4ee01386f0489b3b2be24b0a55aac2b |
|
⏳ System test verification started: link The following 10 job(s) will be executed:
Tests will start after successful build completion. |
|
/gha run pipeline=regression,upgrade kubeVersion=kindest/node:v1.32.11@sha256:5fc52d52a7b9574015299724bd68f183702956aa4a2116ae75a63cb574b35af8 |
|
⏳ System test verification started: link The following 10 job(s) will be executed:
Tests will start after successful build completion. |
|
/gha run pipeline=regression,upgrade kubeVersion=kindest/node:v1.33.12@sha256:3f5c8443c620245e4d355cfe09e96a91ead32ceaa569d3f1ca9edf0cb2fe2ff4 |
|
⏳ System test verification started: link The following 10 job(s) will be executed:
Tests will start after successful build completion. |
|
🎉 System test verification passed: link |
|
🎉 System test verification passed: link |
|
🎉 System test verification passed: link |
|
/gha run pipeline=regression,upgrade kubeVersion=kindest/node:v1.34.8@sha256:02722c2dedddcfc00febf5d27fbeb9b7b2c14294c82109ff4a85d89ac9ba3256 |
|
⏳ System test verification started: link The following 10 job(s) will be executed:
Tests will start after successful build completion. |
|
/gha run pipeline=regression,upgrade kubeVersion=kindest/node:v1.35.5@sha256:ce977ae6d65918d0b58a5f8b5e940429c2ce42fa3a5619ec2bbc60b949c0ac95 |
|
⏳ System test verification started: link The following 10 job(s) will be executed:
Tests will start after successful build completion. |
|
/gha run pipeline=regression,upgrade kubeVersion=kindest/node:v1.36.1@sha256:3489c7674813ba5d8b1a9977baea8a6e553784dab7b84759d1014dbd78f7ebd5 |
|
⏳ System test verification started: link The following 10 job(s) will be executed:
Tests will start after successful build completion. |
|
🎉 System test verification passed: link |
|
🎉 System test verification passed: link |
|
🎉 System test verification passed: link |
| ##### | ||
| # Get Tini | ||
| ##### | ||
| ENV TINI_VERSION=v0.19.0 |
There was a problem hiding this comment.
Would it make sense to download tini directly to /mnt/rootfs and then copy it with it?
| java-${JAVA_VERSION}-openjdk-headless \ | ||
| openssl \ | ||
| bash \ | ||
| tzdata \ |
There was a problem hiding this comment.
Here and in the other dockerfiles ... can you keep the comments what is needed why?
| ARG TARGETOS | ||
| ARG TARGETARCH |
scholzj
left a comment
There was a problem hiding this comment.
FYI: CHANGELOG.md record would be nice for this 😉
I plan to add it within the followup commit when I fill incorporate your suggestions from review. |
Type of change
Description
This PR implements https://github.com/strimzi/proposals/blob/main/152-use-ubi10-as-base-image.md for current repo.
The following table shows testing results (✅/❌/❔):
Checklist
TODO - change the checklist once testing is done