Skip to content

Commit

Permalink
[contimage] Rename Created field to BuiltAt
Browse files Browse the repository at this point in the history
  • Loading branch information
L3n41c committed Jan 19, 2023
1 parent 7b01ee8 commit afb1a01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions contimage/contimage.pb.go

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

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

0 comments on commit afb1a01

Please sign in to comment.