This is an automated email from the ASF dual-hosted git repository.

pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new bc2452a  SUBMARINE-1191. Fix database
bc2452a is described below

commit bc2452a0db5272208df600542fa7d233b6c69b0f
Author: jeff-901 <[email protected]>
AuthorDate: Tue Feb 15 21:07:51 2022 +0800

    SUBMARINE-1191. Fix database
    
    ### What is this PR for?
    Change a database image to support M1
    
    ### What type of PR is it?
    Improvement
    
    ### Todos
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-1191
    
    ### How should this be tested?
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: jeff-901 <[email protected]>
    
    Signed-off-by: Kevin <[email protected]>
    
    Closes #879 from jeff-901/SUBMARINE-1191 and squashes the following commits:
    
    ed3a8426 [jeff-901] fix db
---
 dev-support/docker-images/database/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/docker-images/database/Dockerfile 
b/dev-support/docker-images/database/Dockerfile
index 996bd23..fd749d3 100644
--- a/dev-support/docker-images/database/Dockerfile
+++ b/dev-support/docker-images/database/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM submarinehub/mysql:5.7.27
+FROM mariadb:10.7
 MAINTAINER Apache Software Foundation <[email protected]>
 
 ENV AUTO_RUN_DIR /docker-entrypoint-initdb.d

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to