You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/09/25 15:51:04 UTC

[shardingsphere-elasticjob-ui] branch master updated: Update parent image in Dockerfile

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new e89d1af  Update parent image in Dockerfile
     new 30a00a6  Merge pull request #48 from TeslaCN/fixes-47
e89d1af is described below

commit e89d1afe8add748241e11e7ecfd7dda8e1eb3472
Author: 吴伟杰 <ro...@me.com>
AuthorDate: Thu Sep 24 16:00:49 2020 +0800

    Update parent image in Dockerfile
---
 .../shardingsphere-elasticjob-cloud-ui-bin-distribution/Dockerfile      | 2 +-
 .../shardingsphere-elasticjob-lite-ui-bin-distribution/Dockerfile       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/Dockerfile b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/Dockerfile
index a3694fd..983e596 100644
--- a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/Dockerfile
+++ b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-cloud-ui-bin-distribution/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM java:8
+FROM openjdk:8-jre-slim
 MAINTAINER ShardingSphere "dev@shardingsphere.apache.org"
 
 ARG APP_NAME
diff --git a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/Dockerfile b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/Dockerfile
index 5cab3b2..97c320a 100644
--- a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/Dockerfile
+++ b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-lite-ui-bin-distribution/Dockerfile
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM java:8
+FROM openjdk:8-jre-slim
 MAINTAINER ShardingSphere "dev@shardingsphere.apache.org"
 
 ARG APP_NAME