Skip to content

Commit 05cfc8d

Browse files
authored
Upgrade docker to 1.3 (#114)
Signed-off-by: Karishma Joseph <[email protected]>
1 parent 5489ba4 commit 05cfc8d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can use the packaged Dockerfile and docker-compose.yml files [here](./docker
114114

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

117-
`docker build -t opensearch/pa-rca:1.2 .`
117+
`docker build -t opensearch/pa-rca:1.3 .`
118118

119119
3. Spin up a two node cluster as follows:
120120

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ task buildDocker(type: Exec) {
446446
dependsOn(copyAllArtifacts)
447447

448448
workingDir(dockerArtifactsDir)
449-
commandLine 'docker', 'build', '-t', 'opensearch/pa-rca:1.2', '.'
449+
commandLine 'docker', 'build', '-t', 'opensearch/pa-rca:1.3', '.'
450450
}
451451

452452
task runDocker(type: Exec) {

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ version: '2.1'
3232
services:
3333
opensearch1:
3434
container_name: opensearch1
35-
image: opensearch/pa-rca:1.2
35+
image: opensearch/pa-rca:1.3
3636
mem_limit: 4g
3737
networks:
3838
opensearchnet:
@@ -53,7 +53,7 @@ services:
5353
container_name: opensearch2
5454
environment:
5555
- node.master=false
56-
image: opensearch/pa-rca:1.2
56+
image: opensearch/pa-rca:1.3
5757
mem_limit: 4g
5858
networks:
5959
- opensearchnet

0 commit comments

Comments
 (0)