Skip to content

Commit

Permalink
Update to use official Elasticsearch image for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs committed Feb 19, 2025
1 parent 7d45b11 commit 82a3d01
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pipelines/full-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ resources:
ports:
- 2222:2222
- container: elasticsearch
image: cccs/elasticsearch:8.10.2
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.2
env:
xpack.security.enabled: true
discovery.type: single-node
ES_JAVA_OPTS: "-Xms256m -Xmx512m"
DISCOVERY_TYPE: "single-node"
ELASTIC_PASSWORD: "devpass"
ELASTIC_PASSWORD: devpass
ports:
- 9200:9200
- container: minio
Expand Down

0 comments on commit 82a3d01

Please sign in to comment.