microsoft / navcontainerhelper

Official Microsoft repository for BcContainerHelper, a PowerShell module, which makes it easier to work with Business Central Containers on Docker.
MIT License
383 stars 247 forks source link

UnPublish-NavContainerApp: The specified Extension is not published. #1320

Closed georgii01 closed 4 years ago

georgii01 commented 4 years ago

Probably need to pass the name of the tenant.

UnPublish-BCContainerApp -containerName se17 -appName "Demo" -publisher "Demo" -version 17.0.0.0 -unInstall -force

Error message: The specified Extension is not published.

image

BcContainer configuration: Multitenant = "Yes"

NavContainerHelper is version 0.7.0.26 NavContainerHelper is running as administrator Host is Microsoft Windows Server 2019 1809 Client: Docker Engine - Enterprise Version: 19.03.2 API version: 1.40 Go version: go1.12.8 Git commit: c92ab06ed9 Built: 09/03/2019 16:38:11 OS/Arch: windows/amd64 Experimental: false

Server: Docker Engine - Enterprise Engine: Version: 19.03.2 API version: 1.40 (minimum version 1.24) Go version: go1.12.8 Git commit: c92ab06ed9 Built: 09/03/2019 16:35:47 OS/Arch: windows/amd64 Experimental: false

freddydk commented 4 years ago

I think this is fixed in the latest BcContainerHelper - maybe you need the 1.0.7-preview

georgii01 commented 4 years ago

Thanks.