Skip to content

Commit

Permalink
[FLINK-29161][tests] Fix the built docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangXingBo authored and zentol committed Sep 1, 2022
1 parent 2fa5749 commit d9ac4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-end-to-end-tests/test-scripts/common_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function build_image() {
./add-custom.sh -u ${file_server_address}:9999/flink.tgz -n ${image_name}

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
Expand Down

0 comments on commit d9ac4c7

Please sign in to comment.