This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 19ca961d0a [test-util] Drop dead cache_docker_images.sh ref in
DockerImageVersions (#8685)
19ca961d0a is described below
commit 19ca961d0aaf95d5f5a1a1838654cbbf6ba51651
Author: Eunbin Son <[email protected]>
AuthorDate: Thu Jul 16 14:11:37 2026 +0900
[test-util] Drop dead cache_docker_images.sh ref in DockerImageVersions
(#8685)
---
.../java/org/apache/paimon/testutils/junit/DockerImageVersions.java | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git
a/paimon-test-utils/src/main/java/org/apache/paimon/testutils/junit/DockerImageVersions.java
b/paimon-test-utils/src/main/java/org/apache/paimon/testutils/junit/DockerImageVersions.java
index 5fb8fb1bb4..56be88d2cf 100644
---
a/paimon-test-utils/src/main/java/org/apache/paimon/testutils/junit/DockerImageVersions.java
+++
b/paimon-test-utils/src/main/java/org/apache/paimon/testutils/junit/DockerImageVersions.java
@@ -20,11 +20,7 @@ package org.apache.paimon.testutils.junit;
/**
* Utility class for defining the image names and versions of Docker
containers used during the Java
- * tests. The names/versions are centralised here in order to make testing
version updates easier,
- * as well as to provide a central file to use as a key when caching testing
Docker files.
- *
- * <p>In order for an image to be cached it must be added to {@code
- * cache_docker_images.sh#DOCKER_IMAGE_CACHE_PATTERN}.
+ * tests. The names/versions are centralised here in order to make testing
version updates easier.
*/
public class DockerImageVersions {