-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Automatic "opatch apply" #1070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I did it for own images:
|
So I can put downloaded patches into this directory and they will be installed automatically |
What you really want to do is create a patched image that is tagged appropriately, rather than having an image that says You will find a sample of how you can build patched images in SingleInstane/samples/applypatch |
Thank you @xtender for this suggestion (and your related blog post) and sorry everybody else for reviving this old issue, but i think providing a standardized update mechanism for Oracle Docker images is something of big help for many users. Currently, im trying to patch the 19.3.0 with the RU patch 32226239 (provided via file It seems the linked procedure is at least off by the folder structure because opatch quits with
Although this might be then more related to #1820 Or is this what OracleDatabase/SingleInstance/extensions/patching is for? After fixing the folder traversal, im running into "File not found or not writable" errors during opatch, so any help appreciated! |
Closing the issue as these image and database versions have been superseded. |
It would be great to have an ability to upload patches into special volume for patches and container installs them automatically (
unzip && cd {patch_number} && opatch apply
for each of them)The text was updated successfully, but these errors were encountered: