File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
codeserver/ubi9-python-3.11 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ RUN yum install -y https://download.fedoraproject.org/pub/epel/epel-release-late
81
81
COPY --chown=1001:0 ${CODESERVER_SOURCE_CODE}/supervisord/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
82
82
83
83
# Copy extra files to the image.
84
- COPY ${CODESERVER_SOURCE_CODE}/nginx/root/ /
84
+ COPY --chown=1001:0 ${CODESERVER_SOURCE_CODE}/nginx/root/ /
85
85
86
86
# Changing ownership and user rights to support following use-cases:
87
87
# 1) running container on OpenShift, whose default security model
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ RUN yum -y module enable nginx:$NGINX_VERSION && \
116
116
COPY --chown=1001:0 ${RSTUDIO_SOURCE_CODE}/supervisord/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
117
117
118
118
# Copy extra files to the image.
119
- COPY ${RSTUDIO_SOURCE_CODE}/nginx/root/ /
119
+ COPY --chown=1001:0 ${RSTUDIO_SOURCE_CODE}/nginx/root/ /
120
120
121
121
# Changing ownership and user rights to support following use-cases:
122
122
# 1) running container on OpenShift, whose default security model
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ RUN yum -y module enable nginx:$NGINX_VERSION && \
240
240
COPY --chown=1001:0 ${RSTUDIO_SOURCE_CODE}/supervisord/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
241
241
242
242
# Copy extra files to the image.
243
- COPY ${RSTUDIO_SOURCE_CODE}/nginx/root/ /
243
+ COPY --chown=1001:0 ${RSTUDIO_SOURCE_CODE}/nginx/root/ /
244
244
245
245
# Changing ownership and user rights to support following use-cases:
246
246
# 1) running container on OpenShift, whose default security model
You can’t perform that action at this time.
0 commit comments