Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing: Fix Docker deprecation warnings (elastic#40734)
* 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)
- Loading branch information