camunda/camunda-bpm-platform

Add Tomcat 10 Support to Docker image

Closed this issue · 6 comments

Related-to: #4386

The Dockerfile downloads the latest Tomcat version from the SNAPSHOT artifact.

This task can be conveniently tested when the Tomcat 10@7.22 issue is merged to master.

Progress Update

Hint for the Reviewer

No code changes are needed for this task. The docker images can be tested using the following commands (using example A for demonstration purposes)

  • Pull the image: docker pull camunda/camunda-bpm-platform:7.22.0-SNAPSHOT
  • Run the image: docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:7.22.0-SNAPSHOT
  • Follow the Container logs: docker logs -f $container_id

$container_id: The identifier that is returned from the run command.

Assigning to @danielkelemen for double checking the testing. After the review, this task can be closed since there are no code changes.

Since there are no code changes to review, this could be a better fit for QA to test. Anyways:

👍 Looks good. Latest docker snapshot image is using the Apache Tomcat/10.1.25 version.

Testing is done. Closing this task.