leonardBang commented on pull request #17676:
URL: https://github.com/apache/flink/pull/17676#issuecomment-976377046
@eskabetxe Could you try this?
```
private static final class OracleContainer extends
JdbcDatabaseContainer<OracleContainer> {
private static final String DEFAULT_TAG = "18.4.0-slim";
private static final String IMAGE = "gvenzl/oracle-xe";
private static final DockerImageName ORACLE_IMAGE =
DockerImageName.parse(IMAGE).withTag(DEFAULT_TAG);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]