Increase pipelines memory

This commit is contained in:
Dave Chevell 2019-11-21 08:22:23 +11:00
parent f165fd0f58
commit 990fe4d0d5
No known key found for this signature in database
GPG Key ID: 279DF1B52C7C44DC
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ WORKDIR $CONFLUENCE_HOME
EXPOSE 8090
EXPOSE 8091
CMD ["/entrypoint.py", "-fg"]
CMD ["/entrypoint.py"]
ENTRYPOINT ["/sbin/tini", "--"]
RUN apt-get update \

View File

@ -15,7 +15,7 @@ WORKDIR $CONFLUENCE_HOME
EXPOSE 8090
EXPOSE 8091
CMD ["/entrypoint.py", "-fg"]
CMD ["/entrypoint.py"]
ENTRYPOINT ["/sbin/tini", "--"]
RUN apk add --no-cache ca-certificates wget curl openssh bash procps openssl perl ttf-dejavu tini python3 py3-jinja2

View File

@ -150,4 +150,4 @@ pipelines:
definitions:
services:
docker:
memory: 2048
memory: 3072