Skip to content

Commit d0badc5

Browse files
Merge pull request openshift#8686 from hamzy/PowerVS-add-ssh-directory
OCPBUGS-36453: PowerVS: add .ssh directory
2 parents 7404c8f + 53e31db commit d0badc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

images/installer/Dockerfile.upi.ci

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ RUN pwsh -Command 'Install-Module VMware.PowerCLI -Force -Scope AllUsers' && \
9797
pwsh -Command 'Install-Module -Name EPS -RequiredVersion 1.0 -Force -Scope AllUsers' && \
9898
mkdir -p /output/.local/share/VMware/PowerCLI && chmod -R 777 /output/.local
9999

100+
RUN mkdir /output/.ssh && chown 1000:1000 "/output/.ssh/" && chmod -R g=u "/output/.ssh/"
101+
100102
RUN chown 1000:1000 /output && chmod -R g=u "/output/.bluemix/"
101103
USER 1000:1000
102104
ENV PATH /bin

0 commit comments

Comments
 (0)