package importer

import "github.com/kubernetes-incubator/cri-containerd/pkg/containerd/importer"

Index

Functions

func Import

func Import(ctx context.Context, client *containerd.Client, reader io.Reader) (_ []string, retErr error)

Import implements Docker Image Spec v1.1. An image MUST have `manifest.json`. `repositories` file in Docker Image Spec v1.0 is not supported (yet). Also, the current implementation assumes the implicit file name convention, which is not explicitly documented in the spec. (e.g. foobar/layer.tar) It returns a group of image references successfully loaded.

Source Files

importer.go

Version
v1.0.0
Published
Apr 23, 2018
Platform
js/wasm
Imports
20 packages
Last checked
12 minutes ago

Tools for package owners.