Skip to content
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

updating container image to be based off of ubi 9 #1014

Merged
merged 1 commit into from
Jun 20, 2023
Merged

updating container image to be based off of ubi 9 #1014

merged 1 commit into from
Jun 20, 2023

Conversation

acornett21
Copy link
Contributor

Motivation

Our last build from main was giving the below error at runtime

+ preflight check operator quay.io/acornett/simple-demo-operator-bundle:v0.0.6
preflight: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by preflight)
preflight: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by preflight)

We found that the golang builder image switch versions of glibc from our last release till when main was built yesterday.

Solution

  • Short term we will upgrade to UBI 9
  • Long term we will create a story to build preflight to not rely on glibc by default.

Signed-off-by: Adam D. Cornett <[email protected]>
@openshift-ci
Copy link

openshift-ci bot commented Jun 16, 2023

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci openshift-ci bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jun 16, 2023
Copy link
Contributor

@komish komish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 16, 2023
@acornett21
Copy link
Contributor Author

@acornett21
Copy link
Contributor Author

Copy link
Contributor

@bcrochet bcrochet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci
Copy link

openshift-ci bot commented Jun 16, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: acornett21, bcrochet, komish

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [acornett21,bcrochet,komish]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@acornett21 acornett21 marked this pull request as ready for review June 20, 2023 14:03
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 20, 2023
@openshift-ci openshift-ci bot requested review from bcrochet and jomkz June 20, 2023 14:04
@acornett21 acornett21 merged commit 335a100 into redhat-openshift-ecosystem:main Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants