Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP6:Update:BCI
sac-postfix-image
Dockerfile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package sac-postfix-image
# SPDX-License-Identifier: (EPL-2.0 OR IPL-1.0) AND MIT # Copyright (c) 2024 SUSE LLC # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. # The content of THIS FILE IS AUTOGENERATED and should not be manually modified. # It is maintained by the BCI team and generated by # https://github.com/SUSE/BCI-dockerfile-generator # Please submit bugfixes or comments via https://bugs.opensuse.org/ # You can contact the BCI team via https://github.com/SUSE/bci/discussions #!UseOBSRepositories #!ExclusiveArch: aarch64 x86_64 #!BuildTag: containers/postfix:%%postfix_version%%-%RELEASE% #!BuildTag: containers/postfix:%%postfix_version%% #!ForceMultiVersion #!BuildName: containers-postfix-%%postfix_version%% #!BuildVersion: %%postfix_version%% #!BuildRelease: 35 FROM registry.suse.com/bci/bci-micro:15.6 AS target FROM bci/bci-base:15.6 AS builder COPY --from=target / /target RUN set -euo pipefail; \ zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends ca-certificates-mozilla curl cyrus-sasl cyrus-sasl-plain ed findutils gawk grep netcfg postfix postfix-ldap postfix-lmdb sed timezone; \ zypper -n clean; \ rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} FROM registry.suse.com/bci/bci-micro:15.6 COPY --from=builder /target / # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=com.suse.application.postfix LABEL org.opencontainers.image.authors="" LABEL org.opencontainers.image.title="Postfix" LABEL org.opencontainers.image.description="Postfix container is fast and secure mail server, based on the SLE Base Container Image." LABEL org.opencontainers.image.version="%%postfix_version%%" LABEL org.opencontainers.image.url="https://apps.rancher.io/applications/postfix" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="SUSE LLC" LABEL org.opencontainers.image.source="%SOURCEURL%" LABEL org.opencontainers.image.ref.name="%%postfix_version%%-%RELEASE%" LABEL org.opensuse.reference="dp.apps.rancher.io/containers/postfix:%%postfix_version%%-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL com.suse.supportlevel="techpreview" LABEL com.suse.eula="sle-eula" LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle#suse-linux-enterprise-server-15" LABEL com.suse.release-stage="released" # endlabelprefix LABEL org.opencontainers.image.base.name="%BASE_REFNAME%" LABEL org.opencontainers.image.base.digest="%BASE_DIGEST%" LABEL io.artifacthub.package.readme-url="%SOURCEURL%/README.md" ENTRYPOINT ["/entrypoint/entrypoint.sh"] CMD ["postfix", "start-fg"] EXPOSE 25/tcp 465/tcp 587/tcp RUN set -euo pipefail; mkdir -p /entrypoint/ldap COPY entrypoint.sles.sh /entrypoint/entrypoint.sh RUN set -euo pipefail; chmod +x /entrypoint/entrypoint.sh COPY smtpd_sender_login_maps virtual_alias_domains virtual_alias_maps virtual_gid_maps virtual_mailbox_maps virtual_uid_maps /entrypoint/ldap/ HEALTHCHECK --interval=5s --timeout=10s --start-period=30s --retries=3 CMD postfix status VOLUME /var/spool/postfix /var/spool/vmail /etc/pki
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor