From c78a2a63fca44c9914723170ad7bb82ff06937aa Mon Sep 17 00:00:00 2001 From: Mark Van de Vyver Date: Wed, 18 Apr 2018 04:42:56 +1000 Subject: [PATCH] Allow for multiple authors Arises where a container is a composition of several containers. See Buildah issue #591 specifically the current use case given in [comment](https://github.com/projectatomic/buildah/issues/591#issuecomment-381722873) --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index 398296ae4..a6628b1cf 100644 --- a/config.md +++ b/config.md @@ -98,7 +98,7 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a - **author** *string*, OPTIONAL - Gives the name and/or email address of the person or entity which created and is responsible for maintaining the image. + Gives the names and/or email addresses of the persons or entities which created and are responsible for maintaining the image. Multiple names should be comma delimted. - **architecture** *string*, REQUIRED