github.com/pachyderm/pachyderm@v1.13.4/etc/pipeline-build/go/Dockerfile (about) 1 FROM golang:latest 2 3 LABEL name="Pachyderm" \ 4 vendor="Pachyderm" 5 6 COPY LICENSE /licenses 7 8 WORKDIR /app 9 ADD etc/pipeline-build/go/build.sh . 10 ADD etc/pipeline-build/go/run.sh .