postfixadmin-fetchmail (latest-amd64)

Published 2025-01-08 18:27:22 +00:00 by volker.raschek in volker.raschek/postfixadmin-fetchmail-docker

Installation

docker pull git.cryptic.systems/volker.raschek/postfixadmin-fetchmail:latest-amd64
sha256:e280eae328b0c1177d7822e1a65f689ce34d8e207e8851fc4fd85fe985b90d37

Image Layers

ADD alpine-minirootfs-3.21.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c echo "https://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositories # buildkit
RUN /bin/sh -c echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories # buildkit
RUN /bin/sh -c apk upgrade && apk add --update perl perl-lockfile-simple perl-dbi perl-dbd-pg perl-dbd-mysql fetchmail # buildkit
RUN /bin/sh -c mkdir --parents /run/fetchmail # buildkit
COPY --chown=fetchmail:fetchmail fetchmail.pl /usr/local/bin/fetchmail.pl # buildkit
USER fetchmail
CMD ["/usr/local/bin/fetchmail.pl"]

Labels

Key Value
org.opencontainers.image.created 2025-01-08T18:26:54Z
org.opencontainers.image.revision da8b8847f8a0ecbe21fb08276573c77c7fcca03d
org.opencontainers.image.source https://git.cryptic.systems/volker.raschek/postfixadmin-fetchmail-docker.git
org.opencontainers.image.url https://git.cryptic.systems/volker.raschek/postfixadmin-fetchmail-docker
Details
Container
2025-01-08 18:27:22 +00:00
173
OCI / Docker
linux/amd64
18 MiB
Versions (4) View all
latest-arm64-v8 2025-01-19
latest-amd64 2025-01-08
latest 2025-01-01
latest-arm-v7 2023-10-02