PowerShell-Docker icon indicating copy to clipboard operation
PowerShell-Docker copied to clipboard

Repository for building PowerShell Docker images

Results 31 PowerShell-Docker issues
Sort by recently updated
recently updated
newest added

## Summary For Ubuntu-based images, this just needs an `apt-get install openssh-client`. ## Steps to reproduce ```powershell New-PSSession -HostName ... -UserName ... -KeyFilePath ... ``` ## Expected behavior Should allow...

Issue-Enhancement

## Goal Add `entrypoint` routing, which supports routing string-based commands to different executables, with special logic for `pwsh`. In order to: * Provide actionable error messages. Users should know that...

Issue-Enhancement
Breaking Change
Committee-Reviewed

See https://github.com/PowerShell/PowerShell-Docker/pull/322#discussion_r342807730

Issue-Enhancement

Reference : https://github.com/dotnet/dotnet-docker/blob/caa1da581ff2e7f2246959c751ad59bfd6604ee7/3.0/sdk/alpine3.9/amd64/Dockerfile#L35

Issue-Enhancement

### Summary of the new feature / enhancement I wanted to manage certificates in a Windows nano image using Powershell, e.g. [Import-Certificate](https://learn.microsoft.com/en-us/powershell/module/pki/import-certificate?view=windowsserver2022-ps) Currently these Windows modules are not included. My...

Issue-Enhancement

![image](https://github.com/user-attachments/assets/ad127e4f-97c7-4ba2-b78c-724cceae5e94)

### Summary of the new feature / enhancement CBL-Mariner has been rebranded Azure Linux, we should have tags that alias that name to cbl-mariner equivalents. https://github.com/microsoft/azurelinux ### Proposed technical implementation...

Issue-Enhancement

### Summary of the new feature / enhancement If we are to include the dotnet runtime anyways, using the fxdependent builds of PowerShell will shave a significant ~40MB off of...

Issue-Enhancement