Skip to content

Commit

Permalink
[FLINK-35593] Add Apache 2 License to docker image (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
anupamaggarwal committed Jun 14, 2024
1 parent d920a23 commit 5039e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ COPY --chown=flink:flink --from=build /app/flink-kubernetes-standalone/target/$K
COPY --chown=flink:flink --from=build /app/flink-kubernetes-operator/target/plugins $FLINK_HOME/plugins
COPY --chown=flink:flink --from=build /app/tools/license/licenses-output/NOTICE .
COPY --chown=flink:flink --from=build /app/tools/license/licenses-output/licenses ./licenses
COPY --chown=flink:flink --from=build /app/LICENSE ./LICENSE
COPY --chown=flink:flink docker-entrypoint.sh /

ARG SKIP_OS_UPDATE=true
Expand Down

0 comments on commit 5039e0c

Please sign in to comment.