VMware Cloud Community
brtlvrs
Enthusiast
Enthusiast

are the issues on vmware/powerclicore source code monitored ?

Recently I tried to build a docker image with the source of the vmware/powerclicore image.
The source can be found at github atvmware/powerclicore: PowerCLI Core Dockerfile (github.com)

But the build fails.
It fails on the following line in the Dockerfile
pwsh -c "Enable-ExperimentalFeature PSDesiredStateConfiguration.InvokeDscResource" && \

When commented out, the build is succesfull.
I raised an issue on the github repository, but deducting from the status and creation time of other issues I have my thoughts if the issues are actively monitored.

Any thoughts / details on this ??

Please consider marking this answer "CORRECT" or "Helpful" if you think your question have been answered correctly.
Labels (2)
Tags (2)
0 Kudos
1 Reply
LucD
Leadership
Leadership

It depends which PS Core version you are using.
In PSV7.2 this was indeed an experimental feature, in PSV7.3 it isn't.
See Using Experimental Features in PowerShell - PowerShell | Microsoft Learn


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos