Description
I'm currently writing a contribution and looking to help maintain a localstack incubator chart within helm/charts for the localstack community. They're is already an unofficial project which can be improved upon with permission of the author and a few interested contributors - please get in touch if you're still interested!
There are some requirements to making the chart stable which would need to be discussed with maintainers of localstack organisation. For instance, the technical requirements specify all docker image source code needs to be in Github repositories. I've hit a problem that the dependent image (localstack/java-maven-node-python
) is not available. After inspecting the image locally it seems to be relatively simple and I was wondering whether you could push this and setup integrations for security screening and github on your docker hub account please? In return I will gladly look at using a multistage build to reduce the image size further.
Also, it is preferred to use fixed versions rather than a latest tag within helm conventions so the way latest is tagged without another reference is likely to cause a conflict when trying to get a recently patched build.