Oracle Containerization

Due to circumstances outside my control, I’ve been forced to experiment with containerizing Oracle databases so, I thought, why not use pluggable databases as well since I’m experimenting? So I did. 😂

What I’m worried about is how it handles minor point updates or IF they even have minor point updates. Now, it’s always a good idea to hard-code versions so I’ve used:

container-registry.oracle.com/database/free:23.3.0.0

My question is, is it safe to just update the container if there’s a 23.3.0.1 or something like that? I’m sure that a major update (23.4.X.X) isn’t safe but what for minor point releases? Or does that even EXIST? Anyways, I’ll find out eventually. 🤷


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.