We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d920a23 commit 5039e0cCopy full SHA for 5039e0c
Dockerfile
@@ -56,6 +56,7 @@ COPY --chown=flink:flink --from=build /app/flink-kubernetes-standalone/target/$K
56
COPY --chown=flink:flink --from=build /app/flink-kubernetes-operator/target/plugins $FLINK_HOME/plugins
57
COPY --chown=flink:flink --from=build /app/tools/license/licenses-output/NOTICE .
58
COPY --chown=flink:flink --from=build /app/tools/license/licenses-output/licenses ./licenses
59
+COPY --chown=flink:flink --from=build /app/LICENSE ./LICENSE
60
COPY --chown=flink:flink docker-entrypoint.sh /
61
62
ARG SKIP_OS_UPDATE=true
0 commit comments