Jeroen Landheer
Jeroen Landheer
I have tried to install PowerShellGet v3 (Beta 4) and my results were not that encouraging 😢 ``` PS> Get-PSResourceRepository Name Url Trusted Priority ---- --- ------- -------- MyRepository https://[REDACTED]/v3/index.json...
@MS-LUF I've ran a couple of tests and I can confirm that using TLS this is not working on Beta 10 atm. (We have BaGet deployed on a linux kubernetes...
@OCram85 The issues you describe are very distinct. - PowerShell 5.x is based on the .Net Framework; PowerShell 7+ on .Net Core (multi-platform) or .net 5/6. Modules created for these...
A few extra things to consider when putting this up for triage: - When I install a module on one machine and I am later at a different PC, OneDrive...
@iSazonov Sorry, that was a typo. This should indeed go there too, but don't you think they will choose the location of the modules where they install them... based on...
If I read all of this it seems that everyone is in agreement that the "My Documents" folder was a poor choice and that on Windows the AppData folder is...
I can second this, I am looking for a tool to create containers on the Windows platform without using Docker (since the docker runtime will be deprecated soon on Kubernetes.)...
Probably related to this: Grafana Loki charts uses Grafana-Agent-Operator as a sub-chart. This sub-chart is outdated (v0.25.1) and should be updated. v0.25.1 has several vulnerabilities (28 in the agent, 22...
This is probably the one you're looking for: https://github.com/tgagor/docker-centos/blob/master/stream8/Dockerfile Update: Nevermind, this wasn't the original image but an image that has a built-in update.
I hit this issue too, the easiest way to solve it is: ```shell set PATH=%ProgramFiles%\Git\bin;%PATH% helm plugin uninstall cm-push helm plugin install https://github.com/chartmuseum/helm-push ``` The issue is that often the...