|
@@ -113,11 +113,6 @@ func (cs *ImageService) GetLayerFolders(img *image.Image, rwLayer layer.RWLayer)
|
|
panic("not implemented")
|
|
panic("not implemented")
|
|
}
|
|
}
|
|
|
|
|
|
-// Map returns a map of all images in the ImageStore.
|
|
|
|
-func (cs *ImageService) Map() map[image.ID]*image.Image {
|
|
|
|
- panic("not implemented")
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
// GetLayerByID returns a layer by ID
|
|
// GetLayerByID returns a layer by ID
|
|
// called from daemon.go Daemon.restore(), and Daemon.containerExport().
|
|
// called from daemon.go Daemon.restore(), and Daemon.containerExport().
|
|
func (cs *ImageService) GetLayerByID(string) (layer.RWLayer, error) {
|
|
func (cs *ImageService) GetLayerByID(string) (layer.RWLayer, error) {
|
|
@@ -264,11 +259,6 @@ func (cs *ImageService) LoadImage(inTar io.ReadCloser, outStream io.Writer, quie
|
|
panic("not implemented")
|
|
panic("not implemented")
|
|
}
|
|
}
|
|
|
|
|
|
-// LookupImage is not implemented.
|
|
|
|
-func (cs *ImageService) LookupImage(ctx context.Context, name string) (*types.ImageInspect, error) {
|
|
|
|
- panic("not implemented")
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
// PushImage initiates a push operation on the repository named localName.
|
|
// PushImage initiates a push operation on the repository named localName.
|
|
func (cs *ImageService) PushImage(ctx context.Context, image, tag string, metaHeaders map[string][]string, authConfig *types.AuthConfig, outStream io.Writer) error {
|
|
func (cs *ImageService) PushImage(ctx context.Context, image, tag string, metaHeaders map[string][]string, authConfig *types.AuthConfig, outStream io.Writer) error {
|
|
panic("not implemented")
|
|
panic("not implemented")
|