Updated rootless dockerfile
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (root user) (push) Successful in 34s
Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (rootless) (push) Successful in 52s
Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (Root User) (push) Successful in 12s
Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (rootless) (push) Successful in 14s
Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (root user) (push) Successful in 34s
Details
Build and Push Alpine NGINX Image to docker.io Registry / Build and push image (rootless) (push) Successful in 52s
Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (Root User) (push) Successful in 12s
Details
Build and Push Alpine NodeJS Image to Winter Access Registry / Build and push image (rootless) (push) Successful in 14s
Details
This commit is contained in:
parent
48de0fa129
commit
1414ac3cd4
|
@ -24,6 +24,7 @@ ADD ./etc/nginx/conf.d /etc/nginx/conf.d
|
||||||
ADD ./app .
|
ADD ./app .
|
||||||
|
|
||||||
RUN touch /var/run/nginx.pid && chown nginx:nginx /var/run/nginx.pid
|
RUN touch /var/run/nginx.pid && chown nginx:nginx /var/run/nginx.pid
|
||||||
|
RUN chown -R nginx:nginx /var/lib/nginx
|
||||||
|
|
||||||
# CLEAR CACHE
|
# CLEAR CACHE
|
||||||
RUN apk del curl && \
|
RUN apk del curl && \
|
||||||
|
|
Loading…
Reference in New Issue