From 60d01bdcf0fbbddb30683c7688d72a25c7a18c56 Mon Sep 17 00:00:00 2001 From: Natale Vinto Date: Sat, 12 Sep 2020 03:03:21 +0200 Subject: [PATCH] Use maven sidecar from java one Signed-off-by: Natale Vinto --- v3/plugins/fwcd/vscode-kotlin/0.2.18/meta.yaml | 2 +- vscode-extensions.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v3/plugins/fwcd/vscode-kotlin/0.2.18/meta.yaml b/v3/plugins/fwcd/vscode-kotlin/0.2.18/meta.yaml index 31dfb8bd1a..e5aaa22873 100644 --- a/v3/plugins/fwcd/vscode-kotlin/0.2.18/meta.yaml +++ b/v3/plugins/fwcd/vscode-kotlin/0.2.18/meta.yaml @@ -11,7 +11,7 @@ repository: https://github.com/fwcd/vscode-kotlin/ category: Language spec: containers: - - image: "quay.io/eclipse/che-sidecar-java:11-7bd8c8c" + - image: "quay.io/bluesman/che-sidecar-maven:latest" name: vscode-kotlin memoryLimit: "1500Mi" volumes: diff --git a/vscode-extensions.json b/vscode-extensions.json index 3d03820db4..82f6de726c 100644 --- a/vscode-extensions.json +++ b/vscode-extensions.json @@ -372,9 +372,9 @@ "repository": "https://github.com/fwcd/vscode-kotlin/", "revision": "0.2.18", "sidecar": { - "image": "quay.io/eclipse/che-sidecar-java:11-7bd8c8c", + "image": "quay.io/bluesman/che-sidecar-maven:latest", "source": { - "repository": "https://github.com/che-dockerfiles/che-sidecar-java" + "repository": "https://github.com/blues-man/che-sidecar-maven" } } }