Skip to content

Commit

Permalink
[release]Adds polling variables to ARM build
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan committed Jun 1, 2018
1 parent 6d47a88 commit 03e81a6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile.linux-arm
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ ENV DF_DOCKER_HOST="unix:///var/run/docker.sock" \
DF_RETRY="50" \
DF_RETRY_INTERVAL="5" \
DF_NOTIFY_LABEL="com.df.notify" \
DF_INCLUDE_NODE_IP_INFO="false"

DF_INCLUDE_NODE_IP_INFO="false" \
DF_SERVICE_POLLING_INTERVAL="-1" \
DF_USE_DOCKER_SERVICE_EVENTS="true" \
DF_NODE_POLLING_INTERVAL="-1" \
DF_USE_DOCKER_NODE_EVENTS="true"

COPY docker-flow-swarm-listener_linux_arm /usr/local/bin/docker-flow-swarm-listener
RUN chmod +x /usr/local/bin/docker-flow-swarm-listener
Expand Down

0 comments on commit 03e81a6

Please sign in to comment.