Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Import-ContainerImage doesn't work #18

@mcascone

Description

@mcascone

It's installed:

PS C:\Users\mcascone\Documents> Get-PackageProvider

Name                     Version          DynamicOptions
----                     -------          --------------
ContainerImage           0.6.4.0

But doesn't work:

PS C:\Users\mcascone\Documents> find-package -provider containerimage
WARNING: Cannot bind argument to parameter 'fastPackageReference' because it is an empty string.
WARNING: The property 'version' cannot be found on this object. Verify that the property exists.
WARNING: The property 'Name' cannot be found on this object. Verify that the property exists.
WARNING: Cannot find path 'C:\Users\mcascone\AppData\Local\ContainerImage\ContainerImageGallery_ContainerImageSearchIndex.txt' because it does not exist.
WARNING: Http.GetAsync did not return successful status code. Status Code: NotFound, The specified resource does not exist.
PS C:\Users\mcascone\Documents> Import-ContainerImage ContainerImage
Import-ContainerImage : The term 'Import-ContainerImage' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name,
or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Import-ContainerImage ContainerImage
+ ~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Import-ContainerImage:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions