This is an automated email from the ASF dual-hosted git repository.

rmetzger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 5039e0c4 [FLINK-35593] Add Apache 2 License to docker image (#839)
5039e0c4 is described below

commit 5039e0c4785c4dece473904bf65f18525ca9dd39
Author: Anupam Aggarwal <[email protected]>
AuthorDate: Fri Jun 14 15:40:57 2024 +0530

    [FLINK-35593] Add Apache 2 License to docker image (#839)
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 7dc05a66..81e4e18e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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

Reply via email to