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
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
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
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
: 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