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

Migrate hard coded images to Maven properties #1528

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

gtroitsk
Copy link
Member

@gtroitsk gtroitsk commented Nov 19, 2023

Summary

  • Migrate all hardcoded images with versions into BOM
  • Properties are now resolved by using ImageUtil from FW

Please select the relevant options.

  • Bug fix (non-breaking change which fixes an issue)
  • Dependency update
  • Refactoring
  • Backport
  • New scenario (non-breaking change which adds functionality)
  • This change requires a documentation update
  • This change requires execution against OCP (use run tests phrase in comment)

Checklist:

  • Methods and classes used in PR scenarios are meaningful
  • Commits are well encapsulated and follow the best practices

@gtroitsk gtroitsk changed the title Migrate hardcoded images Migrate hard coded images to Maven properties Nov 19, 2023
@rsvoboda
Copy link
Member

rsvoboda commented Dec 1, 2023

@michalvavrik could you take a look at this?

@michalvavrik
Copy link
Member

michalvavrik commented Dec 1, 2023

@rsvoboda I talked to @gtroitsk and suggested what he should do in FW first, before this (basically we agreed on moving utils class there as it becomes repeated pattern, please note there are other tests in TS already that do already same thing). now @gtroitsk need to make changes when he has assigned ticket

@gtroitsk gtroitsk force-pushed the migrate-hardcoded-images branch from 659cf7f to 032f852 Compare December 18, 2023 21:24
@gtroitsk gtroitsk marked this pull request as ready for review December 18, 2023 21:24
@gtroitsk
Copy link
Member Author

run tests

@michalvavrik
Copy link
Member

@gtroitsk 9 commits for this PR is bit excessive, please squash them

@@ -276,6 +281,7 @@
<infinispan.image>quay.io/infinispan/server:14.0</infinispan.image>
<infinispan.expected-log>Infinispan Server.*started in</infinispan.expected-log>
<spring.cloud.server.image>quay.io/quarkusqeteam/spring-cloud-config-server:3.0</spring.cloud.server.image>
<keycloak.image>quay.io/keycloak/keycloak:22.0.5</keycloak.image>
Copy link
Member

Choose a reason for hiding this comment

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

I'm afraid you should wait for #1581 to get in and then rebase, not sure whether 22.0.5 is going to be needed.

@gtroitsk gtroitsk force-pushed the migrate-hardcoded-images branch from ad4eb38 to 8cb13a5 Compare December 19, 2023 17:26
@gtroitsk
Copy link
Member Author

run tests

@gtroitsk
Copy link
Member Author

gtroitsk commented Dec 19, 2023

I think OC failures are unrelated

@michalvavrik michalvavrik merged commit 6026416 into quarkus-qe:main Dec 19, 2023
7 of 9 checks passed
@gtroitsk gtroitsk deleted the migrate-hardcoded-images branch December 19, 2023 21:16
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.

3 participants