Skip to content

Commit

Permalink
Remove Fedora 25, Add Fedora 27 (PowerShell#5984)
Browse files Browse the repository at this point in the history
Fedora 25 was EOL on December 12, 2017

https://fedoramagazine.org/fedora-25-end-life/

Signed-off-by: Eli Uriegas eli.uriegas@docker.com
  • Loading branch information
seemethere authored and TravisEz13 committed Jan 23, 2018
1 parent 5b5168d commit 44793e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Docker image file that describes an fedora 25 image with PowerShell installed from Microsoft YUM Repo
# Docker image file that describes an fedora 27 image with PowerShell installed from Microsoft YUM Repo

FROM fedora:25
FROM fedora:27

ARG POWERSHELL_VERSION=6.0.0
ARG IMAGE_NAME=microsoft/powershell:fedora25
ARG IMAGE_NAME=microsoft/powershell:fedora27

LABEL maintainer="PowerShell Team <powershellteam@hotmail.com>" \
readme.md="https://github.com/PowerShell/PowerShell/blob/master/docker/README.md" \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:25
FROM fedora:27

ARG PSVERSIONSTUB
ARG PSVERSIONSTUBRPM
Expand Down

0 comments on commit 44793e3

Please sign in to comment.