The dev to prod workflow can be made simpler with the help of Oracle Managed Registry(OCIR). For developers, container registry makes it much simple to store , share and manage the container images.
What I have shown in this video is that how you can create an OCI repository. Generate an auth-token and then using that token sign-in to that OCI registry using the cloud shell. Once in the registry, we would tag the Docker image. Afterwards, we will push the image to OCIR and then verify that it’s there. And then we shall remove the image and then will pull the image from the OCI repository.
Hope it helps.

Recent Comments