mirror of
https://github.com/containers/skopeo.git
synced 2026-07-14 13:48:32 +00:00
When we encounter the MAINTAINER keyword in a Dockerfile, imagebuilder updates the Author field in the imagebuilder.Builder structure. Pick up that value when we go to commit the image. Should fix #448. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> Closes: #450 Approved by: rhatdan