10000 Remove Fedora 25, Add Fedora 27 · PowerShell/PowerShell@964a222 · GitHub
[go: up one dir, main page]

Skip to content

Commit 964a222

Browse files
committed
Remove Fedora 25, Add Fedora 27
Fedora 25 was EOL on December 12, 2017 https://fedoramagazine.org/fedora-25-end-life/ Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
1 parent beffdcf commit 964a222

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/release/fedora25/Dockerfile renamed to docker/release/fedora27/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Docker image file that describes an fedora 25 image with PowerShell installed from Microsoft YUM Repo
1+
# Docker image file that describes an fedora 27 image with PowerShell installed from Microsoft YUM Repo
22

3-
FROM fedora:25
3+
FROM fedora:27
44

55
ARG POWERSHELL_VERSION=6.0.0
6-
ARG IMAGE_NAME=microsoft/powershell:fedora25
6+
ARG IMAGE_NAME=microsoft/powershell:fedora27
77

88
LABEL maintainer="PowerShell Team <powershellteam@hotmail.com>" \
99
readme.md="https://github.com/PowerShell/PowerShell/blob/master/docker/README.md" \

docker/tests/Templates/fedora25/Dockerfile renamed to docker/tests/Templates/fedora27/Dockerfile

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

33
ARG PSVERSIONSTUB
44
ARG PSVERSIONSTUBRPM

0 commit comments

Comments
 (0)
0