File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,22 @@ This requires Docker 17.05 or newer.
6
6
It also expects you to be able to run Docker without ` sudo ` .
7
7
Please follow [ Docker's official instructions] [ install ] to install Docker correctly.
8
8
9
- [ install ] : https://docs.docker.com/engine/installation /
9
+ [ install ] : https://docs.docker.com/engine/install /
10
10
11
11
## Release
12
12
13
13
The release containers derive from the official distribution image,
14
- such as ` centos:7 ` , then install dependencies,
14
+ such as ` debian:11 ` , then install dependencies,
15
15
and finally install the PowerShell package.
16
16
17
- These containers live at [ hub.docker.com/r/microsoft/powershell ] [ docker-release ] .
17
+ These containers live at [ Microsoft Artifact Registry ] [ docker-release ] .
18
18
19
19
At about 440 megabytes, they are decently minimal,
20
20
with their size being the sum of the base image (200 megabytes)
21
21
plus the uncompressed package (120 megabytes),
22
22
and about 120 megabytes of .NET Core and bootstrapping dependencies.
23
23
24
- [ docker-release ] : https://hub.docker .com/r/ microsoft/ powershell/
24
+ [ docker-release ] : [ https://mcr.microsoft .com/powershell](https://mcr. microsoft.com/en-us/product/ powershell/about)
25
25
26
26
## Community
27
27
Original file line number Diff line number Diff line change 13
13
- .github/*
14
14
- .vsts-ci/releasebuild.yml
15
15
- assets/matrix.json
16
+ - README.md
16
17
17
18
resources :
18
19
- repo : self
You can’t perform that action at this time.
0 commit comments