ox-core-middleware (8.42.57)
Published 2025-12-14 13:07:14 +00:00 by tiran133
Installation
docker pull git.unitystack.org/unitystack/ox-core-middleware:8.42.57sha256:ec14f37dc8e3712f3343d5dcfa9e686fdae97f170bdd1378ffcac0bcd347692eImage layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1759104000' |
| ARG OX_USER |
| ARG OX_GROUP OX_USER |
| ARG OX_GROUP OX_UID OX_USER |
| ARG OX_GID OX_GROUP OX_UID OX_USER |
| ARG OX_GID OX_GROUP OX_HOME OX_UID OX_USER |
| ARG OX_GID OX_GROUP OX_HOME OX_SPOOL_DIR OX_UID OX_USER |
| ENV LOCALE=C.UTF-8 |
| ENV LANG=$LOCALE |
| ENV LANGUAGE=$LOCALE |
| ENV LC_ALL=$LOCALE |
| ENV JAVA_HOME=/opt/java/openjdk |
| ENV PATH=$PATH:$JAVA_HOME/bin:/opt/open-xchange/sbin/ |
| COPY dir:79f3e8d21257e86984afe795bdc3a6a9a218221020525630b028d16c95196f24 in $JAVA_HOME |
| COPY file:66463f4176cda0adc9d6e43371497c365fa77e40d46f0431ca11427e32cd5495 in /usr/local/bin/ox_props |
| COPY file:1347cd19417da381ccba04a99659ff662454e5df3538c19d958a149b66ec8704 in /entrypoint.sh |
| |6 OX_GID=1000 OX_GROUP=open-xchange OX_HOME=/opt/open-xchange OX_SPOOL_DIR=/var/spool/open-xchange OX_UID=1000 OX_USER=open-xchange /bin/sh -c apt-get update && apt-get upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends bzip2 ca-certificates curl file gnupg2 locales mariadb-client netcat-openbsd net-tools poppler-utils procps tini && curl -sLO "https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64" && mv yq_linux_amd64 /usr/local/bin/yq && chmod +x /usr/local/bin/yq && apt-get autoremove -yqq && rm -rf /var/lib/apt/lists/* && groupadd -g "${OX_GID}" "${OX_GROUP}" && useradd -l -u "${OX_UID}" -g "${OX_GID}" -d "${OX_HOME}" -m -s /bin/bash "${OX_USER}" && mkdir -p "${OX_HOME}/etc/languages/appsuite" && chown -R "${OX_UID}":"${OX_GID}" "${OX_HOME}" |
| COPY dir:eb15adde0d721925f43c7d213d4daf586b63e8645b7a22905d546e34f1494bf2 in /configuration |
| COPY dir:6445ad91da4d0aa2de0695ac3cae4cbd7bee6397e99802a91c4b531f1eb425e9 in /etc/ |
| COPY dir:e1378b083fb4227a5e4fcb92b826379ca8542f16fdb34c48a93a9a1f957ff3dc in /opt/ |
| COPY dir:01695819c33389d324a456f0b4db516e981b4f38e29ff4c5e7545f84f1790bbf in /usr/ |
| COPY dir:09b2c0c66093240e35b6fd1d96523b2a6d188d0c09e0ba300b2c29a00d3e21df in /var/ |
| COPY dir:01e8faff03dc1472e0507008d3b0041f8f9ba7aa0b4a8b369315d2253126b7b7 in /opt/open-xchange/go |
| VOLUME [ "${OX_HOME}", "${OX_SPOOL_DIR}" ] |
| USER ${OX_USER} |
| WORKDIR ${OX_HOME} |
| ENTRYPOINT ["/opt/open-xchange/go/entrypoint"] |
| EXPOSE 8009 1099 |
| LABEL "io.ox.commit-sha.core"="f5f1ffbc559ed66834c179957e791e0532928e0e" |
| ADD file:c9181db54b608eb087c6cdfc5678071a9440fc1e3360a22648303e35ab6baa5b in / |
| LABEL io.ox.commit-sha.documentconverter-api=1c30773e0ae033c8615b32a5f3d693d6b55e6ab2 |
| LABEL io.ox.commit-sha.guard=daf56280427205063ddaef55d69298e900951a97 |
| LABEL io.ox.commit-sha.office=a56887aa2aa2b628e34a2b40f650ac65a994fc26 |
| LABEL io.ox.commit-sha.weakforced=7a3d63dfece8ba3fbfec8b9f2e0e60e47567d4bf |
| COPY ./bundles/custom-login-sources/custom-login-sources.jar /opt/open-xchange/bundles/eu.unitystack.client.onboarding.mail.customloginsource.jar # buildkit |
| COPY ./bundles/custom-login-sources/custom-login-sources.ini /opt/open-xchange/osgi/bundle.d/eu-unitystack-client-onboarding-mail/eu.unitystack.client.onboarding.mail.customloginsource.ini # buildkit |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.37.0 |
| io.ox.commit-sha.core | f5f1ffbc559ed66834c179957e791e0532928e0e |
| io.ox.commit-sha.documentconverter-api | 1c30773e0ae033c8615b32a5f3d693d6b55e6ab2 |
| io.ox.commit-sha.guard | daf56280427205063ddaef55d69298e900951a97 |
| io.ox.commit-sha.office | a56887aa2aa2b628e34a2b40f650ac65a994fc26 |
| io.ox.commit-sha.weakforced | 7a3d63dfece8ba3fbfec8b9f2e0e60e47567d4bf |
| org.opencontainers.image.created | 2025-12-14T13:07:10.302Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 1dc0afdc3a6b6e5e28037cde58cf9635fe809864 |
| org.opencontainers.image.source | https://git.unitystack.org/UnityStack/ox-core-middleware |
| org.opencontainers.image.title | ox-core-middleware |
| org.opencontainers.image.url | https://git.unitystack.org/UnityStack/ox-core-middleware |
| org.opencontainers.image.version | 8.42.57 |
Details
2025-12-14 13:07:14 +00:00
Versions (5)
View all
Container
3
OCI / Docker
linux/amd64
543 MiB