PowerShell-Docker
PowerShell-Docker copied to clipboard
Repository for building PowerShell Docker images
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest image. - [X] Search the existing issues. - [X]...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest image. - [X] Search the existing issues. - [X]...
## PR Summary ## PR Checklist - [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the present tense and imperative mood when describing your changes - [x] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) -...
### Summary of the new feature / enhancement I would like to have non-preview images for PowerShell 7.4 Currently we are using: powershell:7.3-ubuntu-jammy Do you have any planned date for...
With the removal of the 1809 image there doesn't appear to be an image that will work with Azure Pipelines anymore, as the hosted agents are running on Server 2019...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
## PR Summary For internal compliance reasons we will not be downloading the powershell package from online (through ADD or curl) directly into our images. ## PR Checklist - [x]...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...
## Steps to reproduce 1. Pull the latest mcr.microsoft.com/powershell:lts-nanoserver-1809 image 2. Run a container in interactive mode using the image 3. Check the PSModulePath environment variable 4. Attempt to install...