Remove Fedora 25, Add Fedora 27 (#5984)

Fedora 25 was EOL on December 12, 2017

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

Signed-off-by: Eli Uriegas eli.uriegas@docker.com
This commit is contained in:
Eli Uriegas 2018-01-23 15:42:58 -08:00 committed by Travis Plunk
parent 5b5168d72e
commit 44793e306a
2 changed files with 4 additions and 4 deletions

View file

@ -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" \

View file

@ -1,4 +1,4 @@
FROM fedora:25
FROM fedora:27
ARG PSVERSIONSTUB
ARG PSVERSIONSTUBRPM