powerclicore
powerclicore copied to clipboard
PowerCLI Core Dockerfile
### Describe the bug Hi, Is it possible to fix the Dockerhub push to have vmware/powerclicore:13.2 on Dockerhub ? Thanks ### Reproduction steps 1. docker pull vmware/powerclicore:latest (--> 13.1) ###...
### Is your feature request related to a problem? Please describe. It would be really helpful to provide images for [multiple architectures](https://docs.docker.com/build/building/multi-platform/) (especially with the advent of the new apple...
In particular, we'd like to see support for a credential store that we can prepopulate via our binding, so that folks can use `vmware/powerclicore` to run authenticated scripts as Kubernetes...
### Is your feature request related to a problem? Please describe. As of now, there is no `RequiredVersion` parameter specified when installing the PowerCLI module in the Dockerfile. This means...
Connect-HVServer : The 'Connect-HVServer' command was found in the module 'VMware.VimAutomation.HorizonView', but the module could not be loaded. For more information, run 'Import-Module VMware.VimAutomation.HorizonView' 
Includes updated to pin versions of Powershell, PackageManagement, and PowerShellGet Fixes: https://github.com/vmware/powerclicore/issues/33
The image when used in the docker-compose.yml creates the container which exits immediately and not able to run. When it is started it again exits. Below is the yaml for...
if run 'Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false | Out-Null' i get the following message ``` WARNING: Please consider joining the VMware Customer Experience Improvement Program, so you can help us make...
Hi, I am getting Error for InternalHttpClientHandler for some powerNSX commands on ABX actions Docker Image based on photon:3.0-20200609 with modules VMware.PowerCLI -12.0.0.15947286, PowerNSX 3.0.1174, PowervRA 4.1.1 Invoke-NsxWebRequest : An...
I am copying a powershell script into the container with Dockerfile and running it with `CMD echo "pwsh -File '/root/makevm.ps1' | bash` The Powershell executes but just sends all the...