Skip to content

Commit

Permalink
Merge pull request #325 from CybercentreCanada/update_pipelines
Browse files Browse the repository at this point in the history
Update to use official Elasticsearch image for testing
  • Loading branch information
cccs-rs authored Feb 19, 2025
2 parents 7d45b11 + 82a3d01 commit 3b59b7e
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 3b59b7e

Please sign in to comment.