8c463a47a9
Use LABEL instruction instead of MAINTAINER (deprecated) instruc- tion as suggested by Docker's official dockerfile guide. docs.docker.com/engine/reference/builder/#maintainer-deprecated Closes-Bug: #1683652 Change-Id: Ie87a1ddf31aefcd0b623fd2837d78de420e76898
6 lines
179 B
YAML
6 lines
179 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Following Docker's official guide, the deprecated MAINTAINER instructions
|
|
are replaced by the more flexible LABEL instructions in all dockerfiles.
|