Golang build container with Oracle instant client required by the "gopkg.in/rana/ora.v4" package.
632
Golang build container with Oracle instant client required by the "gopkg.in/rana/ora.v4" package.
Dockerfile example:
FROM thbono/go-oracle
ADD go/worker.go /go/src/worker/worker.go
RUN go get -d -v github.com/streadway/amqp
RUN go install worker
ENTRYPOINT ["/go/bin/worker"]
Enjoy it!
Content type
Image
Digest
Size
326.8 MB
Last updated
about 9 years ago
docker pull thbono/go-oracle