We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9839e commit 8e4953bCopy full SHA for 8e4953b
Dockerfile
@@ -103,6 +103,9 @@ COPY "$CRT_FILES" /tmp/certificates/
103
RUN /etc/scripts/export_proxy_certificates.sh /tmp/certificates/ \
104
&& /etc/scripts/import_certificates.sh /tmp/certificates/
105
106
+USER $USER
107
+WORKDIR $HOME
108
+
109
ENTRYPOINT [ "/bin/bash" ]
110
111
#------------------------------------------------------------------------
@@ -447,8 +450,8 @@ FROM components AS run
447
450
COPY --from=ort --chown=$USER:$USER /opt/ort /opt/ort
448
451
ENV PATH=$PATH:/opt/ort/bin
449
452
-USER $USERNAME
-WORKDIR $HOMEDIR
453
454
455
456
# Ensure that the ORT data directory exists to be able to mount the config into it with correct permissions.
457
RUN mkdir -p "$HOMEDIR/.ort"
0 commit comments