This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
commit 112b2c5f67f3d80d5c622342ebf738429bbc8aed Author: Elek Márton <e...@apache.org> AuthorDate: Mon Apr 20 14:57:34 2020 +0200 HDDS-3461. Add CSI client utility --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index a3fe4c7..4beadf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,13 @@ # See the License for the specific language governing permissions and # limitations under the License. +FROM golang:1.14.2-buster +RUN GO111MODULE=off go get -u github.com/rexray/gocsi/csc + FROM centos@sha256:b5e66c4651870a1ad435cd75922fe2cb943c9e973a9673822d1414824a1d0475 RUN rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm RUN yum install -y sudo python3 python3-pip wget nmap-ncat jq java-11-openjdk +COPY --from=0 /go/bin/csc /usr/bin/csc #For executing inline smoketest RUN pip3 install robotframework --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ozone.apache.org For additional commands, e-mail: commits-h...@ozone.apache.org