We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7c558b + a1d0e0e commit fb1776fCopy full SHA for fb1776f
build/Dockerfile
@@ -14,7 +14,7 @@ RUN export GOOS=$(echo ${TARGETPLATFORM} | cut -d / -f1) && \
14
15
RUN go env
16
17
-RUN CGO_ENABLED=0 go build -o /output/chaos-runner -v ./bin
+RUN CGO_ENABLED=0 go build -buildvcs=false -o /output/chaos-runner -v ./bin
18
19
# Packaging stage
20
# Image source: https://github.com/litmuschaos/test-tools/blob/master/custom/hardend-alpine/control-plane/Dockerfile
0 commit comments