Skip to content

Commit

Permalink
moved repository to indimail org
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Dec 31, 2023
1 parent c69f54f commit 8b66915
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion indimail-mta/centos7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build -f dockerfile.centos7 -t cprogrammer/indimail-mta:centos7
FROM centos:7
MAINTAINER cprogrammer
LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail-mta:centos7
LABEL org.opencontainers.image.source=https://github.com/indimail/indimail-mta:centos7

# Freshen RUN yum update
RUN export HOSTNAME=indimail.org \
Expand Down
2 changes: 1 addition & 1 deletion indimail-mta/tumbleweed/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build -f dockerfile.tumbleweed -t cprogrammer/indimail-mta:tumbleweed
FROM opensuse/tumbleweed
MAINTAINER cprogrammer
LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail-mta:tumbleweed
LABEL org.opencontainers.image.source=https://github.com/indimail/indimail-mta:tumbleweed

RUN export HOSTNAME=indimail.org \
&& mkdir -p /root \
Expand Down
4 changes: 2 additions & 2 deletions indimail-src/fedora.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build -f fedora.src -t cprogrammer/indimail-src:fedora
FROM fedora:latest
MAINTAINER cprogrammer
LABEL org.opencontainers.image.source https://github.com/mbhangui/indimail-docker
LABEL org.opencontainers.image.source https://github.com/indimail/indimail-docker

RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
&& dnf -y install 'dnf-command(config-manager)' \
Expand All @@ -26,7 +26,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
touch /usr/local/srctmp/incomplete; \
cd /usr/local/srctmp; \
for i in libqmail indimail-mta ezmlm-idx tinydnssec indimail-virtualdomains indimail-docker; \
do git clone --no-tags --no-recurse-submodules --depth=1 https://github.com/mbhangui/$i.git; done; \
do git clone --no-tags --no-recurse-submodules --depth=1 https://github.com/indimail/$i.git; done; \
git clone git://linux-nfs.org/~steved/libtirpc; \
# gsasl
wget -nv https://ftpmirror.gnu.org/gsasl/gsasl-2.2.0.tar.gz; \
Expand Down
2 changes: 1 addition & 1 deletion indimail/centos7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build -f dockerfile.centos7 -t cprogrammer/indimail:centos7
FROM centos:7
MAINTAINER cprogrammer
LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail:centos7
LABEL org.opencontainers.image.source=https://github.com/indimail/indimail:centos7

# Freshen RUN yum update
RUN export HOSTNAME=indimail.org \
Expand Down
2 changes: 1 addition & 1 deletion indimail/tumbleweed/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build -f dockerfile.tumbleweed -t cprogrammer/indimail:tumbleweed
FROM opensuse/tumbleweed
MAINTAINER cprogrammer
LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail:tumbleweed
LABEL org.opencontainers.image.source=https://github.com/indimail/indimail:tumbleweed

RUN export HOSTNAME=indimail.org \
MYSQL_SOCKET=/run/mysqld/mysqld.sock \
Expand Down
2 changes: 1 addition & 1 deletion webmail/centos7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build -f dockerfile.centos7 -t cprogrammer/indimail-web:centos7
FROM centos:7
MAINTAINER cprogrammer
LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail-web:centos7
LABEL org.opencontainers.image.source=https://github.com/indimail/indimail-web:centos7

# Freshen RUN yum update
RUN export HOSTNAME=indimail.org \
Expand Down
2 changes: 1 addition & 1 deletion webmail/tumbleweed/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build -f dockerfile.tumbleweed -t cprogrammer/indimail-web:tumbleweed
FROM opensuse/tumbleweed
MAINTAINER cprogrammer
LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail-web:tumbleweed
LABEL org.opencontainers.image.source=https://github.com/indimail/indimail-web:tumbleweed

RUN export HOSTNAME=indimail.org \
MYSQL_SOCKET=/run/mysqld/mysqld.sock \
Expand Down

0 comments on commit 8b66915

Please sign in to comment.