Skip to content

Commit 42b8f02

Browse files
authored
Update docs for beta.8 release (PowerShell#5024)
1 parent 7f94412 commit 42b8f02

File tree

13 files changed

+322
-81
lines changed

13 files changed

+322
-81
lines changed

.spelling

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,10 @@ sample-dotnet2
557557

558558
#region docs/installation/linux.md Overrides
559559
- docs/installation/linux.md
560+
libcurl
560561
OpenSUSE
561562
TravisEz13
563+
zypper
562564
#endregion
563565

564566
#region docs/installation/windows.md Overrides

README.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,39 +29,49 @@ You can download and install a PowerShell package for any of the following platf
2929
| ---------------------------------- | ---------------------- | ----------------------------- |
3030
| Windows (x64) | [.msi][rl-windows-64] | [Instructions][in-windows] |
3131
| Windows (x86) | [.msi][rl-windows-86] | [Instructions][in-windows] |
32+
| Ubuntu 17.04 | [.deb][rl-ubuntu17] | [Instructions][in-ubuntu17] |
3233
| Ubuntu 16.04 | [.deb][rl-ubuntu16] | [Instructions][in-ubuntu16] |
3334
| Ubuntu 14.04 | [.deb][rl-ubuntu14] | [Instructions][in-ubuntu14] |
34-
| Debian 8 | [.deb][rl-ubuntu14] | [Instructions][in-deb8] |
35+
| Debian 8 | [.deb][rl-debian8] | [Instructions][in-deb8] |
36+
| Debian 9 | [.deb][rl-debian9] | [Instructions][in-deb9] |
3537
| CentOS 7 | [.rpm][rl-centos] | [Instructions][in-centos] |
3638
| Red Hat Enterprise Linux 7 | [.rpm][rl-centos] | [Instructions][in-rhel7] |
37-
| OpenSUSE 42.1 | [.rpm][rl-opensuse421] | [Instructions][in-opensuse421]|
39+
| OpenSUSE 42.2 | [.rpm][rl-centos] | [Instructions][in-opensuse422]|
40+
| Fedora 25 | [.rpm][rl-centos] | [Instructions][in-fedora25] |
41+
| Fedora 26 | [.rpm][rl-centos] | [Instructions][in-fedora26] |
3842
| Arch Linux | | [Instructions][in-archlinux] |
3943
| Many Linux distributions | [.AppImage][rl-ai] | [Instructions][in-appimage] |
4044
| macOS 10.12 | [.pkg][rl-macos] | [Instructions][in-macos] |
4145
| Docker | | [Instructions][in-docker] |
4246
| Kali Linux | [.deb][rl-ubuntu16] | [Instructions][in-kali]
4347

44-
[rl-windows-64]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/PowerShell-6.0.0-beta.7-win-x64.msi
45-
[rl-windows-86]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/PowerShell-6.0.0-beta.7-win-x86.msi
46-
[rl-ubuntu16]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/powershell_6.0.0-beta.7-1ubuntu1.16.04.1_amd64.deb
47-
[rl-ubuntu14]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/powershell_6.0.0-beta.7-1ubuntu1.14.04.1_amd64.deb
48-
[rl-centos]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/powershell-6.0.0_beta.7-1.el7.x86_64.rpm
49-
[rl-ai]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/PowerShell-6.0.0-beta.7-x86_64.AppImage
50-
[rl-macos]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/powershell-6.0.0-beta.7-osx.10.12-x64.pkg
51-
[rl-opensuse421]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.6/powershell-6.0.0_beta.6-1.suse.42.1.x86_64.rpm
48+
[rl-windows-64]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/PowerShell-6.0.0-beta.8-win-x64.msi
49+
[rl-windows-86]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/PowerShell-6.0.0-beta.8-win-x86.msi
50+
[rl-ubuntu17]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/powershell_6.0.0-beta.8-1.ubuntu.17.04_amd64.deb
51+
[rl-ubuntu16]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/powershell_6.0.0-beta.8-1.ubuntu.16.04_amd64.deb
52+
[rl-ubuntu14]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/powershell_6.0.0-beta.8-1.ubuntu.14.04_amd64.deb
53+
[rl-debian8]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/powershell_6.0.0-beta.8-1.debian.8_amd64.deb
54+
[rl-debian9]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/powershell_6.0.0-beta.8-1.debian.9_amd64.deb
55+
[rl-centos]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/powershell-6.0.0_beta.8-1.el7.x86_64.rpm
56+
[rl-ai]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/PowerShell-6.0.0-beta.8-x86_64.AppImage
57+
[rl-macos]: https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/powershell-6.0.0-beta.8-osx.10.12-x64.pkg
5258

5359
[installation]: docs/installation
5460
[in-windows]: docs/installation/windows.md#msi
5561
[in-ubuntu14]: docs/installation/linux.md#ubuntu-1404
5662
[in-ubuntu16]: docs/installation/linux.md#ubuntu-1604
63+
[in-ubuntu17]: docs/installation/linux.md#ubuntu-1704
5764
[in-deb8]: docs/installation/linux.md#debian-8
65+
[in-deb9]: docs/installation/linux.md#debian-9
5866
[in-centos]: docs/installation/linux.md#centos-7
5967
[in-rhel7]: docs/installation/linux.md#red-hat-enterprise-linux-rhel-7
68+
[in-opensuse422]: docs/installation/linux.md#opensuse-422
69+
[in-fedora25]: docs/installation/linux.md#fedora-25
70+
[in-fedora26]: docs/installation/linux.md#fedora-26
6071
[in-archlinux]: docs/installation/linux.md#arch-linux
6172
[in-appimage]: docs/installation/linux.md#linux-appimage
6273
[in-macos]: docs/installation/linux.md#macos-1012
6374
[in-docker]: docker
64-
[in-opensuse421]: docs/installation/linux.md#opensuse-421
6575
[in-kali]: docs/installation/linux.md#kali
6676

6777
To install a specific version, visit [releases](https://github.com/PowerShell/PowerShell/releases).

docker/release/amazonlinux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM amazonlinux:latest
44

5-
ARG POWERSHELL_VERSION=6.0.0-beta.7
5+
ARG POWERSHELL_VERSION=6.0.0-beta.8
66
ARG IMAGE_NAME=microsoft/powershell:amazonlinux
77

88
LABEL maintainer="PowerShell Team <[email protected]>" \

docker/release/centos7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM centos:7
44

5-
ARG POWERSHELL_VERSION=6.0.0-beta.7
5+
ARG POWERSHELL_VERSION=6.0.0-beta.8
66
ARG IMAGE_NAME=microsoft/powershell:centos7
77

88
LABEL maintainer="PowerShell Team <[email protected]>" \

docker/release/fedora24/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM fedora:24
33
# TODO: Until a release of PowerShell for Fedora 24 is available,
44
# this Dockerfile installs the CentOS 7 version for compatibility.
55

6-
ARG POWERSHELL_VERSION=6.0.0-beta.7
7-
ARG POWERSHELL_RELEASE=v6.0.0-beta.7
8-
ARG POWERSHELL_PACKAGE=powershell-6.0.0_beta.7-1.el7.x86_64.rpm
6+
ARG POWERSHELL_VERSION=6.0.0-beta.8
7+
ARG POWERSHELL_RELEASE=v6.0.0-beta.8
8+
ARG POWERSHELL_PACKAGE=powershell-6.0.0_beta.8-1.rhel.7.x86_64.rpm
99
ARG IMAGE_NAME=microsoft/powershell:fedora24
1010

1111
LABEL maintainer="PowerShell Team <[email protected]>" \

docker/release/nanoserver-insider/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG NanoServerRepo=microsoft/nanoserver-insider
1010
FROM ${WindowsServerCoreRepo}:$WindowsServerCoreVersion AS installer-env
1111

1212
# Arguments for installing powershell, must be defined in the container they are used
13-
ARG PS_VERSION=6.0.0-beta.7
13+
ARG PS_VERSION=6.0.0-beta.8
1414

1515
ENV PS_DOWNLOAD_URL https://github.com/PowerShell/PowerShell/releases/download/v$PS_VERSION/PowerShell-$PS_VERSION-win-x64.zip
1616

@@ -23,7 +23,7 @@ RUN Expand-Archive powershell.zip -DestinationPath \PowerShell
2323
FROM ${NanoServerRepo}:$NanoServerVersion
2424

2525
ARG VCS_REF="none"
26-
ARG PS_VERSION=6.0.0-beta.7
26+
ARG PS_VERSION=6.0.0-beta.8
2727
ARG IMAGE_NAME=microsoft/nanoserver-insider-powershell
2828

2929
LABEL maintainer="PowerShell Team <[email protected]>" `

docker/release/nanoserver/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# escape=`
22
FROM microsoft/nanoserver:latest
33

4-
ARG POWERSHELL_ZIP=https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.7/PowerShell-6.0.0-beta.7-win-x64.zip
5-
ARG POWERSHELL_VERSION=6.0.0-beta.7
4+
ARG POWERSHELL_ZIP=https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-beta.8/PowerShell-6.0.0-beta.8-win-x64.zip
5+
ARG POWERSHELL_VERSION=6.0.0-beta.8
66
ARG IMAGE_NAME=microsoft/powershell:nanoserver
77

88
LABEL maintainer="PowerShell Team <[email protected]>" `

docker/release/opensuse42.2/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Docker image file that describes an OpenSUSE 42.1 (AKA leap 42.1) image with PowerShell installed from PowerShell Release
22
FROM opensuse:42.2
33

4-
ARG POWERSHELL_VERSION=6.0.0_beta.6
5-
ARG POWERSHELL_RELEASE=v6.0.0-beta.6
4+
ARG POWERSHELL_VERSION=6.0.0_beta.8
5+
ARG POWERSHELL_RELEASE=v6.0.0-beta.8
66
ARG FORK=PowerShell
7-
ARG POWERSHELL_PACKAGE=powershell-$POWERSHELL_VERSION-1.suse.42.1.x86_64.rpm
7+
ARG POWERSHELL_PACKAGE=powershell-6.0.0_beta.8-1.rhel.7.x86_64.rpm
88
ARG IMAGE_NAME=microsoft/powershell:opensuse42.2
99

1010
LABEL maintainer="PowerShell Team <[email protected]>" \

docker/release/ubuntu14.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM ubuntu:trusty
44

5-
ARG POWERSHELL_VERSION=6.0.0-beta.7
5+
ARG POWERSHELL_VERSION=6.0.0-beta.8
66
ARG IMAGE_NAME=microsoft/powershell:ubuntu14.04
77

88
LABEL maintainer="PowerShell Team <[email protected]>" \

docker/release/ubuntu16.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM ubuntu:xenial
44

5-
ARG POWERSHELL_VERSION=6.0.0-beta.7
5+
ARG POWERSHELL_VERSION=6.0.0-beta.8
66
ARG IMAGE_NAME=microsoft/powershell:ubuntu16.04
77

88
LABEL maintainer="PowerShell Team <[email protected]>" \

0 commit comments

Comments
 (0)