Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ class FileLocation
# @!attribute [rw] layer_count
# @return [::Integer]
# The number of layers that the base image is composed of.
# @!attribute [rw] registry
# @return [::String]
# The registry in which the base image is from.
class BaseImage
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down
Loading