This commit is contained in:
parent
9c9a87635e
commit
5035048b8d
@ -6,6 +6,7 @@ steps:
|
|||||||
- name: docker_nginx_1.21
|
- name: docker_nginx_1.21
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
context: 1.21/
|
||||||
dockerfile: 1.21/Dockerfile
|
dockerfile: 1.21/Dockerfile
|
||||||
registry: harbor.dragse.it
|
registry: harbor.dragse.it
|
||||||
repo: harbor.dragse.it/base/nginx
|
repo: harbor.dragse.it/base/nginx
|
||||||
|
@ -138,10 +138,10 @@ RUN sed -i 's,listen 80;,listen 8080;,' /etc/nginx/conf.d/default.co
|
|||||||
|
|
||||||
USER $UID
|
USER $UID
|
||||||
|
|
||||||
COPY 1.21/docker-entrypoint.sh /
|
COPY docker-entrypoint.sh /
|
||||||
COPY 1.21/10-listen-on-ipv6-by-default.sh /docker-entrypoint.d
|
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d
|
||||||
COPY 1.21/20-envsubst-on-templates.sh /docker-entrypoint.d
|
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d
|
||||||
COPY 1.21/30-tune-worker-processes.sh /docker-entrypoint.d
|
COPY 30-tune-worker-processes.sh /docker-entrypoint.d
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
Loading…
Reference in New Issue
Block a user