From 8b66915989befe29bed866578e863499e190d2d7 Mon Sep 17 00:00:00 2001 From: Manvendra Bhangui Date: Sun, 31 Dec 2023 15:02:13 +0530 Subject: [PATCH] moved repository to indimail org --- indimail-mta/centos7/Dockerfile | 2 +- indimail-mta/tumbleweed/Dockerfile | 2 +- indimail-src/fedora.src | 4 ++-- indimail/centos7/Dockerfile | 2 +- indimail/tumbleweed/Dockerfile | 2 +- webmail/centos7/Dockerfile | 2 +- webmail/tumbleweed/Dockerfile | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/indimail-mta/centos7/Dockerfile b/indimail-mta/centos7/Dockerfile index d717c84..e8ac0c9 100644 --- a/indimail-mta/centos7/Dockerfile +++ b/indimail-mta/centos7/Dockerfile @@ -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 \ diff --git a/indimail-mta/tumbleweed/Dockerfile b/indimail-mta/tumbleweed/Dockerfile index d6ec671..0865ddb 100644 --- a/indimail-mta/tumbleweed/Dockerfile +++ b/indimail-mta/tumbleweed/Dockerfile @@ -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 \ diff --git a/indimail-src/fedora.src b/indimail-src/fedora.src index 3e993db..78d524a 100644 --- a/indimail-src/fedora.src +++ b/indimail-src/fedora.src @@ -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)' \ @@ -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; \ diff --git a/indimail/centos7/Dockerfile b/indimail/centos7/Dockerfile index 0b2e399..a5e43e4 100644 --- a/indimail/centos7/Dockerfile +++ b/indimail/centos7/Dockerfile @@ -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 \ diff --git a/indimail/tumbleweed/Dockerfile b/indimail/tumbleweed/Dockerfile index 2f61841..3817dbf 100644 --- a/indimail/tumbleweed/Dockerfile +++ b/indimail/tumbleweed/Dockerfile @@ -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 \ diff --git a/webmail/centos7/Dockerfile b/webmail/centos7/Dockerfile index 8d61876..a49d884 100644 --- a/webmail/centos7/Dockerfile +++ b/webmail/centos7/Dockerfile @@ -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 \ diff --git a/webmail/tumbleweed/Dockerfile b/webmail/tumbleweed/Dockerfile index ba1bc97..b2149a4 100644 --- a/webmail/tumbleweed/Dockerfile +++ b/webmail/tumbleweed/Dockerfile @@ -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 \