We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433ca31 commit c11d716Copy full SHA for c11d716
Dockerfile
@@ -108,9 +108,6 @@ RUN --mount=type=cache,target=/root/.cache/microdnf:rw \
108
# Create app user
109
&& useradd -c "Application User" -U -u ${USER} -m app \
110
&& chown -R app:0 /home/app \
111
- # Adjust permissions on /etc/passwd to be writable by group root.
112
- # The user app is replaced by the assigned UID on OpenShift.
113
- && chmod g+w /etc/passwd \
114
# In newer Docker there is a --chown option for the COPY command
115
&& ln -s /opt/kserve/mmesh /opt/kserve/tas \
116
&& mkdir -p log \
0 commit comments