/docker-go-oci8

Dockerfile to build Golang apps with Oracle Instant Client and mattn/go-oci8.

Primary LanguageDockerfile

docker-go-oci8

Build Status

Dockerfile for building Golang apps with Oracle Instant Client and mattn/go-oci8.

The base image is golang (default/based on Debian), because glibc is required for the build.

Required

The required files are in oracle directory.

The packages (instantclient-sdk-linux and instantclient-sdk-linux) were originally downloaded from the Oracle Site, and unnecessary files were removed.

Usage

docker build -t go-oci8 .