Skip to content

Commit 7987b9d

Browse files
authored
updated docker image tags (#3677)
1 parent 64c4fc6 commit 7987b9d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs-conceptual/azps-14.2.0/azureps-in-docker.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,27 @@ PowerShell session.
3535
1. Download the latest azure-powershell image.
3636

3737
```console
38-
docker pull mcr.microsoft.com/azure-powershell:mariner-2
38+
docker pull mcr.microsoft.com/azure-powershell:azurelinux-3.0
3939
```
4040

4141
1. Run the azure-powershell container in interactive mode:
4242

4343
```console
44-
docker run -it mcr.microsoft.com/azure-powershell:mariner-2 pwsh
44+
docker run -it mcr.microsoft.com/azure-powershell:azurelinux-3.0 pwsh
4545
```
4646

4747
# [arm64](#tab/arm64)
4848

4949
1. Download the latest azure-powershell image.
5050

5151
```console
52-
docker pull mcr.microsoft.com/azure-powershell:mariner-2-arm64
52+
docker pull mcr.microsoft.com/azure-powershell:azurelinux-3.0-arm64
5353
```
5454

5555
1. Run the azure-powershell container in interactive mode:
5656

5757
```console
58-
docker run -it mcr.microsoft.com/azure-powershell:mariner-2-arm64 pwsh
58+
docker run -it mcr.microsoft.com/azure-powershell:azurelinux-3.0-arm64 pwsh
5959
```
6060

6161
---
@@ -71,13 +71,13 @@ The following command deletes the Docker container when you no longer need it.
7171
# [amd64](#tab/amd64)
7272

7373
```console
74-
docker rmi mcr.microsoft.com/azure-powershell:mariner-2
74+
docker rmi mcr.microsoft.com/azure-powershell:azurelinux-3.0
7575
```
7676

7777
# [arm64](#tab/arm64)
7878

7979
```console
80-
docker rmi mcr.microsoft.com/azure-powershell:mariner-2-arm64
80+
docker rmi mcr.microsoft.com/azure-powershell:azurelinux-3.0-arm64
8181
```
8282

8383
---

0 commit comments

Comments
 (0)