Skip to content

Commit 5039e0c

Browse files
[FLINK-35593] Add Apache 2 License to docker image (#839)
1 parent d920a23 commit 5039e0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ COPY --chown=flink:flink --from=build /app/flink-kubernetes-standalone/target/$K
5656
COPY --chown=flink:flink --from=build /app/flink-kubernetes-operator/target/plugins $FLINK_HOME/plugins
5757
COPY --chown=flink:flink --from=build /app/tools/license/licenses-output/NOTICE .
5858
COPY --chown=flink:flink --from=build /app/tools/license/licenses-output/licenses ./licenses
59+
COPY --chown=flink:flink --from=build /app/LICENSE ./LICENSE
5960
COPY --chown=flink:flink docker-entrypoint.sh /
6061

6162
ARG SKIP_OS_UPDATE=true

0 commit comments

Comments
 (0)