Skip to content

Commit

Permalink
[RND-565] Update open search image version for test execution (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
andonyns authored Jun 9, 2023
1 parent 87a95de commit d19a7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let startedContainer: StartedTestContainer;
export async function setup() {
const openSearchPort = parseInt(process.env.OPENSEARCH_PORT ?? '8201', 10);
startedContainer = await new GenericContainer(
'opensearchproject/opensearch:2.5.0@sha256:f077efb452be64d3df56d74fe99fd63244704896edf6ead73a0f5decb95a40bf',
'opensearchproject/opensearch:2.7.0@sha256:55f1f67e7d3645aa838b63a589bce5645154ba275814e52d4638d371ca0f8cb5',
)
.withName('opensearch-test')
.withExposedPorts({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export async function setup(network: StartedNetwork) {
try {
const openSearchPort = parseInt(process.env.OPENSEARCH_PORT ?? '8200', 10);
const container = new GenericContainer(
'opensearchproject/opensearch:2.5.0@sha256:f077efb452be64d3df56d74fe99fd63244704896edf6ead73a0f5decb95a40bf',
'opensearchproject/opensearch:2.7.0@sha256:55f1f67e7d3645aa838b63a589bce5645154ba275814e52d4638d371ca0f8cb5',
)
.withName('opensearch-test')
.withNetwork(network)
Expand Down

0 comments on commit d19a7c0

Please sign in to comment.