Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/powershell:ubuntu-20.04
FROM mcr.microsoft.com/powershell:ubuntu-24.04
RUN apt-get update && apt-get upgrade -y && apt-get clean && rm -rf /var/lib/apt/lists/*

ARG REPOSITORY=PSGallery
Expand All @@ -11,9 +11,9 @@ ARG BUILD_DATE=
ARG VERSION=
ARG LATEST=
ARG BLOB_URL=
ARG IMAGE_NAME=mcr.microsoft.com/azure-powershell:${VERSION}-ubuntu-20.04
ARG IMAGE_NAME=mcr.microsoft.com/azure-powershell:${VERSION}-ubuntu-24.04

ENV AZUREPS_HOST_ENVIRONMENT="dockerImage/${VERSION}-ubuntu-20.04"
ENV AZUREPS_HOST_ENVIRONMENT="dockerImage/${VERSION}-ubuntu-24.04"

LABEL maintainer="Azure PowerShell Team <azdevxps@microsoft.com>" \
readme.md="http://aka.ms/azpsdockerreadme" \
Expand Down