- https://www.all42.it
- Joined on
2025-03-10
Block a user
keemail-docker/mx (latest)
Published 2025-03-17 10:43:33 +01:00 by emiliano.franchini
Installation
docker pull images.all42.it/emiliano.franchini/keemail-docker/mx:latestsha256:c8fd29c0d21572654affc07906d0697f6e391d7f2b4f40c85d6c13bfcd5994fe
Image Layers
| ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL maintainer=Packet Loss s.r.l. <sistemi@packetloss.it> |
| ARG USER_ID |
| RUN |1 USER_ID= /bin/sh -c true && apk add --no-cache --update postfix postfix-mysql ca-certificates supervisor rsyslog bash gettext cyrus-sasl-login && apk add --no-cache --upgrade musl musl-utils && (rm "/tmp/"* 2>/dev/null || true) && (rm -rf /var/cache/apk/* 2>/dev/null || true) # buildkit |
| COPY ./etc/ /etc/ # buildkit |
| COPY ./AvviaPostfix.sh /bin/AvviaPostfix.sh # buildkit |
| USER root |
| WORKDIR /tmp |
| CMD ["/bin/AvviaPostfix.sh"] |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | keemail-mx03 |
| com.docker.compose.service | mx |
| com.docker.compose.version | 2.33.1 |
| maintainer | Packet Loss s.r.l. <sistemi@packetloss.it> |