Skip to content

Commit

Permalink
Merge pull request #117 from tekipanda/pr/116
Browse files Browse the repository at this point in the history
fix: connector jar replacing folder instead of getting added into the folder
  • Loading branch information
jhughes24816 authored Jul 24, 2023
2 parents 989c7a7 + 1461873 commit e2a95e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ COPY --chown=esuser:esgroup --from=builder /opt/kafka/libs/ /opt/kafka/libs/
COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/ /opt/kafka/config/
RUN mkdir /opt/kafka/logs && chown esuser:esgroup /opt/kafka/logs

COPY --chown=esuser:esgroup target/kafka-connect-*-jar-with-dependencies.jar /opt/connectors
COPY --chown=esuser:esgroup target/kafka-connect-*-jar-with-dependencies.jar /opt/connectors/

WORKDIR /opt/kafka

EXPOSE 8083

USER esuser

ENTRYPOINT ["./bin/connect-distributed.sh", "config/connect-distributed.properties"]
ENTRYPOINT ["./bin/connect-distributed.sh", "config/connect-distributed.properties"]

0 comments on commit e2a95e4

Please sign in to comment.