diff --git a/indimail-mta/bionic/Dockerfile b/indimail-mta/bionic/Dockerfile index 9ebd6a2..214708a 100644 --- a/indimail-mta/bionic/Dockerfile +++ b/indimail-mta/bionic/Dockerfile @@ -1,7 +1,7 @@ # docker build -f dockerfile.bionic -t cprogrammer/indimail-mta:bionic From ubuntu:bionic MAINTAINER cprogrammer -LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail-mta:bionic +LABEL org.opencontainers.image.source=https://github.com/indimail/indimail-mta:bionic # Freshen RUN apt-get -y update RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \ diff --git a/indimail-mta/focal/Dockerfile b/indimail-mta/focal/Dockerfile index 7fa6370..402ca24 100644 --- a/indimail-mta/focal/Dockerfile +++ b/indimail-mta/focal/Dockerfile @@ -2,7 +2,7 @@ # run dpkg-reconfigure tzdata after starting the container From ubuntu:focal MAINTAINER cprogrammer -LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail-mta:focal +LABEL org.opencontainers.image.source=https://github.com/indimail/indimail-mta:focal # Freshen RUN apt-get -y update RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \ diff --git a/indimail/bionic/Dockerfile b/indimail/bionic/Dockerfile index 3bd2b9c..f46af3a 100644 --- a/indimail/bionic/Dockerfile +++ b/indimail/bionic/Dockerfile @@ -1,7 +1,7 @@ # docker build -f dockerfile.bionic -t cprogrammer/indimail:bionic From ubuntu:bionic MAINTAINER cprogrammer -LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail:bionic +LABEL org.opencontainers.image.source=https://github.com/indimail/indimail:bionic # Freshen RUN apt-get -y update RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \ diff --git a/indimail/focal/Dockerfile b/indimail/focal/Dockerfile index a9cc0b2..39e38c2 100644 --- a/indimail/focal/Dockerfile +++ b/indimail/focal/Dockerfile @@ -2,7 +2,7 @@ # run dpkg-reconfigure tzdata after starting the container From ubuntu:focal MAINTAINER cprogrammer -LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail:focal +LABEL org.opencontainers.image.source=https://github.com/indimail/indimail:focal # Freshen RUN apt-get -y update RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \ diff --git a/webmail/bionic/Dockerfile b/webmail/bionic/Dockerfile index d42f365..65e3238 100644 --- a/webmail/bionic/Dockerfile +++ b/webmail/bionic/Dockerfile @@ -3,7 +3,7 @@ # ubuntu 18.04 From ubuntu:bionic MAINTAINER cprogrammer -LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail-web:bionic +LABEL org.opencontainers.image.source=https://github.com/indimail/indimail-web:bionic # Freshen RUN apt-get -y update RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \ diff --git a/webmail/focal/Dockerfile b/webmail/focal/Dockerfile index bfcafe3..a7995cc 100644 --- a/webmail/focal/Dockerfile +++ b/webmail/focal/Dockerfile @@ -3,7 +3,7 @@ # ubuntu 20.04 From ubuntu:focal MAINTAINER cprogrammer -LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail-web:focal +LABEL org.opencontainers.image.source=https://github.com/indimail/indimail-web:focal # Freshen RUN apt-get -y update RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \