-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Use dedicated elasticsearch image for observabilitySRE smoke testing #17627
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
base: 8.19
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds are not yet being published to container registry. Waiting on unified release snapshot build. DNM for now.
b9ed2d6
to
893ad56
Compare
The ES team has started publishing a purpose built image for the fedramp high project. Update our smoke test stack to use this container.
893ad56
to
511fbd8
Compare
The new image does not provide the stub `/app/elasticsearch.sh` file https://github.com/elastic/elasticsearch/blob/1a1763c591c4c32bf66f0df3bce2040e8f19a1a2/distribution/docker/README.md?plain=1#L16-L19 previously available. This commit overrides the entrypoint to avoid needing that file. See: https://github.com/elastic/elasticsearch/blob/1a1763c591c4c32bf66f0df3bce2040e8f19a1a2/distribution/docker/src/docker/Dockerfile.ess#L38C5-L40C37
@@ -18,6 +18,8 @@ services: | |||
- xpack.security.transport.ssl.certificate_authorities=/usr/share/elasticsearch/config/certs/ca.crt | |||
ports: | |||
- "9200:9200" | |||
entrypoint: ["/usr/local/bin/docker-entrypoint.sh"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I proposed a change upstream to avoid this elastic/elasticsearch#127788
This is approved, elastic/elasticsearch#127788 I can remove the workaround. Will do that when i get an updated snapshot. |
|
Upstream fix has promoted and been released! This is g2g. |
💛 Build succeeded, but was flaky
Failed CI StepsHistory
|
Release notes
[rn:skip]
What does this PR do?
The ES team has started publishing a purpose built image for the fedramp high project. Update our smoke test stack to use this container.
Why is it important/What is the impact to the user?
N/A
Checklist
[ ] My code follows the style guidelines of this project[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration files (and/or docker env variables)[ ] I have added tests that prove my fix is effective or that my feature works