-
Notifications
You must be signed in to change notification settings - Fork 523
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
package: use wolfi prefix #13357
package: use wolfi prefix #13357
Conversation
This pull request does not have a backport label. Could you fix it @v1v? 🙏
NOTE: |
@v1v can you resolve the merge conflicts ? |
This pull request is now in conflicts. Could you fix it @v1v? 🙏
|
* upstream/main: chore: Update .go-version with Golang version 1.22.4 (#13367) build(deps): bump github.com/jaegertracing/jaeger from 1.56.0 to 1.57.0 in /systemtest (#13316) [updatecli] Bump elastic stack version to 8.15.0-725cdb43 (#13363) feat: add wolfi based image (#12671) Add Amazon Linux 2023 to the smoke tests (#13358) Update apm-data and remap for OTel hostmetrics to elastic metrics (#13196) build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.13.1 to 8.14.0 (#13356)
…erver into feature/wolfi-name * 'feature/wolfi-name' of https://github.com/elastic/apm-server:
* package: use wolfi prefix * rename for wolfi * rename (cherry picked from commit f63836c)
* package: use wolfi prefix * rename for wolfi * rename (cherry picked from commit f63836c) Co-authored-by: Victor Martinez <[email protected]>
Motivation/summary
We have agreed to use
apm-server-wolfi
- "We want for users/customers to know the os flavor"Let's wait for #12671 regardless
Checklist
For functional changes, consider:
How to test these changes
Locally running the package make goal
CI
If you create a feature branch in the upstream then the CI will do the rest, for instance I created
feature/wolfi-name
Related issues