Hi all,
I've seen that there is two ways to get a Docker container for Oracle products (I know that there is more alternatives, but now I'm researching in this two options):
I've tried the two ones and what I've seen is that the two uses the same image, for example, for Oracle 12c Database:
$ docker images -a
REPOSITORY TAG IMAGE ID CREATED SIZE
container-registry.oracle.com/database/enterprise 12.2.0.1 12a359cd0528 18 months ago 3.44GB
store/oracle/database-enterprise 12.2.0.1 12a359cd0528 18 months ago 3.44GB
So my question is, what is the difference between this two repositories? If there are some differences, is about licensing? If so, what kind of license uses each one?
Thank you very much.
Kind regards,
Miguel.