This is an Adminer image that also supports the Oracle database
You can build image with the below command
docker build -t mdehnavi/adminer-oracle:4.7.6 .
You can run locally with the below command
docker run --rm -it -p 8080:8080 mdehnavi/adminer-oracle:4.7.6
In your browser, you can access it with localhost:8080
You can use it in Kubernetes by applying adminer-oracle.yaml
with the below command
kubectl apply -f adminer-oracle.yaml