File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 - 3306:3306
1515 options : --tmpfs /tmp:rw --tmpfs /var/lib/mysql:rw --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
1616 opensearch :
17- image : opensearchproject/opensearch:2
17+ image : docker.io/wardenenv/elasticsearch:8.1
1818 ports :
1919 - 9200:9200
2020 env :
2121 ' discovery.type ' : single-node
22- ' plugins .security.disabled ' : true
23- OPENSEARCH_JAVA_OPTS : " -Xms64m -Xmx512m"
22+ ' xpack .security.enabled ' : false
23+ ES_JAVA_OPTS : " -Xms64m -Xmx512m"
2424 options : --health-cmd="curl localhost:9200/_cluster/health?wait_for_status=yellow&timeout=60s" --health-interval=10s --health-timeout=5s --health-retries=3
2525 steps :
2626 - uses : actions/checkout@v2
@@ -43,13 +43,13 @@ jobs:
4343 - 3306:3306
4444 options : --tmpfs /tmp:rw --tmpfs /var/lib/mysql:rw --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
4545 opensearch :
46- image : opensearchproject/opensearch:2
46+ image : docker.io/wardenenv/elasticsearch:8.1
4747 ports :
4848 - 9200:9200
4949 env :
5050 ' discovery.type ' : single-node
51- ' plugins .security.disabled ' : true
52- OPENSEARCH_JAVA_OPTS : " -Xms64m -Xmx512m"
51+ ' xpack .security.enabled ' : false
52+ ES_JAVA_OPTS : " -Xms64m -Xmx512m"
5353 options : --health-cmd="curl localhost:9200/_cluster/health?wait_for_status=yellow&timeout=60s" --health-interval=10s --health-timeout=5s --health-retries=3
5454 steps :
5555 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments