naliia (v1.0.0_pro)
Published 2026-04-04 01:09:49 -05:00 by Aserrador
Installation
docker pull gitea.onecluster.org/oneteam/naliia:v1.0.0_prosha256:ec9182170194de0ee4528767e51a4df49c2e8f10643f0d79f3961dca3da0a121Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| RUN groupadd -r trytond && useradd --no-log-init -r -d /var/lib/trytond -m -g trytond trytond && mkdir /var/lib/trytond/db && chown trytond:trytond /var/lib/trytond/db && mkdir /var/lib/trytond/www && mkdir -p /etc/python3 && echo "[DEFAULT]\nbyte-compile = standard, optimize" > /etc/python3/debian_config |
| RUN apt-get update && apt-get install -y --no-install-recommends curl python3 python3-pip python3-setuptools python3-wheel gunicorn python3-argcomplete bash-completion python3-argon2 python3-bcrypt python3-genshi python3-gevent python3-html2text python3-pil python3-levenshtein python3-lxml python3-polib python3-psycopg2 python3-pydot python3-werkzeug python3-wrapt python3-dateutil python3-ldap3 python3-magic python3-ofxparse python3-pypdf python3-pysimplesoap python3-requests python3-simpleeval python3-tz python3-yaml python3-zeep && rm -rf /var/lib/apt/lists/* |
| RUN mkdir -p /etc/bash_completion.d && activate-global-python-argcomplete |
| COPY pip-constraints.txt* /root/pip-constraints.txt |
| RUN export PIP_CONSTRAINT=/root/pip-constraints.txt && touch /root/pip-constraints.txt && pip3 install --break-system-packages --no-cache-dir "trytond == ${SERIES}.*" "proteus == ${SERIES}.*" && for module in `curl -L https://downloads.tryton.org/${SERIES}/modules.txt`; do pip3 install --break-system-packages --no-cache-dir "trytond_${module} == ${SERIES}.*" || exit 1; done && pip3 install --break-system-packages --no-cache-dir python-barcode[images] qrcode[pil] webcolors email-validator dnspython phonenumberslite pycountry python-stdnum[SOAP] schwifty && python3 -m compileall -r 10 -o 1 -q |
| COPY --from=builder-node /package /var/lib/trytond/www |
| COPY entrypoint.sh / |
| COPY trytond.conf /etc/trytond.conf |
| COPY gunicorn.conf.py /etc/gunicorn.conf.py |
| LABEL org.label-schema.version= |
| ARG TRYTOND_VERSION=7.6 |
| ARG DEVELOP |
| ARG WORKER |
| USER root |
| RUN |3 TRYTOND_VERSION=7.6 DEVELOP= WORKER= /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git python3-click uwsgi uwsgi-plugin-python3 libreoffice # buildkit |
| RUN |3 TRYTOND_VERSION=7.6 DEVELOP= WORKER= /bin/sh -c echo "Install modules non official" # buildkit |
| COPY trytond.conf /etc/trytond.conf # buildkit |
| COPY trytond_worker.conf /etc/trytond_worker.conf # buildkit |
| COPY gunicorn.conf.py /etc/gunicorn.conf.py # buildkit |
| COPY requirements.txt /opt # buildkit |
| RUN |3 TRYTOND_VERSION=7.6 DEVELOP= WORKER= /bin/sh -c pip install --break-system-packages -r /opt/requirements.txt # buildkit |
| COPY start.sh /opt # buildkit |
| COPY trytond_logging.conf /etc/trytond_logging.conf # buildkit |
| COPY trytond_cron_logging.conf /etc/trytond_cron_logging.conf # buildkit |
| COPY trytond_worker_logging.conf /etc/trytond_worker_logging.conf # buildkit |
| COPY common_password.txt /etc/common_password.txt # buildkit |
| COPY modules /app/modules # buildkit |
| COPY install_modules.sh /app/install_modules.sh # buildkit |
| RUN |3 TRYTOND_VERSION=7.6 DEVELOP= WORKER= /bin/sh -c chmod +x /app/install_modules.sh && /bin/bash /app/install_modules.sh # buildkit |
| RUN |3 TRYTOND_VERSION=7.6 DEVELOP= WORKER= /bin/sh -c rm -rf /var/lib/trytond/www # buildkit |
| COPY /package /var/lib/trytond/www # buildkit |
| COPY naliia_sao_custom/ /var/lib/trytond/www/ # buildkit |
| ARG TRYTONPASSFILE |
| ARG TRYTON_ADMIN_PASSWORD=S0p0rt3f1n4l* |
| ENV TRYTONPASSFILE=/etc/trytond_admin_pass.conf |
| RUN |5 TRYTOND_VERSION=7.6 DEVELOP= WORKER= TRYTONPASSFILE=/etc/trytond_admin_pass.conf TRYTON_ADMIN_PASSWORD=S0p0rt3f1n4l* /bin/sh -c touch /etc/trytond_populate.conf && touch $TRYTONPASSFILE && echo $TRYTON_ADMIN_PASSWORD >> $TRYTONPASSFILE && chown -R trytond:trytond /etc/trytond* && rm -rf /var/log/trytond && mkdir /var/log/trytond && chown -R trytond:trytond /var/log/trytond && rm -rf /mnt/attachment && mkdir /mnt/attachment && chown -R trytond:trytond /mnt/attachment # buildkit |
| USER trytond |
| CMD ["/bin/bash"] |
Labels
| Key | Value |
|---|---|
| maintainer | Tryton <foundation@tryton.org> |
| org.label-schema.name | Tryton |
| org.label-schema.schema-version | 1.0 |
| org.label-schema.url | http://www.tryton.org/ |
| org.label-schema.vendor | Tryton |
| org.label-schema.version |
Details
2026-04-04 01:09:49 -05:00
Versions (1)
View all
Container
5
OCI / Docker
linux/amd64
463 MiB
v1.0.0_pro
2026-04-04