forked from PowerShell/PowerShell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alpha.18 release doc updates (PowerShell#3492)
- Loading branch information
1 parent
0883438
commit b5c1473
Showing
11 changed files
with
88 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 6.0.0-alpha.17-{build} | ||
version: 6.0.0-alpha.18-{build} | ||
|
||
image: Visual Studio 2015 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ MAINTAINER Andrew Schwartzmeyer <[email protected]> | |
# TODO: Until a release of PowerShell for Fedora 24 is available, | ||
# this Dockerfile installs the CentOS 7 version for compatibility. | ||
|
||
ARG POWERSHELL_VERSION=6.0.0-alpha.17 | ||
ARG POWERSHELL_RELEASE=v6.0.0-alpha.17 | ||
ARG POWERSHELL_PACKAGE=powershell-6.0.0_alpha.17-1.el7.centos.x86_64.rpm | ||
ARG POWERSHELL_VERSION=6.0.0-alpha.18 | ||
ARG POWERSHELL_RELEASE=v6.0.0-alpha.18 | ||
ARG POWERSHELL_PACKAGE=powershell-6.0.0_alpha.18-1.el7.centos.x86_64.rpm | ||
|
||
# The CentOS 7 release relies on an older version of libicu, so we'll be downloading it | ||
# from the University of Kent (GB) mirror service. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ MAINTAINER [email protected] | |
LABEL Readme.md="https://github.com/PowerShell/PowerShell/blob/master/docker/README.md" | ||
LABEL Description="This Dockerfile will install the latest release of PS." | ||
|
||
ARG POWERSHELL_ZIP=https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/PowerShell_6.0.0-alpha.17-win10-win2016-x64.zip | ||
ARG POWERSHELL_ZIP=https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.18/PowerShell_6.0.0-alpha.18-win10-win2016-x64.zip | ||
ARG POWERSHELL_SHA256=3D770CF4C5744992622E043A52F9A285C695BFE8F1B94BB070C4026582CA64B0 | ||
|
||
# Setup PowerShell - Log-to > C:\Docker.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
FROM opensuse:harlequin | ||
LABEL maintainer Travis Plunk <[email protected]> | ||
|
||
ARG POWERSHELL_VERSION=6.0.0_alpha.17 | ||
ARG POWERSHELL_RELEASE=v6.0.0-alpha.17 | ||
ARG POWERSHELL_VERSION=6.0.0_alpha.18 | ||
ARG POWERSHELL_RELEASE=v6.0.0-alpha.18 | ||
ARG POWERSHELL_PACKAGE=powershell-$POWERSHELL_VERSION-1.suse.13.2.x86_64.rpm | ||
|
||
# Update, Install packages to generate localedef and CURL which is used by RPM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
FROM opensuse:42.1 | ||
LABEL maintainer Travis Plunk <[email protected]> | ||
|
||
ARG POWERSHELL_VERSION=6.0.0_alpha.17 | ||
ARG POWERSHELL_RELEASE=v6.0.0-alpha.17 | ||
ARG POWERSHELL_VERSION=6.0.0_alpha.18 | ||
ARG POWERSHELL_RELEASE=v6.0.0-alpha.18 | ||
ARG FORK=PowerShell | ||
ARG POWERSHELL_PACKAGE=powershell-$POWERSHELL_VERSION-1.suse.42.1.x86_64.rpm | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ MAINTAINER [email protected] | |
LABEL Readme.md="https://github.com/PowerShell/PowerShell/blob/master/docker/README.md" | ||
LABEL Description="This Dockerfile will install the latest release of PS." | ||
|
||
ARG POWERSHELL_MSI=https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/PowerShell_6.0.0-alpha.17-win10-win2016-x64.msi | ||
ARG POWERSHELL_MSI=https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.18/PowerShell_6.0.0-alpha.18-win10-win2016-x64.msi | ||
ARG POWERSHELL_SHA256=07CAAB19CE891131AF7A64F267D59C15865B85ADB679E206389189E928C2E597 | ||
|
||
# Setup PowerShell - Log-to > C:\Docker.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters