Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes Fedora 25 Dockerfile, Adds Fedora 27 Dockerfile #5984

Merged
merged 1 commit into from
Jan 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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