Skip to content

Commit

Permalink
[FLINK-36181] Build Dockerfiles with Java 17 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser committed Jan 5, 2025
1 parent 5e892e6 commit 1388f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flink-end-to-end-tests/test-scripts/common_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ function build_image() {
start_file_server
local server_pid=$!

echo "Preparing Dockeriles"
echo "Preparing Dockerfiles"
retry_times_with_exponential_backoff 5 git clone https://github.com/apache/flink-docker.git --branch dev-master --single-branch

local java_version=11
local java_version=17
if [[ ${PROFILE} == *"jdk17"* ]]; then
java_version=17
fi
Expand Down

0 comments on commit 1388f1d

Please sign in to comment.