DrPsychick/docker-dnsmasq

CircleCI error: write /dev/stdout: broken pipe

Closed this issue · 0 comments

Something in this part of the pipeline code causes this, as it only happens on NOT "latest". I just can't figure out what it is.

          # get dnsmasq version
          if [ "$TAG" != "latest" ]; then 
            DNSMASQ_VERSION="$(docker run --rm -it $IMAGE:$TAG --version |head -n1 |sed -e 's/Dnsmasq version \([0-9.]*\) *Copyright.*/\1/')"
            export TAG="$DNSMASQ_VERSION"; 
          fi