Block a user
sogo (latest)
Published 2026-02-13 14:33:40 +01:00 by henrik
Installation
docker pull git.hnrk.io/henrik/sogo:latestsha256:6d7ca2a07ef4389a82e7235a0d2c381570f64ce2b501ec320e0e850a60d230c2
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400' |
| LABEL maintainer=The Infrastructure Company GmbH <info@servercow.de> |
| ARG DEBIAN_FRONTEND=noninteractive |
| ARG DEBIAN_VERSION=bookworm |
| ARG SOGO_DEBIAN_REPOSITORY=https://packagingv2.sogo.nu/sogo-nightly-debian/ |
| ARG GOSU_VERSION=1.19 |
| ENV LC_ALL=C |
| RUN |4 DEBIAN_FRONTEND=noninteractive DEBIAN_VERSION=bookworm SOGO_DEBIAN_REPOSITORY=https://packagingv2.sogo.nu/sogo-nightly-debian/ GOSU_VERSION=1.19 /bin/sh -c echo "Building from repository $SOGO_DEBIAN_REPOSITORY" && apt-get update && apt-get install -y --no-install-recommends apt-transport-https ca-certificates gettext gnupg mariadb-client rsync supervisor syslog-ng syslog-ng-core syslog-ng-mod-redis dirmngr netcat-traditional psmisc wget patch && dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch" && chmod +x /usr/local/bin/gosu && gosu nobody true && mkdir /usr/share/doc/sogo && touch /usr/share/doc/sogo/empty.sh && wget -O- https://keys.openpgp.org/vks/v1/by-fingerprint/74FFC6D72B925A34B5D356BDF8A27B36A6E2EAE9 | gpg --dearmor | apt-key add - && echo "deb [trusted=yes] ${SOGO_DEBIAN_REPOSITORY} ${DEBIAN_VERSION} main" > /etc/apt/sources.list.d/sogo.list && apt-get update && apt-get install -y --no-install-recommends sogo sogo-activesync && apt-get autoclean && rm -rf /var/lib/apt/lists/* && touch /etc/default/locale # buildkit |
| COPY ./bootstrap-sogo.sh /bootstrap-sogo.sh # buildkit |
| COPY syslog-ng.conf /etc/syslog-ng/syslog-ng.conf # buildkit |
| COPY syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng-redis_slave.conf # buildkit |
| COPY supervisord.conf /etc/supervisor/supervisord.conf # buildkit |
| COPY acl.diff /acl.diff # buildkit |
| COPY navMailcowBtns.diff /navMailcowBtns.diff # buildkit |
| COPY stop-supervisor.sh /usr/local/sbin/stop-supervisor.sh # buildkit |
| COPY docker-entrypoint.sh / # buildkit |
| RUN |4 DEBIAN_FRONTEND=noninteractive DEBIAN_VERSION=bookworm SOGO_DEBIAN_REPOSITORY=https://packagingv2.sogo.nu/sogo-nightly-debian/ GOSU_VERSION=1.19 /bin/sh -c chmod +x /bootstrap-sogo.sh /usr/local/sbin/stop-supervisor.sh # buildkit |
| ENTRYPOINT ["/docker-entrypoint.sh"] |
| CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/supervisord.conf"] |
Labels
| Key | Value |
|---|---|
| maintainer | The Infrastructure Company GmbH <info@servercow.de> |