Skip to content

Conversation

@rnorth
Copy link
Member

@rnorth rnorth commented Mar 29, 2018

No description provided.

@rnorth rnorth requested a review from bsideup March 29, 2018 20:04
@rnorth rnorth requested a review from kiview as a code owner March 29, 2018 20:04
return new OracleContainer(OracleContainer.IMAGE + ":" + tag);

if (!tag.equalsIgnoreCase("latest")) {
throw new UnsupportedOperationException("Oracle database tag should be set in the configured image name");
Copy link
Member Author

Choose a reason for hiding this comment

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

It's a PITA to support setting the tag via the JDBC URL, and it wasn't usable previously anyway. This could be improved, but perhaps only if there is demand.

@@ -0,0 +1 @@
oracle.container.image=wnameless/oracle-xe-11g@sha256:15ff9ef50b4f90613c9780b589c57d98a8a9d496decec854316d96396ec5c085
Copy link
Member

Choose a reason for hiding this comment

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

this module has Oracle module as a dependency where the property is already set. Doesn't it work?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah no; both of these modules have the properties file in src/test/resources, so that bit of the classpath isn't shared.

@rnorth
Copy link
Member Author

rnorth commented Apr 4, 2018

@kiview do you want to add anything? Otherwise, let's merge 😄

Copy link
Member

@kiview kiview left a comment

Choose a reason for hiding this comment

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

Whoops sorry, LGTM.

@rnorth rnorth merged commit be3d206 into master Apr 7, 2018
@rnorth rnorth deleted the remove-hardcoded-oracle-image-name branch April 7, 2018 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants