Skip to content

Commit c78a2a6

Browse files
authored
Allow for multiple authors
Arises where a container is a composition of several containers. See Buildah issue opencontainers#591 specifically the current use case given in [comment](containers/buildah#591 (comment))
1 parent e562b04 commit c78a2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a
9898

9999
- **author** *string*, OPTIONAL
100100

101-
Gives the name and/or email address of the person or entity which created and is responsible for maintaining the image.
101+
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.
102102

103103
- **architecture** *string*, REQUIRED
104104

0 commit comments

Comments
 (0)