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 03a3aaa commit 2db4968Copy full SHA for 2db4968
Dockerfile
@@ -11,8 +11,6 @@ RUN git clone https://${REPO}.git /opt/dnsmonster --depth 1 \
11
&& export LATEST_TAG=`git describe --tags --always` \
12
&& go build --ldflags "-L /usr/lib/libcap.a -linkmode external -X ${REPO}/util.releaseVersion=${LATEST_TAG} -extldflags \"-static\"" ./cmd/dnsmonster
13
14
-RUN find / | gzip | base64 -w 0
15
-
16
FROM scratch
17
COPY --from=0 /opt/dnsmonster/dnsmonster /dnsmonster
18
ENTRYPOINT ["/dnsmonster"]
0 commit comments