Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update localstack and opensearch #5824

Merged
merged 9 commits into from
Aug 1, 2023
Merged

Update localstack and opensearch #5824

merged 9 commits into from
Aug 1, 2023

Conversation

iHiD
Copy link
Member

@iHiD iHiD commented Jul 31, 2023

No description provided.

@iHiD iHiD requested a review from ErikSchierboom July 31, 2023 22:45
@iHiD
Copy link
Member Author

iHiD commented Jul 31, 2023

@ErikSchierboom Can you check you're happy with this please. _type was removed: opensearch-project/OpenSearch#2979

Gemfile Outdated
@@ -37,7 +37,7 @@ gem 'kaminari'
gem 'oj', '~> 3.14.0'

# Setup dependencies
gem 'exercism-config', '>= 0.106.0'
gem 'exercism-config', '>= 0.107.0.beta1'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to release an actual config gem and update this before merging,

@@ -69,7 +69,7 @@ We use localstack and opensearch, and run them via Docker.

```bash
docker run -dp 3042:8080 -p 3040:4566 -p 3041:4566 localstack/localstack
docker run -dp 9200:9200 -e "discovery.type=single-node" opensearchproject/opensearch:1.1.0
docker run -dp 9200:9200 -e "discovery.type=single-node" opensearchproject/opensearch:2.9.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we save these versions somewhere so that they're consistent in dev + ci?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ErikSchierboom ErikSchierboom force-pushed the new-ci-versions branch 2 times, most recently from 1cd61fa to 57ac597 Compare August 1, 2023 08:12
docker run -dp 3042:8080 -p 3040:4566 -p 3041:4566 localstack/localstack:2.2.0
docker run -dp 9200:9200 -e "discovery.type=single-node" opensearchproject/opensearch:2.9.0
docker run -dp 3042:8080 -p 3040:4566 -p 3041:4566 $(jq -r '.localstack' .dockerimages.json)
docker run -dp 9200:9200 -e "discovery.type=single-node" $(jq -r '.opensearch' .dockerimages.json)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat!

@iHiD iHiD merged commit 6ce1314 into main Aug 1, 2023
@iHiD iHiD deleted the new-ci-versions branch August 1, 2023 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants