Skip to content

Commit

Permalink
Update default PS_VERSION arg
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy committed Mar 5, 2024
1 parent 2e018ca commit 8af63a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions release/7-2/ubuntu20.04-arm64/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM --platform=linux/arm64/v8 ubuntu:focal AS installer-env

ARG PS_VERSION=7.2.3
ARG PS_VERSION=7.2.18
ENV PS_PACKAGE=powershell-${PS_VERSION}-linux-arm64.tar.gz
ENV PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}
ARG PS_INSTALL_VERSION=7
Expand Down Expand Up @@ -37,7 +37,7 @@ FROM --platform=linux/arm64/v8 ubuntu:focal AS final-image

# Define Args and Env needed to create links
ARG PS_INSTALL_VERSION=7
ARG PS_VERSION=7.2.3
ARG PS_VERSION=7.2.18

ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/$PS_INSTALL_VERSION \
\
Expand Down
4 changes: 2 additions & 2 deletions release/7-2/ubuntu22.04-arm64/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM --platform=linux/arm64/v8 ubuntu:jammy AS installer-env

ARG PS_VERSION=7.2.4
ARG PS_VERSION=7.2.18
ENV PS_PACKAGE=powershell-${PS_VERSION}-linux-arm64.tar.gz
ENV PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}
ARG PS_INSTALL_VERSION=7
Expand Down Expand Up @@ -40,7 +40,7 @@ FROM --platform=linux/arm64/v8 ubuntu:jammy AS final-image

# Define Args and Env needed to create links
ARG PS_INSTALL_VERSION=7
ARG PS_VERSION=7.2.4
ARG PS_VERSION=7.2.18

ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/$PS_INSTALL_VERSION \
\
Expand Down
4 changes: 2 additions & 2 deletions release/7-3/ubuntu20.04-arm64/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG hostRegistry=psdockercache.azurecr.io
FROM --platform=linux/arm64/v8 ${hostRegistry}/ubuntu:focal AS installer-env

ARG PS_VERSION=7.3.0-preview.3
ARG PS_VERSION=7.3.11
ENV PS_PACKAGE=powershell-${PS_VERSION}-linux-arm64.tar.gz
ENV PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}
ARG PS_INSTALL_VERSION=7-preview
Expand Down Expand Up @@ -38,7 +38,7 @@ FROM --platform=linux/arm64/v8 ${hostRegistry}/ubuntu:focal AS final-image

# Define Args and Env needed to create links
ARG PS_INSTALL_VERSION=7-preview
ARG PS_VERSION=7.3.0-preview.3
ARG PS_VERSION=7.3.11
ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/$PS_INSTALL_VERSION \
\
# Define ENVs for Localization/Globalization
Expand Down
4 changes: 2 additions & 2 deletions release/7-3/ubuntu22.04-arm64/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ARG hostRegistry=psdockercache.azurecr.io
FROM --platform=linux/arm64/v8 ${hostRegistry}/ubuntu:jammy AS installer-env

ARG PS_VERSION=7.3.0-preview.4
ARG PS_VERSION=7.3.11
ENV PS_PACKAGE=powershell-${PS_VERSION}-linux-arm64.tar.gz
ENV PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}
ARG PS_INSTALL_VERSION=7-preview
Expand Down Expand Up @@ -37,7 +37,7 @@ FROM --platform=linux/arm64/v8 ${hostRegistry}/ubuntu:jammy AS final-image

# Define Args and Env needed to create links
ARG PS_INSTALL_VERSION=7-preview
ARG PS_VERSION=7.3.0-preview.4
ARG PS_VERSION=7.3.11
ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/$PS_INSTALL_VERSION \
\
# Define ENVs for Localization/Globalization
Expand Down

0 comments on commit 8af63a8

Please sign in to comment.