openshift / jenkins

Apache License 2.0
260 stars 446 forks source link

JKNS-384: Update Jenkins base images to RHEL9 #1769

Open avinal opened 3 months ago

avinal commented 3 months ago

Signed-off-by: Avinal Kumar avinal@redhat.com

openshift-ci-robot commented 3 months ago

@avinal: This pull request references JKNS-384 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.0" version, but no target version was set.

In response to [this](https://github.com/openshift/jenkins/pull/1769): >- update ubi7 to ubi9 > >Signed-off-by: Avinal Kumar > Instructions for interacting with me using PR comments are available [here](https://prow.ci.openshift.org/command-help?repo=openshift%2Fjenkins). If you have questions or suggestions related to my behavior, please file an issue against the [openshift-eng/jira-lifecycle-plugin](https://github.com/openshift-eng/jira-lifecycle-plugin/issues/new) repository.
openshift-ci[bot] commented 3 months ago

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[bot] commented 3 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: avinal Once this PR has been reviewed and has the lgtm label, please assign sayan-biswas for approval. For more information see the Kubernetes Code Review Process.

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

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/openshift/jenkins/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
avinal commented 3 months ago

/test all

avinal commented 3 months ago

I think the references to RHEL9 should be updated as well in this PR. Please let me know if that should be a different PR.

openshift-ci[bot] commented 3 months ago

@avinal: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-jenkins-sync-plugin 0bb5f51579ffb70450c83e022aa75f361b6128eb link true /test e2e-aws-jenkins-sync-plugin
ci/prow/e2e-aws-jenkins-client-plugin 0bb5f51579ffb70450c83e022aa75f361b6128eb link true /test e2e-aws-jenkins-client-plugin
ci/prow/security 0bb5f51579ffb70450c83e022aa75f361b6128eb link false /test security

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
adambkaplan commented 2 months ago

We should aim to use RHEL 9/UBI9 in as many spots as possible. Note that there is a lot in this repo that appears to be way out of date, and isn't used either in OpenShift CI or our downstream build systems.

One thing I'd advise is to copy the Dockerfile.rhel8 files to Dockerfile.rhel9, where you then update the base UBI images. That should help make the transition a bit smoother.

nixpanic commented 1 month ago

It seems this is related to #1766.