Skip to content

Commit 144fead

Browse files
Merge pull request #74 from leojonathanoh/enhancement/do-not-install-pester-v5
Enhancement: Do not install Pester v5
2 parents 6d1a90d + c6ece9c commit 144fead

File tree

46 files changed

+0
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+0
-46
lines changed

generate/templates/Dockerfile.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ENV COMPlus_EnableDiagnostics=0
1212
1313
# Install Pester
1414
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 4.0.0 -MaximumVersion 4.10.1 -Force -ErrorAction Stop -Verbose'
15-
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 5.0.0 -Force -ErrorAction Stop -Verbose'
1615
1716
1817
"@

variants/6.0.4-ubuntu-16.04-git-sops/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ENV COMPlus_EnableDiagnostics=0
1111

1212
# Install Pester
1313
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 4.0.0 -MaximumVersion 4.10.1 -Force -ErrorAction Stop -Verbose'
14-
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 5.0.0 -Force -ErrorAction Stop -Verbose'
1514

1615
RUN set -eux; \
1716
apt-get update; \

variants/6.0.4-ubuntu-16.04-git/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ENV COMPlus_EnableDiagnostics=0
1111

1212
# Install Pester
1313
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 4.0.0 -MaximumVersion 4.10.1 -Force -ErrorAction Stop -Verbose'
14-
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 5.0.0 -Force -ErrorAction Stop -Verbose'
1514

1615
RUN set -eux; \
1716
apt-get update; \

variants/6.0.4-ubuntu-16.04/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ENV COMPlus_EnableDiagnostics=0
1111

1212
# Install Pester
1313
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 4.0.0 -MaximumVersion 4.10.1 -Force -ErrorAction Stop -Verbose'
14-
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 5.0.0 -Force -ErrorAction Stop -Verbose'
1514

1615
COPY docker-entrypoint.sh /docker-entrypoint.sh
1716
RUN chmod +x docker-entrypoint.sh

variants/6.1.3-alpine-3.8-git-sops/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ENV COMPlus_EnableDiagnostics=0
1111

1212
# Install Pester
1313
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 4.0.0 -MaximumVersion 4.10.1 -Force -ErrorAction Stop -Verbose'
14-
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 5.0.0 -Force -ErrorAction Stop -Verbose'
1514

1615
RUN apk add --no-cache git
1716

variants/6.1.3-alpine-3.8-git/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ENV COMPlus_EnableDiagnostics=0
1111

1212
# Install Pester
1313
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 4.0.0 -MaximumVersion 4.10.1 -Force -ErrorAction Stop -Verbose'
14-
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 5.0.0 -Force -ErrorAction Stop -Verbose'
1514

1615
RUN apk add --no-cache git
1716

variants/6.1.3-alpine-3.8/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ENV COMPlus_EnableDiagnostics=0
1111

1212
# Install Pester
1313
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 4.0.0 -MaximumVersion 4.10.1 -Force -ErrorAction Stop -Verbose'
14-
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 5.0.0 -Force -ErrorAction Stop -Verbose'
1514

1615
COPY docker-entrypoint.sh /docker-entrypoint.sh
1716
RUN chmod +x docker-entrypoint.sh

variants/6.1.3-ubuntu-18.04-git-sops/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ENV COMPlus_EnableDiagnostics=0
1111

1212
# Install Pester
1313
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 4.0.0 -MaximumVersion 4.10.1 -Force -ErrorAction Stop -Verbose'
14-
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 5.0.0 -Force -ErrorAction Stop -Verbose'
1514

1615
RUN set -eux; \
1716
apt-get update; \

variants/6.1.3-ubuntu-18.04-git/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ENV COMPlus_EnableDiagnostics=0
1111

1212
# Install Pester
1313
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 4.0.0 -MaximumVersion 4.10.1 -Force -ErrorAction Stop -Verbose'
14-
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 5.0.0 -Force -ErrorAction Stop -Verbose'
1514

1615
RUN set -eux; \
1716
apt-get update; \

variants/6.1.3-ubuntu-18.04/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ENV COMPlus_EnableDiagnostics=0
1111

1212
# Install Pester
1313
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 4.0.0 -MaximumVersion 4.10.1 -Force -ErrorAction Stop -Verbose'
14-
RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 5.0.0 -Force -ErrorAction Stop -Verbose'
1514

1615
COPY docker-entrypoint.sh /docker-entrypoint.sh
1716
RUN chmod +x docker-entrypoint.sh

0 commit comments

Comments
 (0)