From 258d59f59be4d4976b9d8c3e1025c65886246b98 Mon Sep 17 00:00:00 2001 From: Avi Miller Date: Tue, 10 Oct 2017 03:15:28 +1100 Subject: [PATCH] Remove the MySQL submodule and add a link to the repo in the README. Signed-off-by: Avi Miller --- .gitmodules | 3 --- MySQL | 1 - README.md | 3 ++- 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 160000 MySQL diff --git a/.gitmodules b/.gitmodules index f2e5711b0b..e69de29bb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "MySQL"] - path = MySQL - url = https://github.com/mysql/mysql-docker.git diff --git a/MySQL b/MySQL deleted file mode 160000 index 1cbaef6348..0000000000 --- a/MySQL +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1cbaef6348ed93933507ff422ca7d008eac85888 diff --git a/README.md b/README.md index 495d1e953f..16c53f0978 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,13 @@ This repository contains Dockerfiles and samples to build Docker images for Orac And Open Source projects: - [GlassFish](https://github.com/oracle/docker-images/tree/master/GlassFish) - - [MySQL](https://github.com/mysql/mysql-docker/) - [NoSQL](https://github.com/oracle/docker-images/tree/master/NoSQL) - [OpenJDK](/OpenJDK) Oracle Linux images can be found in the [`Oracle Linux Container Images repository`](https://github.com/oracle/ol-container-images). +MySQL images can be found in the ['MySQL image repository'](https://github.com/mysql/mysql-docker/). + For pre-built images containing Oracle software, please check the [Oracle Container Registry](https://container-registry.oracle.com). For support and certification information, please consult the documentation for each product.