module V1::Partial::UncompressedImageCore
Overview
UncompressedImageCore represents the bare minimum interface a natively uncompressed image must implement for us to produce V1::Image
Included Modules
Defined in:
v1/partial/uncompressed.crInstance Method Summary
-
#layer_by_diff_id(h : V1::Hash) : UncompressedLayer
layer_by_diff_id is a variation on the V1.image method, which returns an UncompressedLayer instead.
Instance methods inherited from module V1::Partial::ImageCore
media_type : Types::MediaType
media_type,
raw_config_file : Bytes
raw_config_file
Instance Method Detail
layer_by_diff_id is a variation on the V1.image method, which returns an UncompressedLayer instead.