简体   繁体   English

更新 Camunda 平台中的 java 版本

[英]Update java version in Camunda Platform

I would like to upgrade Java JDK from 1.8.0_212 to 1.11.0 in Camunda Platform.我想在 Camunda 平台中将 Java JDK 从 1.8.0_212 升级到 1.11.0。 I am using Camunda 7.11.0 and deploying it as container.我正在使用 Camunda 7.11.0 并将其部署为容器。 Kindly help me on this.请帮助我。

As this is Official Docker image from Camunda you can try this因为这是来自 Camunda 的官方 Docker 镜像,你可以试试这个

  1. Clone the camunda repo https://github.com/camunda/docker-camunda-bpm-platform克隆 camunda 存储库https://github.com/camunda/docker-camunda-bpm-platform
  2. Switch/checkout to specific version branch/tag 7.11.0切换/签出到特定版本分支/标签 7.11.0
  3. Modify the Dockerfile base docker image to image which has jdk11 built-in and rebuild image .将 Dockerfile 基础 docker 镜像修改为内置 jdk11 的镜像并重新构建镜像。

I know this requires knowledge of docker/git and how camunda builds their images.我知道这需要了解 docker/git 以及 camunda 如何构建他们的图像。 You have to reverse engineer this repo as well.你还必须对这个 repo 进行逆向工程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM