Yu Li created FLINK-18506: ----------------------------- Summary: The generated flink-docker file misses flink version in Tags Key: FLINK-18506 URL: https://issues.apache.org/jira/browse/FLINK-18506 Project: Flink Issue Type: Bug Components: Release System / Docker Reporter: Yu Li
Changes made in FLINK-17367 removed {{FLINK_VERSION}} from Dockerfile template, but the current [generate-stackbrew-library.sh|https://github.com/apache/flink-docker/blob/31794825ad02db8b0eb961372c74a309a4504bcd/generate-stackbrew-library.sh#L97] is still trying to parse `flink_version` from it, which will cause the generated `library/flink` file missing flink version in `Tags`. While we could manually work-around the problem, a fix in script is needed. -- This message was sent by Atlassian Jira (v8.3.4#803005)