Skip to content

Commit 112cfaf

Browse files
RDILTravisEz13
andauthored
Move broken images (PowerShell#386)
* Move broken images Signed-off-by: Reece Dunham <me@rdil.rocks> * fix version * make kali-rolling unstable Co-authored-by: Travis Plunk <github@ez13.net>
1 parent 11303d1 commit 112cfaf

17 files changed

Lines changed: 15 additions & 9 deletions

File tree

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
image:
2-
file: .gitpod.Dockerfile
2+
file: tools/.gitpod.Dockerfile

release/community-stable/amazonlinux/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROM ${imageRepo}:${fromTag} AS installer-env
1414
ARG PS_VERSION=6.2.3
1515
ARG PS_PACKAGE=powershell-${PS_VERSION}-1.rhel.7.x86_64.rpm
1616
ARG PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}
17-
ARG PS_INSTALL_VERSION=6
17+
ARG PS_INSTALL_VERSION=7
1818

1919
# Define Args and Env needed to create links
2020
ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/$PS_INSTALL_VERSION

release/community-stable/archlinux/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ COPY --from=installer-env ["/tmp/gss-ntlmssp/gss-ntlmssp-0.8.0.r3.g2251a72-1-x86
5353
ARG PS_VERSION=6.2.3
5454
ARG PS_PACKAGE=powershell-${PS_VERSION}-linux-x64.tar.gz
5555
ARG PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}
56-
ARG PS_INSTALL_VERSION=6
56+
ARG PS_INSTALL_VERSION=7
5757

5858
# Define Args and Env needed to create links
5959
ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/$PS_INSTALL_VERSION \
@@ -94,7 +94,7 @@ RUN \
9494
# create powershell folder
9595
&& mkdir -p ${PS_INSTALL_FOLDER} \
9696
# Pull down the powershell linux tar file
97-
&& curl -sSL ${PS_PACKAGE_URL} -o /tmp/powershell-linux.tar.gz \
97+
&& curl -sSL ${PS_PACKAGE_URL} -o /tmp/powershell-linux.tar.gz \
9898
# uncompress powershell linux tar file
9999
&& tar zxf /tmp/powershell-linux.tar.gz -C ${PS_INSTALL_FOLDER} -v \
100100
# remove powershell linux tar file

release/community-stable/blackarch/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ADD ${BlackArch_Strap_URL} /tmp/strap.sh
6060
ARG PS_VERSION=6.2.3
6161
ARG PS_PACKAGE=powershell-${PS_VERSION}-linux-x64.tar.gz
6262
ARG PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}
63-
ARG PS_INSTALL_VERSION=6
63+
ARG PS_INSTALL_VERSION=7
6464

6565
# Define Args and Env needed to create links
6666
ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/$PS_INSTALL_VERSION \

release/community-stable/oraclelinux/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROM ${imageRepo}:${fromTag} AS installer-env
1414
ARG PS_VERSION=6.2.3
1515
ARG PS_PACKAGE=powershell-${PS_VERSION}-1.rhel.7.x86_64.rpm
1616
ARG PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}
17-
ARG PS_INSTALL_VERSION=6
17+
ARG PS_INSTALL_VERSION=7
1818

1919
# Define Args and Env needed to create links
2020
ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/$PS_INSTALL_VERSION

release/community-stable/photon/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROM ${imageRepo}:${fromTag} AS installer-env
1414
ARG PS_VERSION=6.2.3
1515
ARG PS_PACKAGE=powershell-${PS_VERSION}-linux-x64.tar.gz
1616
ARG PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}
17-
ARG PS_INSTALL_VERSION=6
17+
ARG PS_INSTALL_VERSION=7
1818

1919
# Define Args and Env needed to create links
2020
ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/$PS_INSTALL_VERSION
@@ -43,7 +43,7 @@ COPY --from=installer-env ["/opt/microsoft/powershell", "/opt/microsoft/powershe
4343

4444
# Define Args and Env needed to create links
4545
ARG PS_VERSION=6.1.0
46-
ARG PS_INSTALL_VERSION=6
46+
ARG PS_INSTALL_VERSION=7
4747
ENV PS_INSTALL_FOLDER=/opt/microsoft/powershell/$PS_INSTALL_VERSION \
4848
\
4949
# Define ENVs for Localization/Globalization

release/unstable/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Unstable
2+
3+
This folder is a home for broken images.
4+
They are here so that they don't get triggered in CI runs.
5+
6+
If you want to help fix them, go ahead.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)