Page MenuHomePhabricator

Build and deploy the opensearch 3.x docker image
Closed, ResolvedPublic

Description

In order to run opensearch 3.x, we need to publish a dedicated Docker image to our internal registry.

Details

Related Changes in GitLab:
TitleReferenceAuthorSource BranchDest Branch
Refactor to facilitate multiple image versionsrepos/data-engineering/opensearch!12bkingmulti-versionmain
Fix image tagsrepos/data-engineering/opensearch!11bkingPUBLISH_IMAGE_EXTRA_TAGSmain
Customize query in GitLab

Event Timeline

brouberol triaged this task as Medium priority.
bking changed the task status from Open to In Progress.Jan 20 2026, 3:20 PM
bking claimed this task.

We have a working OpenSearch 3 image, thanks to that last merge.

I've successfully deployed an OpenSearch cluster in the opensearch-test namespace in dse-k8s-codfw:

 curl -ks  https://opensearch-test.svc.codfw.wmnet:30443

{
  "name" : "opensearch-test-masters-0",
  "cluster_name" : "opensearch-test",
  "cluster_uuid" : "bhW_K-NlSGKeCG4YgIOcDA",
  "version" : {
    "distribution" : "opensearch",
    "number" : "3.3.2",
    "build_type" : "deb",
    "build_hash" : "6564992150e26aaa62d4522a220dfff5188aeb88",
    "build_date" : "2025-10-29T22:22:15.830890848Z",
    "build_snapshot" : false,
    "lucene_version" : "10.3.1",
    "minimum_wire_compatibility_version" : "2.19.0",
    "minimum_index_compatibility_version" : "2.0.0"
  },
  "tagline" : "The OpenSearch Project: https://opensearch.org/"
}

As such, I'm closing out this ticket.