Skip to content

Commit

Permalink
#000: Removed the unused job from the docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Manjunath authored and Manjunath committed Nov 25, 2024
1 parent feff9e7 commit 982f558
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ USER flink
RUN mkdir -p $FLINK_HOME/usrlib
COPY --from=build-pipeline /app/pipeline/unified-pipeline/target/unified-pipeline-1.0.0.jar $FLINK_HOME/usrlib/

FROM sanketikahub/flink:1.17.2-scala_2.12-java11 AS master-data-processor-image
USER flink
RUN mkdir -p $FLINK_HOME/usrlib
COPY --from=build-pipeline /app/pipeline/master-data-processor/target/master-data-processor-1.0.0.jar $FLINK_HOME/usrlib/
# FROM sanketikahub/flink:1.17.2-scala_2.12-java11 AS master-data-processor-image
# USER flink
# RUN mkdir -p $FLINK_HOME/usrlib
# COPY --from=build-pipeline /app/pipeline/master-data-processor/target/master-data-processor-1.0.0.jar $FLINK_HOME/usrlib/

FROM sanketikahub/flink:1.17.2-scala_2.12-java11 AS lakehouse-connector-image
USER flink
Expand Down

0 comments on commit 982f558

Please sign in to comment.