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

[9.99.x-prod][SRVLOGIC-219] - Update codebase to reflect OSL 1.32 images #13

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

ricardozanini
Copy link
Member

Description of the change:
In this PR, we do a small update to reflect the OSL 1.32 images. There's a small workaround in the version.go and services.go files to handle the Data Index ephemeral OSL image and to fallback to upstream.

Motivation for the change:
See https://issues.redhat.com/browse/SRVLOGIC-219

Checklist

  • Add or Modify a unit test for your change
  • Have you verified that tall the tests are passing?
How to backport a pull request to a different branch?

In order to automatically create a backporting pull request please add one or more labels having the following format backport-<branch-name>, where <branch-name> is the name of the branch where the pull request must be backported to (e.g., backport-7.67.x to backport the original PR to the 7.67.x branch).

NOTE: backporting is an action aiming to move a change (usually a commit) from a branch (usually the main one) to another one, which is generally referring to a still maintained release branch. Keeping it simple: it is about to move a specific change or a set of them from one branch to another.

Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.

If something goes wrong, the author will be notified and at this point a manual backporting is needed.

NOTE: this automated backporting is triggered whenever a pull request on main branch is labeled or closed, but both conditions must be satisfied to get the new PR created.

@ricardozanini ricardozanini changed the title [SRVLOGIC-219] - Update codebase to reflect OSL 1.32 images [9.99.x-prod][SRVLOGIC-219] - Update codebase to reflect OSL 1.32 images Feb 12, 2024
Signed-off-by: Ricardo Zanini <[email protected]>
@ricardozanini
Copy link
Member Author

Since we've changed the default images to RH, e2e is likely to fail since we don't have the images in the registry yet!

@rgdoliveira rgdoliveira merged commit da2f1bb into kiegroup:9.99.x-prod Feb 13, 2024
3 of 4 checks passed
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

FROM quay.io/kiegroup/kogito-swf-builder-nightly:latest AS builder
FROM registry.redhat.io/openshift-serverless-1-tech-preview/logic-rhel8-operator:1.32.0 AS builder

Choose a reason for hiding this comment

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

Here is changed builder image to operator image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants