struct V1::Tarball::SingleImageTarDescriptor

Overview

SingleImageTarDescriptor is the struct used to represent a single image inside a docker save tarball.

Defined in:

v1/tarball/image.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_273 : JSON::PullParser) #

def self.new(config = "", repo_tags = [] of String, layers = [] of String) #

[View source]

Instance Method Detail

def config : String #

def config=(_config : String) #

def layers : Array(String) #

def layers=(_layers : Array(String)) #

def repo_tags : Array(String) #

def repo_tags=(_repo_tags : Array(String)) #

def to_json(json : JSON::Builder) #