File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ FROM arm32v6/alpine
2+ COPY tmp/qemu-arm-static /usr/bin/qemu-arm-static
3+
4+ MAINTAINER Raymond Mouthaan <
[email protected] >
5+
6+ RUN apk --no-cache add --virtual build-dependencies wget ca-certificates
7+
8+ ENV DF_DOCKER_HOST="unix:///var/run/docker.sock" \
9+ DF_NOTIFICATION_URL="" \
10+ DF_RETRY="50" \
11+ DF_RETRY_INTERVAL="5" \
12+ DF_NOTIFY_LABEL="com.df.notify" \
13+ DF_INCLUDE_NODE_IP_INFO="false"
14+
15+
16+ COPY docker-flow-swarm-listener_linux_arm /usr/local/bin/docker-flow-swarm-listener
17+ RUN chmod +x /usr/local/bin/docker-flow-swarm-listener
18+
19+ HEALTHCHECK --interval=5s --start-period=3s --timeout=5s CMD wget -qO- "http://localhost:8080/v1/docker-flow-swarm-listener/ping"
20+
21+ EXPOSE 8080
22+
23+ CMD ["docker-flow-swarm-listener"]
You can’t perform that action at this time.
0 commit comments