module V1::Partial::CompressedImageCore

Overview

CompressedImageCore represents the base minimum interface a natively compressed image must implement for us to produce a v1.Image.

Included Modules

Defined in:

v1/partial/compressed.cr

Instance Method Summary

Instance methods inherited from module V1::Partial::ImageCore

media_type : Types::MediaType media_type, raw_config_file : Bytes raw_config_file

Instance Method Detail

abstract def layer_by_digest(h : V1::Hash) : CompressedLayer #

variation on the V1 Image method, which returns a compressed layer instead


[View source]
abstract def raw_manifest : Bytes #

returns the serialized bytes of the manifest.


[View source]