Closed gondalez closed 1 year ago
Hi @gondalez we are not using this repo for building docker images. All the building scripts are currently reside here: https://github.com/opensearch-project/opensearch-build/tree/main/docker
Thanks.
Thanks @peterzhuamazon 🙏
For the record (and future searchers) I opened an issue as suggested in opensearch-build and it got transferred here: https://github.com/opensearch-project/OpenSearch/issues/10001
Is your feature request related to a problem?
It is handy to use the Opensearch docker image for local testing during development to get quick feedback if features will work against AWS Opensearch.
AWS Opensearch serverless recently became available. It has a restricted set of api operations and plugins when compared to regular opensearch.
Using the (non-serverless) Opensearch docker image will not flush out usages of unsupported operations while in dev.
What solution would you like?
A docker image that has the same limitations as AWS Opensearch Serverless.
What alternatives have you considered?
I looked around to see if AWS provide a docker image for serverless, but could not find one.
Apologies if this request doesn't really belong here (since it is not directly affiliated with AWS). But still, any advice would be appreciated 🙏 :)
Do you have any additional context?
-