Skip to content

Commit

Permalink
Update docker-image version to 104
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Nov 23, 2024
1 parent 5b7e17a commit 6d02dad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected QueryRunner createQueryRunner()
.addIcebergProperty("iceberg.security", "read_only")
.addIcebergProperty("iceberg.catalog.type", "rest")
.addIcebergProperty("iceberg.rest-catalog.uri", unityCatalog.uri() + "/iceberg")
.addIcebergProperty("iceberg.rest-catalog.parent-namespace", "unity")
.addIcebergProperty("iceberg.rest-catalog.warehouse", "unity")
.addIcebergProperty("iceberg.register-table-procedure.enabled", "true")
.disableSchemaInitializer()
.build();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public TestingPolarisCatalog(String warehouseLocation)
polarisCatalog.addExposedPort(POLARIS_PORT);
polarisCatalog.withFileSystemBind(warehouseLocation, warehouseLocation, BindMode.READ_WRITE);
polarisCatalog.waitingFor(new LogMessageWaitStrategy().withRegEx(".*o.eclipse.jetty.server.Server: Started.*"));
polarisCatalog.withCommand("java", "-jar", "polaris-service/build/libs/polaris-service-999-SNAPSHOT.jar", "server", "polaris-server.yml");
polarisCatalog.start();

clientId = findClientId();
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<dep.aws-sdk.version>1.12.778</dep.aws-sdk.version>
<dep.cassandra.version>4.17.0</dep.cassandra.version>
<dep.confluent.version>7.7.1</dep.confluent.version>
<dep.docker.images.version>102</dep.docker.images.version>
<dep.docker.images.version>104</dep.docker.images.version>
<dep.drift.version>1.22</dep.drift.version>
<dep.flyway.version>10.21.0</dep.flyway.version>
<dep.frontend-maven-plugin.version>1.15.1</dep.frontend-maven-plugin.version>
Expand Down

0 comments on commit 6d02dad

Please sign in to comment.