Skip to content

Commit

Permalink
Merge pull request #253 from DataDog/moises.botarro/extend-ctr-img-pa…
Browse files Browse the repository at this point in the history
…yload-with-publish-field

[contimage] Extend proto definition to include the publishedAt field
  • Loading branch information
mbotarro committed May 31, 2023
2 parents 19389d4 + b9137df commit 1e7b2fc
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 45 deletions.
102 changes: 59 additions & 43 deletions contimage/contimage.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions proto/contimage/contimage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ message ContainerImage {
}
History history = 5;
}
repeated ContainerImageLayer layers = 10;
google.protobuf.Timestamp builtAt = 11;
repeated ContainerImageLayer layers = 10;

google.protobuf.Timestamp builtAt = 11;
optional google.protobuf.Timestamp publishedAt = 13;
}

0 comments on commit 1e7b2fc

Please sign in to comment.