Skip to content

Commit

Permalink
#I250: Updated the build and docker file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Manjunath authored and Manjunath committed Dec 2, 2024
1 parent 85c1125 commit c6da38f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
target: "denormalizer-image"
- image: "transformer"
target: "transformer-image"
- image: "druid-router"
target: "router-image"
- image: "dataset-router"
target: "dataset-router-image"
- image: "unified-pipeline"
target: "unified-image"
- image: "lakehouse-connector"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ USER flink
RUN mkdir -p $FLINK_HOME/usrlib
COPY --from=build-pipeline /app/pipeline/transformer/target/transformer-1.0.0.jar $FLINK_HOME/usrlib/

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

# unified image build
FROM sanketikahub/flink:1.17.2-scala_2.12-java11 AS unified-image
Expand Down

0 comments on commit c6da38f

Please sign in to comment.