-
Notifications
You must be signed in to change notification settings - Fork 144
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_test.go - Support OCI Image Layout #4139
Conversation
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Integration test failure is not related to this change: it's a permission issue that is fixed after commit |
When you backport to 8.12 you won't have Go 1.21, you'll need elastic/beats@79814b9 |
Unrelated failure, I'm forcing the merge to unblock our builds |
* fixed package_test for newer docker format * Fixed docker packaging * remove unwanted error package from copy.go (cherry picked from commit ca5fdac) # Conflicts: # dev-tools/packaging/package_test.go
) * package_test.go - Support OCI Image Layout (#4139) * fixed package_test for newer docker format * Fixed docker packaging * remove unwanted error package from copy.go (cherry picked from commit ca5fdac) # Conflicts: # dev-tools/packaging/package_test.go * slice contains fixed --------- Co-authored-by: Michal Pristas <[email protected]>
Port of elastic/beats#37727
on top of that it fixes docker packaging