Re: Not able to create custom Solr docker image on top of the base image (Solr 9.2.1)

2023-06-02 Thread Jan Høydahl
Some googling suggests that you may have an aged linux kernel on the BUILD machine/image used to run the docker build command, see https://stackoverflow.com/questions/66319610/gpg-error-in-ubuntu-21-04-after-second-apt-get-update-during-docker-build Try upgrading linux (or Jan > 2. jun. 2023

Re: Compiling Apache Solr Resources

2023-06-02 Thread Alessandro Benedetti
Hi David, interesting resource! Thanks for citing us in the "Companies Working with Solr" section! When you have the time feel free to rename our entry to just "Sease" and add the link to www.sease.io! I think also adding a blogs section can be very useful! Cheers -- *Ales

Re: Not able to create custom Solr docker image on top of the base image (Solr 9.2.1)

2023-06-02 Thread gnandre
Thanks for all the replies. FWIW, if I just replace FROM solr:9.2.1 with FROM solr:8.5.2, I do not run into these issues. 8.5.2 is our current prod version. That is why I was thinking maybe there is something in the base image that is causing this. Few things I will try next are: 1. Try to build

Re: Not able to create custom Solr docker image on top of the base image (Solr 9.2.1)

2023-06-02 Thread gnandre
Ok, I tried direct docker build and am still running into the same issue. 01:58:26 |base|gnandre@ah-gnandre-l docker ±|solr_9-2-1 ✗|→ docker build -t test/test:9.2.1-SNAPSHOT -f Dockerfile . [+] Building 33.1s (6/23) => [internal] load build definition from Dockerfile

Re: Not able to create custom Solr docker image on top of the base image (Solr 9.2.1)

2023-06-02 Thread Chris Hostetter
: FWIW, if I just replace FROM solr:9.2.1 with FROM solr:8.5.2, I do not run : into these issues. : 8.5.2 is our current prod version. : : That is why I was thinking maybe there is something in the base image that : is causing this. Did you read all the details in the link Jan provided? The un