File tree 3 files changed +3
-3
lines changed
codeserver/ubi9-python-3.11
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 @@ -115,7 +115,7 @@ RUN yum -y module enable nginx:$NGINX_VERSION && \
115
115
COPY --chown=1001:0 ${RSTUDIO_SOURCE_CODE}/supervisord/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
116
116
117
117
# Copy extra files to the image.
118
- COPY ${RSTUDIO_SOURCE_CODE}/nginx/root/ /
118
+ COPY --chown=1001:0 ${RSTUDIO_SOURCE_CODE}/nginx/root/ /
119
119
120
120
# Changing ownership and user rights to support following use-cases:
121
121
# 1) running container on OpenShift, whose default security model
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ RUN yum -y module enable nginx:$NGINX_VERSION && \
239
239
COPY --chown=1001:0 ${RSTUDIO_SOURCE_CODE}/supervisord/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
240
240
241
241
# Copy extra files to the image.
242
- COPY ${RSTUDIO_SOURCE_CODE}/nginx/root/ /
242
+ COPY --chown=1001:0 ${RSTUDIO_SOURCE_CODE}/nginx/root/ /
243
243
244
244
# Changing ownership and user rights to support following use-cases:
245
245
# 1) running container on OpenShift, whose default security model
You can’t perform that action at this time.
0 commit comments