File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Docker image file that describes an fedora 25 image with PowerShell installed from Microsoft YUM Repo
2- ARG FromTag=26
1+ # Docker image file that describes an fedora 28 image with PowerShell installed from Microsoft YUM Repo
2+ ARG FromTag=28
33
44FROM fedora:${FromTag}
55
66ARG POWERSHELL_VERSION=6.0.2
7- ARG IMAGE_NAME=microsoft/powershell:fedora26
7+ ARG IMAGE_NAME=microsoft/powershell:fedora28
88
99LABEL maintainer=
"PowerShell Team <[email protected] >" \
1010 readme.md="https://github.com/PowerShell/PowerShell/blob/master/docker/README.md" \
2727RUN dnf install -y \
2828 curl \
2929 glibc-locale-source \
30+ compat-openssl10 \
3031 && dnf upgrade-minimal -y --security \
3132 && dnf clean all
3233
Original file line number Diff line number Diff line change 1- FROM fedora:26
1+ FROM fedora:28
22
33ARG PSVERSIONSTUB=6.0.2
44ARG PACKAGELOCATIONSTUB
You can’t perform that action at this time.
0 commit comments