blob: a774e21a1f1ef3dc1a111eef15333ae85af45ba3 [file] [log] [blame]
Sergio Slobodrianbe829272017-07-17 14:45:45 -04001#!/bin/bash
2
David K. Bainbridge737b74f2018-01-22 12:57:52 -08003TAG=${TAG:-latest}
4
Sergio Slobodrianbe829272017-07-17 14:45:45 -04005rm -fr buildreport
6rm -f envoyd
David K. Bainbridge737b74f2018-01-22 12:57:52 -08007docker run -e "http_proxy=$http_proxy" -e "https_proxy=$https_proxy" -v $(pwd):/src ${REGISTRY}${REPOSITORY}voltha-go-builder:${TAG}
Sergio Slobodrianbe829272017-07-17 14:45:45 -04008uid=`id -u`
David K. Bainbridge10a7a7e2018-01-29 09:54:40 -08009sudo chown -R ${uid} buildreport
10sudo chown ${uid} envoyd