# Does jodogne/orthanc-plugins docker have Java plugin?

**URL:** https://discourse.orthanc-server.org/t/does-jodogne-orthanc-plugins-docker-have-java-plugin/5353
**Category:** General
**Created:** [November 21, 2024, 3:51am UTC](https://discourse.orthanc-server.org/t/does-jodogne-orthanc-plugins-docker-have-java-plugin/5353 "2024-11-21T03:51:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Christophe](https://discourse.orthanc-server.org/letter_avatar_proxy/v4/letter/c/848f3c/32.png) [@Christophe](https://discourse.orthanc-server.org/u/Christophe)
#### Post date: [November 21, 2024, 3:51am UTC](https://discourse.orthanc-server.org/t/does-jodogne-orthanc-plugins-docker-have-java-plugin/5353/1 "2024-11-21T03:51:29Z")

</div>

Dear Sebastien,

Referring to this guide [jodogne/orthanc Docker images — Orthanc Book documentation](https://orthanc.uclouvain.be/book/users/docker.html) , do you have plan to upgrade your docker having Java plugin ?

Thanks,

---

<div class="post-metadata">

### Author: ![jodogne](https://discourse.orthanc-server.org/user_avatar/discourse.orthanc-server.org/jodogne/32/1511_2.png) [@jodogne](https://discourse.orthanc-server.org/u/jodogne)
#### Post date: [November 21, 2024, 10:32am UTC](https://discourse.orthanc-server.org/t/does-jodogne-orthanc-plugins-docker-have-java-plugin/5353/2 "2024-11-21T10:32:24Z")

</div>

Hello,

There is no such plan, because integrating the Java virtual machine would result in bloating the Docker images (it would add several hundreds of megabytes), but those images are designed to be as lightweight as possible.

That being said, you could easily derive another Docker image from the [Dockerfile](https://github.com/jodogne/OrthancDocker/tree/master/orthanc-plugins) of `jodogne/orthanc-plugins`, installing the official `default-jdk` Debian package.

HTH,  
Sébastien-

---

<div class="post-metadata">

### Author: ![alainmazy](https://discourse.orthanc-server.org/user_avatar/discourse.orthanc-server.org/alainmazy/32/1576_2.png) [@alainmazy](https://discourse.orthanc-server.org/u/alainmazy)
#### Post date: [November 21, 2024, 1:33pm UTC](https://discourse.orthanc-server.org/t/does-jodogne-orthanc-plugins-docker-have-java-plugin/5353/3 "2024-11-21T13:33:35Z")

</div>

Hi,

FYI, the java plugin is included in the `-full` flavor of `orthancteam/orthanc` images. [Sample setup](https://github.com/orthanc-server/orthanc-setup-samples/tree/master/docker/java).

Cheers,

Alain
