Fixed wrong group and user for ubi9 based image
Build and Push Alpine PHP Image / Build and push image (push) Successful in 46s
Details
Build and Push Alpine PHP Image / Build and push apache image (push) Successful in 49s
Details
Build and Push ubi9 PHP Image / Build and push ubi9 image (push) Successful in 1m33s
Details
Build and Push ubi9 PHP Image / Build and push ubi9 apache image (push) Successful in 9m14s
Details
Build and Push ubi9 PHP Image / Build and push ubi9-micro image (push) Successful in 6m8s
Details
Build and Push Alpine PHP Image / Build and push image (push) Successful in 46s
Details
Build and Push Alpine PHP Image / Build and push apache image (push) Successful in 49s
Details
Build and Push ubi9 PHP Image / Build and push ubi9 image (push) Successful in 1m33s
Details
Build and Push ubi9 PHP Image / Build and push ubi9 apache image (push) Successful in 9m14s
Details
Build and Push ubi9 PHP Image / Build and push ubi9-micro image (push) Successful in 6m8s
Details
This commit is contained in:
parent
e8fd54ce1a
commit
3a35906671
|
@ -22,8 +22,8 @@ WORKDIR /tmp
|
|||
# Setup httpd User
|
||||
# Add group and user httpd
|
||||
# and setup httpd server root
|
||||
RUN groupmod -g 10001 apache && \
|
||||
usermod -u 10001 -g 10001 -d ${SERVER_ROOT} -s /sbin/nologin apache && \
|
||||
RUN groupadd -g 10001 apache && \
|
||||
useradd -u 10001 -g 10001 -m -d ${SERVER_ROOT} -s /sbin/nologin apache && \
|
||||
mkdir -p ${APP_DIR} && \
|
||||
mkdir -p ${CGI_DIR} && \
|
||||
mkdir -p ${RUN_DIR} && \
|
||||
|
|
Loading…
Reference in New Issue