-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Resolve CVE-2021{22901,22898,20266} for PS Base Image
Closes: #443 Signed-off-by: William Lam <wlam@vmware.com>
- Loading branch information
William Lam
committed
Jun 7, 2021
1 parent
0e3cfb8
commit fd738b3
Showing
10 changed files
with
16 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM projects.registry.vmware.com/veba/ce-pcli-base:1.0 | ||
FROM projects.registry.vmware.com/veba/ce-pcli-base:1.1 | ||
ENV TERM linux | ||
ENV PORT 8080 | ||
|
||
COPY handler.ps1 handler.ps1 | ||
|
||
CMD ["pwsh","./server.ps1"] | ||
CMD ["pwsh","./server.ps1"] |
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
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,7 +1,7 @@ | ||
FROM projects.registry.vmware.com/veba/ce-ps-base:1.0 | ||
FROM projects.registry.vmware.com/veba/ce-ps-base:1.1 | ||
ENV TERM linux | ||
ENV PORT 8080 | ||
|
||
COPY handler.ps1 handler.ps1 | ||
|
||
CMD ["pwsh","./server.ps1"] | ||
CMD ["pwsh","./server.ps1"] |
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,8 +1,8 @@ | ||
FROM projects.registry.vmware.com/veba/ce-ps-base:1.0 | ||
FROM projects.registry.vmware.com/veba/ce-ps-base:1.1 | ||
|
||
ARG POWERCLI_VERSION="12.3.0.17860403" | ||
|
||
RUN pwsh -c "\$ProgressPreference = \"SilentlyContinue\"; Install-Module VMware.PowerCLI -RequiredVersion ${POWERCLI_VERSION}" && \ | ||
pwsh -c 'Set-PowerCLIConfiguration -ParticipateInCEIP $true -confirm:$false' | ||
|
||
CMD ["pwsh","./server.ps1"] | ||
CMD ["pwsh","./server.ps1"] |
Binary file not shown.