Skip to content

Commit

Permalink
Merge branch '8.x' into lucene_9_12_1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHegarty authored Dec 14, 2024
2 parents 3018de4 + 0d9a90f commit fcd2bc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public enum DockerBase {
// Chainguard based wolfi image with latest jdk
// This is usually updated via renovatebot
// spotless:off
WOLFI("docker.elastic.co/wolfi/chainguard-base:latest@sha256:32f06b169bb4b0f257fbb10e8c8379f06d3ee1355c89b3327cb623781a29590e",
WOLFI("docker.elastic.co/wolfi/chainguard-base:latest@sha256:1b51ff6dba78c98d3e02b0cd64a8ce3238c7a40408d21e3af12a329d44db6f23",
"-wolfi",
"apk"
),
Expand Down
3 changes: 3 additions & 0 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,3 +464,6 @@ tests:
- class: org.elasticsearch.xpack.esql.optimizer.PhysicalPlanOptimizerTests
method: testVerifierOnMissingReferencesWithBinaryPlans {default}
issue: https://github.com/elastic/elasticsearch/issues/118707
- class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT
method: testCohereEmbeddings {upgradedNodes=1}
issue: https://github.com/elastic/elasticsearch/issues/116974

0 comments on commit fcd2bc4

Please sign in to comment.