File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/powershell:mariner-2 .0
1+ FROM mcr.microsoft.com/powershell:azurelinux-3 .0
22RUN tdnf update -y && tdnf upgrade -y && tdnf clean all
33
44ARG REPOSITORY=PSGallery
@@ -11,9 +11,9 @@ ARG BUILD_DATE=
1111ARG VERSION=
1212ARG LATEST=
1313ARG BLOB_URL=
14- ARG IMAGE_NAME=mcr.microsoft.com/azure-powershell:${VERSION}-mariner-2 .0
14+ ARG IMAGE_NAME=mcr.microsoft.com/azure-powershell:${VERSION}-azurelinux-3 .0
1515
16- ENV AZUREPS_HOST_ENVIRONMENT="dockerImage/${VERSION}-mariner-2 .0"
16+ ENV AZUREPS_HOST_ENVIRONMENT="dockerImage/${VERSION}-azurelinux-3 .0"
1717
1818LABEL maintainer="Azure PowerShell Team <azdevxps@microsoft.com>" \
1919 readme.md="http://aka.ms/azpsdockerreadme" \
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/powershell:mariner-2 .0-arm64
1+ FROM mcr.microsoft.com/powershell:azurelinux-3 .0-arm64
22RUN tdnf update -y && tdnf upgrade -y && tdnf clean all
33
44ARG REPOSITORY=PSGallery
@@ -11,9 +11,9 @@ ARG BUILD_DATE=
1111ARG VERSION=
1212ARG LATEST=
1313ARG BLOB_URL=
14- ARG IMAGE_NAME=mcr.microsoft.com/azure-powershell:${VERSION}-mariner-2 .0-arm64
14+ ARG IMAGE_NAME=mcr.microsoft.com/azure-powershell:${VERSION}-azurelinux-3 .0-arm64
1515
16- ENV AZUREPS_HOST_ENVIRONMENT="dockerImage/${VERSION}-mariner-2 .0"
16+ ENV AZUREPS_HOST_ENVIRONMENT="dockerImage/${VERSION}-azurelinux-3 .0"
1717
1818LABEL maintainer="Azure PowerShell Team <azdevxps@microsoft.com>" \
1919 readme.md="http://aka.ms/azpsdockerreadme" \
You can’t perform that action at this time.
0 commit comments