Skip to content

Commit

Permalink
[Fix][docker] Fix the docker file of DockerfileDinkyFlink (DataLinkDC…
Browse files Browse the repository at this point in the history
  • Loading branch information
dailai authored Mar 25, 2024
1 parent deeeda8 commit b0bf25f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/DockerfileDinkyFlink
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ ARG FLINK_BIG_VERSION
ENV FLINK_BIG_VERSION=${FLINK_BIG_VERSION}

COPY --from=build-stage /opt/dinky/ /opt/dinky/
COPY --from=reqired-stage /opt/flink/lib/*.jar /opt/dinky/plugins/flink${FLINK_BIG_VERSION}/
RUN rm -f /opt/dinky/plugins/flink${FLINK_BIG_VERSION}/flink-table-planner-loader*.jar
COPY --from=reqired-stage /opt/flink/opt/flink-table-planner*.jar /opt/dinky/plugins/flink${FLINK_BIG_VERSION}/
COPY --from=reqired-stage /opt/flink/lib/*.jar /opt/dinky/extends/flink${FLINK_BIG_VERSION}/
RUN rm -f /opt/dinky/extends/flink${FLINK_BIG_VERSION}/flink-table-planner-loader*.jar
COPY --from=reqired-stage /opt/flink/opt/flink-table-planner*.jar /opt/dinky/extends/flink${FLINK_BIG_VERSION}/

WORKDIR /opt/dinky/

Expand Down

0 comments on commit b0bf25f

Please sign in to comment.