kolla/releasenotes/notes/MAINTAINER-to-LABEL-344044f33ccfa161.yaml
Chen 8c463a47a9 Use LABEL instead of MAINTAINER (deprecated) in all Dockerfile.j2
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
2017-04-20 16:50:05 +09:00

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.