Skip to content

Commit

Permalink
Fix iceberg e2e image tag (#7189)
Browse files Browse the repository at this point in the history
  • Loading branch information
hailin0 committed Jul 13, 2024
1 parent aa26471 commit 37f2ee2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public class IcebergSourceIT extends TestSuiteBase implements TestResource {
Assertions.assertEquals(0, extraCommands.getExitCode());
};

private static final String MINIO_DOCKER_IMAGE = "minio/minio";
private static final String MINIO_DOCKER_IMAGE = "minio/minio:RELEASE.2024-06-13T22-53-53Z";
private static final String HOST = "minio";
private static final int MINIO_PORT = 9000;

Expand Down

0 comments on commit 37f2ee2

Please sign in to comment.