Skip to content

Commit

Permalink
[2.11] Updating the build.gradle and docker release
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun kumar Giri <[email protected]>
  • Loading branch information
arjunkumargiri committed Oct 11, 2023
1 parent 12cd27b commit 891d8eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ You can use the packaged Dockerfile and docker-compose.yml files [here](./docker

2. Build and tag the Docker image with our RCA framework.

`docker build -t opensearch/pa-rca:2.10 .`
`docker build -t opensearch/pa-rca:2.11 .`

3. Spin up a two node cluster as follows:

Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:

opensearch2:
container_name: opensearch2
image: opensearch/pa-rca:2.10
image: opensearch/pa-rca:2.11
mem_limit: 4g
networks:
- opensearchnet
Expand Down

0 comments on commit 891d8eb

Please sign in to comment.