This is an automated email from the ASF dual-hosted git repository.
rmetzger pushed a commit to branch release-1.8
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/release-1.8 by this push:
new 569ed381 [FLINK-35593] Add Apache 2 License to docker image (#839)
569ed381 is described below
commit 569ed381d590d8c2533b39b685d6f90f8a568fcb
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 ac0ee06d..96463bbd 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