Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specs-go/v1: add annotations field to descriptor #551

Merged

Conversation

stevvooe
Copy link
Contributor

@stevvooe stevvooe commented Feb 3, 2017

Signed-off-by: Stephen J Day stephen.day@docker.com

@opencontainers/image-spec-maintainers PTAL

@crosbymichael
Copy link
Member

LGTM

@wking
Copy link
Contributor

wking commented Feb 3, 2017 via email

@vbatts
Copy link
Member

vbatts commented Feb 3, 2017

LGTM

Approved with PullApprove

@stevvooe
Copy link
Contributor Author

stevvooe commented Feb 3, 2017

@vbatts
Copy link
Member

vbatts commented Feb 7, 2017

bump

@stevvooe
Copy link
Contributor Author

stevvooe commented Feb 7, 2017

LGTM

Approved with PullApprove

@@ -30,4 +30,7 @@ type Descriptor struct {

// URLs specifies a list of URLs from which this object MAY be downloaded
URLs []string `json:"urls,omitempty"`

// Annotations contains arbitray metadata relating to the targeted content.
Annotations map[string]string
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from #570, this ought to have json:"annotations,omitempty"

@stevvooe stevvooe force-pushed the annotations-field-on-descriptor branch from 9bdb5c5 to 9bbe0dd Compare February 13, 2017 21:52
@stevvooe
Copy link
Contributor Author

@vbatts Added omitempty.

@vbatts
Copy link
Member

vbatts commented Feb 15, 2017

LGTM

Approved with PullApprove

@@ -30,4 +30,7 @@ type Descriptor struct {

// URLs specifies a list of URLs from which this object MAY be downloaded
URLs []string `json:"urls,omitempty"`

// Annotations contains arbitray metadata relating to the targeted content.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arbitrary

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@vbatts vbatts added this to the v1.0.0-rc5 milestone Feb 15, 2017
Signed-off-by: Stephen J Day <stephen.day@docker.com>
@stevvooe stevvooe force-pushed the annotations-field-on-descriptor branch from 9bbe0dd to c14c499 Compare February 15, 2017 21:16
@vbatts
Copy link
Member

vbatts commented Feb 15, 2017

LGTM

Approved with PullApprove

1 similar comment
@philips
Copy link
Contributor

philips commented Feb 15, 2017

LGTM

Approved with PullApprove

@philips philips merged commit bba6ed8 into opencontainers:master Feb 15, 2017
@stevvooe stevvooe deleted the annotations-field-on-descriptor branch February 15, 2017 23:16
@jbouzane
Copy link

jbouzane commented Feb 16, 2017

LGTM

Approved with PullApprove

@jonboulle
Copy link
Contributor

jonboulle commented Feb 16, 2017

lgtm

Approved with PullApprove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants