Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Flink 1.4.1 release. (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg84 authored Feb 19, 2018
1 parent 9ee7c74 commit 5bc895f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions container/appmaster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ RUN chmod -R ugo+rw /var/log/
WORKDIR /

# Copy custom build to image.
COPY flink/flink-dist/target/flink-1.4.0-bin/ .
COPY flink/flink-dist/target/flink-1.4.1-bin/ .

# Copy base Flink configuration to image.
COPY conf/ flink-1.4.0/conf/
COPY conf/ flink-1.4.1/conf/

WORKDIR flink-1.4.0
WORKDIR flink-1.4.1

ENV FLINK_HOME /flink-1.4.0
ENV FLINK_CONF_DIR /flink-1.4.0/conf
ENV FLINK_HOME /flink-1.4.1
ENV FLINK_CONF_DIR /flink-1.4.1/conf

0 comments on commit 5bc895f

Please sign in to comment.