This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch release-1.15 in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.15 by this push: new 3dad3a6d925 [FLINK-29161][tests] Fix the built docker image name 3dad3a6d925 is described below commit 3dad3a6d92525e3d034eb95274a7ec6f340e059f Author: huangxingbo <h...@apache.org> AuthorDate: Thu Sep 1 10:51:17 2022 +0800 [FLINK-29161][tests] Fix the built docker image name --- flink-end-to-end-tests/test-scripts/common_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-end-to-end-tests/test-scripts/common_docker.sh b/flink-end-to-end-tests/test-scripts/common_docker.sh index cd97d814196..d9c57331e4a 100644 --- a/flink-end-to-end-tests/test-scripts/common_docker.sh +++ b/flink-end-to-end-tests/test-scripts/common_docker.sh @@ -59,7 +59,7 @@ function build_image() { ./add-custom.sh -u ${file_server_address}:9999/flink.tgz -n ${image_name} -j ${java_version} echo "Building images" - run_with_timeout 600 docker build --no-cache --network="host" -t ${image_name} dev/${image_name}-debian + run_with_timeout 600 docker build --no-cache --network="host" -t ${image_name} dev/${image_name}-ubuntu local build_image_result=$? popd return $build_image_result