-
Notifications
You must be signed in to change notification settings - Fork 748
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
Tomcat for windows containers? #66
Comments
We do have jdk 8 images based on microsoft/windowsservercore ( |
Yes you are right but most enterprise applications prefer oracle jdk rather than open-jdk . |
Due to licensing, the official images cannot include Oracle's Java. The
best we can do is OpenJDK, which is what the Linux variants of this repo
are already based on. If we add Windows variants, they will be consistent
with that.
|
the idea was to install tomcat using chocolatey on the container. |
@yosifkit Yes finally , we have openJDK for windows. Though, it may now be possible to add Tomcat on top of it, still an official Tomcat image for windows will always be preferred and trusted by enterprises. Hope we get that support soon as well :-) @burhanuddinbrf Your contribution is great and does the job well. But, I will wait for official image as this is what being expected by client. Still, thanks for the suggestion. cheers! |
@burhanuddinbrf i have build tomcat image with your docker file with out any issues. i have ran container with tomcat image then container is exiting immediately. tomcat is not running. |
jparasha Have you changed anything docker file? |
Can you please move your discussion of that Docker image to an issue on its
repo instead of this one? Thanks 👍
|
Trying to write docker file to download Tomcat for windows containers.
Unfortunately, openJDK too is not available for Windows containers.
Anyone, has created image for windows containers or can give insights on the issue?
Thanks.
The text was updated successfully, but these errors were encountered: