-
Notifications
You must be signed in to change notification settings - Fork 442
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
Use docker.elastic.co/observability/stream:v0.15.0 #9429
Use docker.elastic.co/observability/stream:v0.15.0 #9429
Conversation
🚀 Benchmarks reportTo see the full report comment with |
[git-generate] find . -name 'docker-compose.yml' -exec perl -p -i -e 's|akroh/stream:v\d+\.\d+\.\d+$|docker.elastic.co/observability/stream:v0.15.0|g' {} \;
[git-generate] find . -name 'docker-compose.yml' -not -path '*/system/*' \ -exec perl -p -i -e 's|docker.elastic.co/observability/stream:v\d+\.\d+\.\d+$|docker.elastic.co/observability/stream:v0.15.0|g' {} \;
|
💚 Build Succeeded
History
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform) |
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.
LGTM! can't wait for package-registry to make a release and then arm64 native execution here we go through elastic-package
Proposed commit message
Use elastic/stream:v0.15.0 across all system tests. This will help reduce data transfer costs because the latest image is smaller (based on alpine) and the image cache will be more effective because most tests will rely on the same elastic/stream image.
The latest release also provides a multi-arch image for amd64 and arm64 so it can run natively (without emulation), which good for developers running Apple ARM chips.
There's no requirement that all tests be on the same image version, but I might sync them occasionally. There is no version or changelog entry because this is not a user-facing change (affects tests only).
Checklist
changelog.yml
file.