Block a user
postfix (latest)
Installation
docker pull gitea.lostak.dev/lostakj/postfix:latestsha256:6dab17e298a192741c0603890a338772e61f171517c7361198001266f2ee2cfa
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 58759f7c27 | linux/amd64 | 119 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:87202021c36509f80e5414aa2307ce867cd2e3b5f0d0f3bd0c98749793bd1fb4 in / |
| CMD ["/bin/bash"] |
| WORKDIR /opt/postfix |
| RUN /bin/sh -c apt update && apt upgrade -y && apt install -y postfix curl # buildkit |
| RUN /bin/sh -c curl -SsfL -o /usr/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/v3.11.5/gomplate_linux-amd64-slim" && chmod 755 /usr/bin/gomplate # buildkit |
| COPY entrypoint.sh . # buildkit |
| COPY config ./config # buildkit |
| EXPOSE [25/tcp 465/tcp 587/tcp] |
| CMD ["/bin/bash" "entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |