Skip to content

Commit 6ec3fc8

Browse files
committed
Fedora 28 was released, Fedora 26 and 25 were EOL'ed.
1 parent 0b32d0c commit 6ec3fc8

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

44
FROM fedora:${FromTag}
55

66
ARG POWERSHELL_VERSION=6.0.2
7-
ARG IMAGE_NAME=microsoft/powershell:fedora26
7+
ARG IMAGE_NAME=microsoft/powershell:fedora28
88

99
LABEL maintainer="PowerShell Team <[email protected]>" \
1010
readme.md="https://github.com/PowerShell/PowerShell/blob/master/docker/README.md" \
@@ -27,6 +27,7 @@ LABEL maintainer="PowerShell Team <[email protected]>" \
2727
RUN dnf install -y \
2828
curl \
2929
glibc-locale-source \
30+
compat-openssl10 \
3031
&& dnf upgrade-minimal -y --security \
3132
&& dnf clean all
3233

docker/tests/Templates/fedora26/Dockerfile renamed to docker/tests/Templates/fedora28/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:26
1+
FROM fedora:28
22

33
ARG PSVERSIONSTUB=6.0.2
44
ARG PACKAGELOCATIONSTUB

0 commit comments

Comments
 (0)