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

Fix tags for Java stack images #183

Merged
merged 6 commits into from
Jun 15, 2023

Conversation

thepetk
Copy link
Contributor

@thepetk thepetk commented May 9, 2023

What does this PR do?:

It specifies the tags for 3 different stacks:

  • java-maven (from registry.access.redhat.com/ubi8/openjdk-11:latest to registry.access.redhat.com/ubi8/openjdk-11:1.15)
  • java-quarkus (from registry.access.redhat.com/ubi8/openjdk-17:latest to registry.access.redhat.com/ubi8/openjdk-17:1.15)
  • java-springboot (from registry.access.redhat.com/ubi8/openjdk-11:latest to registry.access.redhat.com/ubi8/openjdk-11:1.15)

Which issue(s) this PR fixes:

Fixes devfile/api#849

PR acceptance criteria:

  • Contributing guide
    Have you read the devfile registry contributing guide and followed its instructions?
  • Test automation
    Does this repository's tests pass with your changes?
  • Documentation
    Does any documentation need to be updated with your changes?
  • Check Tools Provider
    Have you tested the changes with existing tools, i.e. Odo, Che, Console? (See devfile registry contributing guide on how to test changes)

How to test changes / Special notes to the reviewer:

I've tested all updates locally with odo init and odo dev in order to ensure that they are running correctly with the specified tag.

thepetk added 3 commits May 9, 2023 14:12
Signed-off-by: thepetk <thepetk@gmail.com>
Signed-off-by: thepetk <thepetk@gmail.com>
Signed-off-by: thepetk <thepetk@gmail.com>
@thepetk thepetk self-assigned this May 9, 2023
@openshift-ci openshift-ci bot requested review from kadel and maxandersen May 9, 2023 14:13
@thepetk
Copy link
Contributor Author

thepetk commented May 9, 2023

Note, inside the issue we have pointed out the vert.x image that needs update. I see that is using the next tag. IDK if this has to be updated to.

Signed-off-by: thepetk <thepetk@gmail.com>
Copy link
Member

@michael-valdron michael-valdron left a comment

Choose a reason for hiding this comment

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

Note, inside the issue we have pointed out the vert.x image that needs update. I see that is using the next tag. IDK if this has to be updated to.

Based on devfile/api#849 (comment) and the age of the image tag compared to this comment I would say yes. I might bring up a topic of discussion as to why this image being used is very old and if there is a reason for it.

Use to latest fixed version for now, 7.37.2 looks like.

@thepetk
Copy link
Contributor Author

thepetk commented May 11, 2023

Thanks @michael-valdron :) A question that I have regarding the changes we make is if we should define a process (if we haven't yet) of monitoring to our stack images tags, in order to ensure that they are always updated.

Signed-off-by: thepetk <thepetk@gmail.com>
@thepetk thepetk requested a review from michael-valdron May 11, 2023 09:32
@thepetk
Copy link
Contributor Author

thepetk commented May 15, 2023

Most probably the tests are failing because of devfile/api#1115

@michael-valdron
Copy link
Member

/retest

Copy link
Member

@michael-valdron michael-valdron left a comment

Choose a reason for hiding this comment

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

/lgtm

Validate stacks are be failing due to: devfile/api#1115

Will approve once this issue is resolved.

@openshift-ci openshift-ci bot added the lgtm Looks good to me label May 31, 2023
@thepetk
Copy link
Contributor Author

thepetk commented Jun 14, 2023

/retest

@thepetk thepetk requested a review from michael-valdron June 14, 2023 15:11
Signed-off-by: thepetk <thepetk@gmail.com>
@openshift-ci openshift-ci bot added approved and removed lgtm Looks good to me labels Jun 14, 2023
@thepetk thepetk removed the approved label Jun 14, 2023
@thepetk thepetk changed the title Feature/java stacks update tags Fix tags for Java stack images Jun 14, 2023
Copy link
Member

@michael-valdron michael-valdron 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 Looks good to me label Jun 14, 2023
@openshift-ci
Copy link

openshift-ci bot commented Jun 14, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: michael-valdron, thepetk

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:

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

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

Successfully merging this pull request may close these issues.

Update stacks that reference images with the latest tag
2 participants