Skip to content

Commit

Permalink
Use fast startup oracle container
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Nov 8, 2023
1 parent 905dc5f commit 8b278e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public final class IntegrationTestConstants {
public static final String VIRTUAL_SCHEMAS_JAR_NAME_AND_VERSION = "virtual-schema-dist-11.0.2-oracle-2.4.3.jar";
public static final String ORACLE_CONTAINER_NAME = "gvenzl/oracle-xe:21.3.0";
public static final String ORACLE_CONTAINER_NAME = "gvenzl/oracle-xe:21.3.0-slim-faststart";
public static final String SCHEMA_EXASOL = "SCHEMA_EXASOL";
public static final String TABLE_JOIN_1 = "TABLE_JOIN_1";
public static final String TABLE_JOIN_2 = "TABLE_JOIN_2";
Expand Down

0 comments on commit 8b278e8

Please sign in to comment.