Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tomcat 10 Support to Docker image #4389

Closed
Tracked by #4386
psavidis opened this issue May 29, 2024 · 6 comments
Closed
Tracked by #4386

Add Tomcat 10 Support to Docker image #4389

psavidis opened this issue May 29, 2024 · 6 comments

Comments

@psavidis
Copy link
Contributor

psavidis commented May 29, 2024

Related-to: #4386

@psavidis
Copy link
Contributor Author

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

This task can be conveniently tested when the Tomcat [email protected] issue is merged to master.

@psavidis
Copy link
Contributor Author

psavidis commented Jul 22, 2024

Progress Update

@psavidis
Copy link
Contributor Author

psavidis commented Jul 22, 2024

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.

@psavidis
Copy link
Contributor Author

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

@psavidis psavidis assigned danielkelemen and unassigned psavidis Jul 22, 2024
@danielkelemen
Copy link
Member

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.

@psavidis
Copy link
Contributor Author

Testing is done. Closing this task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants