#@follow_tag(registry.redhat.io/devtools/go-toolset-rhel7:1.13)
FROM registry.redhat.io/devtools/go-toolset-rhel7:1.13.15-4

WORKDIR /tmp/app

ENV GOPATH=/tmp/go
ENV GOCACHE="${GOPATH}/.cache/go-build"

COPY build.sh .

CMD /tmp/app/build.sh
