Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[E2E] Fix iceberg e2e image tag #7189

Merged
merged 1 commit into from
Jul 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading