Sign inSign up

thbono/go-oracle

By thbono

Updated about 9 years ago

Golang build container with Oracle instant client required by the "gopkg.in/rana/ora.v4" package.

Image
0

632

thbono/go-oracle repository overview

go-oracle

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!

Tag summary

Content type

Image

Digest

Size

326.8 MB

Last updated

about 9 years ago

docker pull thbono/go-oracle