Skip to content

Image based on Alpine, containing all libraries needed to run an Oracle Client application.

Notifications You must be signed in to change notification settings

jeanmorais/alpine-glibc-oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alpine-glibc-oracle

Build Status

This is an image based on Alpine, containing all libraries needed to run an Oracle Client application.

The base image is frol/docker-alpine-glibc, and contains glibc to enable proprietary projects compiled against glibc (e.g. OracleJDK, Anaconda) work on Alpine.

Required

The required files are in oracle directory.

The package instantclient_12_1.tar.gz were originally downloaded from the Oracle Site, and unnecessary files were removed.

Usage

docker build -t alpine-glibc-oracle .

Multi-stage build

To build a Golang application that uses Oracle database, I suggest you look docker-go-oci8.

About

Image based on Alpine, containing all libraries needed to run an Oracle Client application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published