vmware / powerclicore

PowerCLI Core Dockerfile
Apache License 2.0
97 stars 48 forks source link

Update powershell version. Set TERM to linux-basic. #59

Closed dmilov closed 2 years ago

dmilov commented 2 years ago

Fixes issue #58.

The TERM linux create terminal with small witdh which prevents displaying hashtable formatted by Out-String cmdlet. The issue details are described in #58.

Update PowerShell version to 7.1.2-2, the latest available Photon OS PowerShell package. It is not necessary to install powershell manually now because the experimental feature for Invoke-DSCResource is available on 7.1.2-2.

Signed-off-by: Dimitar Milov dmilov@vmware.com