-
Notifications
You must be signed in to change notification settings - Fork 5k
testing: Fix Docker deprecation warnings #40734
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
testing: Fix Docker deprecation warnings #40734
Conversation
I stumbled upon some warnings when trying to start the integration testing environment. The errors don't cause any harm but they pollute the output of the tool. Errors include: WARN[0000] /home/mauri870/git/elastic/beats/testing/environments/snapshot.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avo id potential confusion WARN[0000] /home/mauri870/git/elastic/beats/testing/environments/local.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion WARN: MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 4)
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
NOTE: |
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
|
|
* testing: Fix Docker deprecation warnings I stumbled upon some warnings when trying to start the integration testing environment. The errors don't cause any harm but they pollute the output of the tool. Errors include: WARN[0000] /home/mauri870/git/elastic/beats/testing/environments/snapshot.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avo id potential confusion WARN[0000] /home/mauri870/git/elastic/beats/testing/environments/local.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion WARN: MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 4) (cherry picked from commit 28cd825)
* testing: Fix Docker deprecation warnings I stumbled upon some warnings when trying to start the integration testing environment. The errors don't cause any harm but they pollute the output of the tool. Errors include: WARN[0000] /home/mauri870/git/elastic/beats/testing/environments/snapshot.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avo id potential confusion WARN[0000] /home/mauri870/git/elastic/beats/testing/environments/local.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion WARN: MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 4) (cherry picked from commit 28cd825) Co-authored-by: Mauri de Souza Meneguzzo <[email protected]> Co-authored-by: Pierre HILBERT <[email protected]>
Proposed commit message
I stumbled upon some warnings when trying to start the integration testing environment. The logs don't cause any harm but they pollute the output of the tool. Warnings include:
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.How to test this PR locally
cd testing/environments; make start ENV=snapshot.yml