You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/10/21 12:43:21 UTC

[GitHub] [solr-docker] eva-mueller-coremedia opened a new pull request, #13: Add option to pass eclipse-temurin variant like -focal or -jammy

eva-mueller-coremedia opened a new pull request, #13:
URL: https://github.com/apache/solr-docker/pull/13

   focal variant is required to run the image with Docker < 20.10.16


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-docker] eva-mueller-coremedia commented on pull request #13: Add option to pass eclipse-temurin variant like -focal or -jammy

Posted by GitBox <gi...@apache.org>.
eva-mueller-coremedia commented on PR #13:
URL: https://github.com/apache/solr-docker/pull/13#issuecomment-1286933173

   Sure, I can change it.
   
   But what about setting the default of the ARG to `-focal` to have a simple option to switch?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-docker] jliebert commented on pull request #13: Add option to pass eclipse-temurin variant like -focal or -jammy

Posted by GitBox <gi...@apache.org>.
jliebert commented on PR #13:
URL: https://github.com/apache/solr-docker/pull/13#issuecomment-1286945102

   Hi, I have tested:
   
   $ docker --version
   Docker version 18.06.1-ce, build e68fc7a
   $ sudo docker run -ti --rm eclipse-temurin:11-jre java --version 
   [0.012s][warning][os,thread] Failed to start thread "VM Thread" - pthread_create failed (EPERM) for attributes: stacksize: 1024k, guardsize: 4k, detached.
   Error occurred during initialization of VM
   Cannot create VM thread. Out of system resources.
   
   **And with focal it's sucessfull:**
   $ sudo docker run -ti --rm eclipse-temurin:11-jre-focal java --version 
   openjdk 11.0.16.1 2022-08-12
   OpenJDK Runtime Environment Temurin-11.0.16.1+1 (build 11.0.16.1+1)
   OpenJDK 64-Bit Server VM Temurin-11.0.16.1+1 (build 11.0.16.1+1, mixed mode, sharing)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-docker] eva-mueller-coremedia commented on pull request #13: Add option to pass eclipse-temurin variant like -focal or -jammy

Posted by GitBox <gi...@apache.org>.
eva-mueller-coremedia commented on PR #13:
URL: https://github.com/apache/solr-docker/pull/13#issuecomment-1286945671

   I hardcoded variant `focal`.
   
   Based on the [comment here](https://github.com/adoptium/containers/issues/215#issuecomment-1141216388), I change the comment to 
   `... compatible with Docker client  < 20.10.16`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-docker] janhoy commented on pull request #13: Add option to pass eclipse-temurin variant like -focal or -jammy

Posted by GitBox <gi...@apache.org>.
janhoy commented on PR #13:
URL: https://github.com/apache/solr-docker/pull/13#issuecomment-1286938486

   Let's make the smallest possible change. It will likely be sufficient for all users, especially given the old linux version the image used to run on. And Focal has LTS longer than Solr 8 will be supported, so we should be fine.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-docker] eva-mueller-coremedia commented on pull request #13: Add option to pass eclipse-temurin variant like -focal or -jammy

Posted by GitBox <gi...@apache.org>.
eva-mueller-coremedia commented on PR #13:
URL: https://github.com/apache/solr-docker/pull/13#issuecomment-1286937277

   > Just to confirm - ununtu-focal actually works with docker 18?
   
   I tested it with Docker version 19.03.6


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-docker] HoustonPutman commented on pull request #13: Use focal variant of eclipse-temurin images

Posted by GitBox <gi...@apache.org>.
HoustonPutman commented on PR #13:
URL: https://github.com/apache/solr-docker/pull/13#issuecomment-1287111003

   And obviously we will need to port this over to Solr for the 9.1 release.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-docker] janhoy commented on pull request #13: Add option to pass eclipse-temurin variant like -focal or -jammy

Posted by GitBox <gi...@apache.org>.
janhoy commented on PR #13:
URL: https://github.com/apache/solr-docker/pull/13#issuecomment-1286931913

   Just to confirm - ununtu-focal actually works with docker 18?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-docker] janhoy merged pull request #13: Use focal variant of eclipse-temurin images

Posted by GitBox <gi...@apache.org>.
janhoy merged PR #13:
URL: https://github.com/apache/solr-docker/pull/13


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org


[GitHub] [solr-docker] janhoy commented on pull request #13: Add option to pass eclipse-temurin variant like -focal or -jammy

Posted by GitBox <gi...@apache.org>.
janhoy commented on PR #13:
URL: https://github.com/apache/solr-docker/pull/13#issuecomment-1286923054

   I'd prefer a simple hardcoded `-focal` patch, instead of introducing ARG mechanism, which needs documentation etc.
   
   And add a comment line below the existing one, to explain the manual edit history
   ```
   # Patched 2022-10-21 to use eclipse-temurin:11-jre-focal which used Ubuntu 20.04, compatible with Docker client v18
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org