ci: return bundle build to ubi9, remove golang builder use#13218
ci: return bundle build to ubi9, remove golang builder use#13218
Conversation
|
Skipping CI for Draft Pull Request. |
|
Images are ready for the commit at d46fda9. To use with deploy scripts, first |
|
I'm not sure how to test these images in the e2e CI. I looked at another PR and I do not see e2e runs with konflux images. |
|
/test all |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #13218 +/- ##
==========================================
- Coverage 48.50% 48.50% -0.01%
==========================================
Files 2468 2468
Lines 177995 177995
==========================================
- Hits 86334 86329 -5
- Misses 84729 84733 +4
- Partials 6932 6933 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Obsolete with #13209. |
Description
note: Change requested only to simplify the image build: remove build layer and GOFLAGS variable. Not fixing anything in the created image.
For
operator/konflux.bundle.Dockerfile,openshift-golang-builder).The
openshift-golang-builderwas added because the ubi9 image did not have golang 1.22 required for building the operator-sdk: #12687The operator-sdk compilation was removed from the bundle build in https://github.com/stackrox/stackrox/pull/12797/files#diff-a0bd03066e74bedcc5176486cfb75755731e939937c28281f6dc3cbc7a470953L26
Testing and quality
How I validated my change
Initially proposed adding the CGO_ENABLED flag to make sure built golang binaries would be FIPS compliant, but I found no golang binaries built by it: #12962