Skip to content

Commit

Permalink
[2.11] Update docker and gradle for launch (#514)
Browse files Browse the repository at this point in the history
* [2.11] Update docker and gradle for launch

Signed-off-by: Arjun kumar Giri <arjung@amazon.com>

* [2.11] Updating the build.gradle and Install for the release

Signed-off-by: Arjun kumar Giri <arjung@amazon.com>

* [2.11] Updating the build.gradle and Install for the release

Signed-off-by: Arjun kumar Giri <arjung@amazon.com>

* [2.11] Updating the build.gradle and docker release

Signed-off-by: Arjun kumar Giri <arjung@amazon.com>

---------

Signed-off-by: Arjun kumar Giri <arjung@amazon.com>
Co-authored-by: Arjun kumar Giri <arjung@amazon.com>
  • Loading branch information
arjunkumargiri and arjunkumargiri authored Oct 11, 2023
1 parent 52e8226 commit cc45898
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ task copyReaderMetricsFiles(type: Copy) {
task buildDocker(type: Exec) {
dependsOn(copyAllArtifacts)
workingDir(dockerArtifactsDir)
commandLine 'docker', 'build', '-t', 'opensearch/pa-rca:2.10', '.', '--build-arg', "JDK_VER=${buildDockerJdkVersion}"
commandLine 'docker', 'build', '-t', 'opensearch/pa-rca:2.11', '.', '--build-arg', "JDK_VER=${buildDockerJdkVersion}"
}

task runDocker(type: Exec) {
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version: '2.1'
services:
opensearch1:
container_name: opensearch1
image: opensearch/pa-rca:2.10
image: opensearch/pa-rca:2.11
mem_limit: 4g
networks:
opensearchnet:
Expand All @@ -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 cc45898

Please sign in to comment.