Skip to content
Merged
Show file tree
Hide file tree
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,6 +1,6 @@
# Docker image file that describes an Centos7 image with PowerShell installed from Microsoft YUM Repo

FROM mcr.microsoft.com/powershell:centos7
FROM mcr.microsoft.com/powershell:centos-7
LABEL maintainer="PowerShell Team <powershellteam@hotmail.com>"

# Install dependencies and clean up
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker image file that describes an Ubuntu14.04 image with PowerShell installed from Microsoft APT Repo

FROM mcr.microsoft.com/powershell:ubuntu14.04
FROM mcr.microsoft.com/powershell:ubuntu-14.04
LABEL maintainer="PowerShell Team <powershellteam@hotmail.com>"

# Install dependencies and clean up
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker image file that describes an Ubuntu16.04 image with PowerShell installed from Microsoft APT Repo

FROM mcr.microsoft.com/powershell:ubuntu16.04
FROM mcr.microsoft.com/powershell:ubuntu-16.04
LABEL maintainer="PowerShell Team <powershellteam@hotmail.com>"

# Install dependencies and clean up
Expand Down