We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6554ed commit b8c6363Copy full SHA for b8c6363
Dockerfile
@@ -2,6 +2,11 @@ FROM debian:jessie
2
LABEL version="0.4" description="Mosquitto and OwnTracks Recorder"
3
LABEL authors="Jan-Piet Mens <[email protected]>, Giovanni Angoli <[email protected]>"
4
5
+# BUILD_DATE and VCS_REF are immaterial, since this is a 2-stage build, but our build
6
+# hook won't work unless we specify the args
7
+ARG BUILD_DATE
8
+ARG VCS_REF
9
+
10
ADD http://repo.owntracks.org/repo.owntracks.org.gpg.key /tmp/owntracks.gpg.key
11
ADD http://repo.mosquitto.org/debian/mosquitto-repo.gpg.key /tmp/mosquitto.gpg.key
12
0 commit comments