Opensearch ubi8 docker build

Hello, I want to run Opensearch and Opensearch Dashboards on RHEL8. I need to have docker images based on registry.access.redhat.com/ubi8:latest.

Can you provide me how to build Opensearch and Opensearch Dashboards based on ubi?

I found these dockerfiles, is it all I need? opensearch-build/docker/release/dockerfiles at main · opensearch-project/opensearch-build · GitHub
Just run these without FROM amazonlinux:2 or I need to do some more to have plugins and so on to have just the same build as Docker Hub would give me?

docker pull opensearchproject/opensearch:2.4.1

I will bundle telnet iproute2 openssl tcpdump iputils-ping then but otherwise, it will be the same as from the docker hub.

Thanks a lot!

Hello @vnovotny98 - would the information in this blog post (links, etc) be helpful for your efforts: OpenSearch automated build system is now live · OpenSearch

1 Like