From 9951a2652212070ede78e8666b4535bc509a8d5c Mon Sep 17 00:00:00 2001 From: Ruslan Kabalin Date: Fri, 21 Feb 2020 23:21:05 +0000 Subject: [PATCH] Use wnameless/oracle-xe-11g-r2 This updated image has been re-listed on Dockerhub in 09/19 following author's communication with Oracle. --- Dockerfile | 2 +- README.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 246a57e..4c4e852 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM wnameless/oracle-xe-11g:latest +FROM wnameless/oracle-xe-11g-r2:latest ENV ORACLE_ALLOW_REMOTE true ADD root / diff --git a/README.md b/README.md index e0e5f3d..ad9dfd9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ An Oracle XE instance configured for Moodle development based on [wnameless/dock ```bash docker run --name db0 -p 1521:1521 moodlehq/moodle-db-oracle ``` - # Bulding locally Since this image can't be pulled from Docker repo at the moment @@ -16,8 +15,6 @@ Since this image can't be pulled from Docker repo at the moment to build it for local usage: ```bash -> git clone git@github.com:wnameless/docker-oracle-xe-11g.git -> docker build ./docker-oracle-xe-11g --tag wnameless/oracle-xe-11g > git clone git@github.com:moodlehq/moodle-db-oracle.git > docker build ./moodle-db-oracle --tag moodlehq/moodle-db-oracle ```