Skip to content

Commit be2b932

Browse files
committed
Updating Docker names and versions
1 parent 6fcb8f0 commit be2b932

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

.github/workflows/elastic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
distribution: 'temurin'
1616
cache: maven
1717
- name: Starting ElasticSearch
18-
run: docker-compose -f docker/sas-elastic/docker-compose.yml --project-directory . up -d elastic
18+
run: docker compose -f docker/sas-elastic/compose.yaml --project-directory . up -d elastic
1919
- name: Wait for Elastic to start
2020
run: .github/bin/waitHttp.sh "http://localhost:9200/_cluster/health?wait_for_status=yellow&timeout=50s"
2121
- name: Run Tests

.github/workflows/solr-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111

1212
- name: Starting SOLR
13-
run: docker-compose -f docker/sas-solr-cloud/docker-compose.yml --project-directory . up -d
13+
run: docker compose -f docker/sas-solr-cloud/compose.yaml --project-directory . up -d
1414

1515
- name: Wait for SOLR to start
1616
run: docker exec -t solr1 /opt/docker-solr/scripts/wait-for-solr.sh --max-attempts 10 --wait-seconds 5 --solr-url http://0.0.0.0:8983/

.github/workflows/solr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
distribution: 'temurin'
1616
cache: maven
1717
- name: Starting SOLR
18-
run: mkdir solr-data && chmod 777 solr-data && docker-compose -f docker/sas-solr/docker-compose.yml --project-directory . up -d solr
18+
run: mkdir solr-data && chmod 777 solr-data && docker compose -f docker/sas-solr/compose.yaml --project-directory . up -d solr
1919

2020
- name: checking docker
2121
run: docker ps && docker logs sas_solr
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)