File tree 4 files changed +12
-12
lines changed
test/projects/assorted/@npm-opensource-os
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 9
9
- image : ' ${dockerImage}'
10
10
environment :
11
11
opensearchEndpoint : localhost:9200
12
- - image : opensearchproject/opensearch:2.9 .0
12
+ - image : opensearchproject/opensearch:2.13 .0
13
13
environment :
14
14
- discovery.type=single-node
15
- - plugins.security.disabled =true
15
+ - DISABLE_SECURITY_PLUGIN =true
16
16
<<< :
17
17
- steps :
18
18
- run :
Original file line number Diff line number Diff line change 13
13
docker run \
14
14
--name os1 \
15
15
-e " discovery.type=single-node" \
16
- -e " plugins.security.disabled =true" \
17
- -d opensearchproject/opensearch:2.9 .0
16
+ -e " DISABLE_SECURITY_PLUGIN =true" \
17
+ -d opensearchproject/opensearch:2.13 .0
18
18
19
19
docker build \
20
20
--build-arg COMMAND=" $command " \
Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ jobs:
92
92
- image : cimg/node:18.19
93
93
environment :
94
94
opensearchEndpoint : localhost:9200
95
- - image : opensearchproject/opensearch:2.9 .0
95
+ - image : opensearchproject/opensearch:2.13 .0
96
96
environment :
97
97
- discovery.type=single-node
98
- - plugins.security.disabled =true
98
+ - DISABLE_SECURITY_PLUGIN =true
99
99
steps :
100
100
- run :
101
101
command : >
@@ -136,10 +136,10 @@ jobs:
136
136
- image : cimg/node:20.11
137
137
environment :
138
138
opensearchEndpoint : localhost:9200
139
- - image : opensearchproject/opensearch:2.9 .0
139
+ - image : opensearchproject/opensearch:2.13 .0
140
140
environment :
141
141
- discovery.type=single-node
142
- - plugins.security.disabled =true
142
+ - DISABLE_SECURITY_PLUGIN =true
143
143
steps :
144
144
- run :
145
145
command : >
@@ -180,10 +180,10 @@ jobs:
180
180
- image : cimg/node:21.6
181
181
environment :
182
182
opensearchEndpoint : localhost:9200
183
- - image : opensearchproject/opensearch:2.9 .0
183
+ - image : opensearchproject/opensearch:2.13 .0
184
184
environment :
185
185
- discovery.type=single-node
186
- - plugins.security.disabled =true
186
+ - DISABLE_SECURITY_PLUGIN =true
187
187
steps :
188
188
- run :
189
189
command : >
Original file line number Diff line number Diff line change 13
13
docker run \
14
14
--name os1 \
15
15
-e " discovery.type=single-node" \
16
- -e " plugins.security.disabled =true" \
17
- -d opensearchproject/opensearch:2.9 .0
16
+ -e " DISABLE_SECURITY_PLUGIN =true" \
17
+ -d opensearchproject/opensearch:2.13 .0
18
18
19
19
docker build \
20
20
--build-arg COMMAND=" $command " \
You can’t perform that action at this time.
0 commit comments