Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Support for Oracle client and server installation #45

Open
fbrenciu opened this issue Mar 28, 2017 · 5 comments
Open

Support for Oracle client and server installation #45

fbrenciu opened this issue Mar 28, 2017 · 5 comments

Comments

@fbrenciu
Copy link

No description provided.

@ManoMarks
Copy link
Contributor

@fbrenciu can you provide more info on what you're looking for? Which Oracle servers are looking for support for?

@fbrenciu
Copy link
Author

fbrenciu commented Mar 28, 2017

I would like to be able to either install or be able to do image2docker while the image contains everything needed for a c# application which relies on a Oracle 12c client or server for its DB layer.

@ManoMarks
Copy link
Contributor

Cool thanks

@leonardobissoli
Copy link

leonardobissoli commented Oct 31, 2018

I would like to be able to either install or be able to do image2docker while the image contains everything needed for a c# application which relies on a Oracle 12c client or server for its DB layer.

Hi there, any update on this? I'd quite the same. Install Oracle client 12c under VM Windows 2012 / 2016 and via image2docker generate a Dockerfile with these installations into it. The silent mode command line inside Docker container under Windows seems to be not supported. At least I've got a lot of issues trying to install. Thank you.

@fbrenciu
Copy link
Author

Hello,

Its been a while since I posted this and no longer needed.
But for the future and whomever needs some info on this i will detail the problem and the solution we came up with.
The problem :
Installing a full oracle client/server inside a windows docker container.
The solution:
Capture the oracle client/server installation steps and contain them as an MSI( repacking operation) using ofcourse a clean and fresh Windows OS installation to avoid poluting the capture steps.
Afterwards use the silent install of MSI to get it installed into a container.
I know its an over simplified solution.
This was the only way to get this done.

Disclaimer: This solution is provided without any guarantee and its not supported from what I know by Oracle or Microsoft. Before you proceed please check the license and terms of use from both providers.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants