This is an automated email from the ASF dual-hosted git repository. jiangmaolin pushed a commit to branch dev-5.5.1 in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
commit 1b3f98b8a17b85bced7750b65fb6e88b0844d695 Author: 孙念君 Nianjun Sun <[email protected]> AuthorDate: Wed Oct 30 07:44:21 2024 +0800 Refactor : refactor the honor branch test image name --- .../e2e/env/container/atomic/constants/ProxyContainerConstants.java | 2 +- test/e2e/fixture/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/constants/ProxyContainerConstants.java b/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/constants/ProxyContainerConstants.java index bdacbc23f42..3610f93812c 100644 --- a/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/constants/ProxyContainerConstants.java +++ b/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/constants/ProxyContainerConstants.java @@ -40,7 +40,7 @@ public final class ProxyContainerConstants { public static final String PROXY_CONTAINER_NAME_PREFIX = "ShardingSphere-Proxy"; - public static final String PROXY_CONTAINER_IMAGE = "apache/shardingsphere-proxy-test"; + public static final String PROXY_CONTAINER_IMAGE = "apache/shardingsphere-proxy-honor-test"; public static final String PROXY_CONTAINER_ABBREVIATION = "proxy"; } diff --git a/test/e2e/fixture/pom.xml b/test/e2e/fixture/pom.xml index 216f420ffd4..e50cd5c1436 100644 --- a/test/e2e/fixture/pom.xml +++ b/test/e2e/fixture/pom.xml @@ -155,7 +155,7 @@ <groupId>com.spotify</groupId> <artifactId>dockerfile-maven-plugin</artifactId> <configuration> - <repository>apache/shardingsphere-proxy-test</repository> + <repository>apache/shardingsphere-proxy-honor-test</repository> <tag>${project.version}</tag> <tag>latest</tag> <buildArgs>
