Below is the command we use to pull oracle db container from docker hub and the error we get when we do a pull.
This container no longer exists in docker hub.
docker pull store/oracle/database-enterprise:12.2.0.1
Error response from daemon: Head "https://registry-1.docker.io/v2/store/oracle/database-enterprise/manifests/12.2.0.1": unknown: store has been removed
Is there any alternative to replace “oracle/database-enterprise:12.2.0.1” container ?