manticoresoftware/manticoresearch-helm

Linking to dev packages is dangerous

Closed this issue · 2 comments

We recently made a cleanup (removed packages older than 2 months) of our dev repositories at https://repo.manticoresearch.com/ which broke installation of the helm chart since it's linked to dev e.g. here:

FROM manticoresearch/manticore:dev-6.2.13-b826caf

We need to find a better way.

This build include hostname fixes. https://github.com/manticoresoftware/manticoresearch-helm/pull/60/files

But I cant find related issue. I agree that using dev builds are dangerous, but here we haven't another ways here

As discussed, linking to dev was not as it was planned initially. We are going to link it to a release docker image which refers to packages in a release repository where we don't have to do cleanups. Closing as done.