Per parent ticket, the dependencies on Elastic curator are preventing Spicerack from building on Bookworm. Our options are:
Build our own Debian package for Curator- Remove the dependencies on Curator by using Elasticsearch client or REST API calls.
I've made some attempts at building a Curator package in T361105 , but at this point I think it would be easier to reimplement our Spicerack code using the elasticsearch client , especially considering we'll probably be on Opensearch within the next year or so.
Creating this ticket to re-implement the Spicerack code as Elasticsearch client calls.