File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG USER_GID=1234
88ENV USER_UID=${USER_UID}
99ENV USER_GID=${USER_GID}
1010
11- ENV USER="mpiuser"
11+ # ENV USER="mpiuser"
1212ENV SESSION_DIR="/home/mpiuser/ssh-session"
1313ENV KEYS_DIR="/home/mpiuser/ssh-session/keys"
1414
@@ -46,7 +46,7 @@ RUN chmod 600 ${KEYS_DIR}/ssh_host_rsa_key && \
4646 chmod 700 /home/mpiuser/.ssh && \
4747 chown -R ${USER_UID}:${USER_GID} /home/mpiuser
4848
49- USER mpiuser
49+ # USER mpiuser
5050WORKDIR /home/mpiuser
5151
5252# Configure SSH - port is set at runtime so we don't hardcode it here
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ docker push your-registry.com/ssh-container:latest
3131Create a profile referencing your published image:
3232
3333``` yaml
34- apiVersion : nnf.cray.hpe.com/v1alpha1
34+ apiVersion : nnf.cray.hpe.com/v1alpha7
3535kind : NnfContainerProfile
3636metadata :
3737 name : ssh-container-profile
You can’t perform that action at this time.
0 commit comments