Skip to content

Commit

Permalink
[Bug][docker] fix scaleph-seatunnel Dockerfile error
Browse files Browse the repository at this point in the history
  • Loading branch information
kalencaya committed Aug 15, 2023
1 parent e1479e9 commit ff8513a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/docker/build/scaleph-seatunnel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ RUN wget https://archive.apache.org/dist/incubator/seatunnel/${SEATUNNEL_VERSION

# strange behavior: replace mvnw by mvn on install-plugin.sh, remove useless comment on plugin_config
RUN rm $SEATUNNEL_HOME/config/plugin_config
COPY plugin_config $SEATUNNEL_HOME/config
COPY tools/docker/build/scaleph-seatunnel/plugin_config $SEATUNNEL_HOME/config

RUN rm $SEATUNNEL_HOME/bin/install-plugin.sh
COPY install-plugin.sh $SEATUNNEL_HOME/bin
COPY tools/docker/build/scaleph-seatunnel/install-plugin.sh $SEATUNNEL_HOME/bin

RUN cd $SEATUNNEL_HOME ; \
sh -x bin/install-plugin.sh ${SEATUNNEL_VERSION}
Expand All @@ -53,4 +53,4 @@ ENV SEATUNNEL_HOME=/opt/seatunnel

RUN mkdir -p $SEATUNNEL_HOME

COPY --from=build $SCALEPH_HOME $SCALEPH_HOME/
COPY --from=build $SCALEPH_HOME $SCALEPH_HOME/

0 comments on commit ff8513a

Please sign in to comment.