From d604bb43929853cc6cbc1801d0e11be535bce596 Mon Sep 17 00:00:00 2001 From: Oleksandr Andriienko Date: Thu, 24 Oct 2019 10:04:27 +0300 Subject: [PATCH] Don't override entrypoint for remote binary. (#14969) Signed-off-by: Oleksandr Andriienko --- .../src/main/webapp/WEB-INF/classes/che/che.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties index e2ed48c89cb..bd1db6e9774 100644 --- a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties +++ b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties @@ -633,8 +633,8 @@ che.singleport.wildcard_domain.ipless=false # Docker image of Che plugin broker app that resolves workspace tooling configuration and copies # plugins dependencies to a workspace -che.workspace.plugin_broker.init.image=eclipse/che-init-plugin-broker:v0.23 -che.workspace.plugin_broker.unified.image=eclipse/che-unified-plugin-broker:v0.23 +che.workspace.plugin_broker.init.image=eclipse/che-init-plugin-broker:v0.24 +che.workspace.plugin_broker.unified.image=eclipse/che-unified-plugin-broker:v0.24 # Docker image of Che plugin broker app that resolves workspace tooling configuration and copies # plugins dependencies to a workspace