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 f466df8 commit 3bd9eaf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion indimail-mta/bionic/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion indimail-mta/focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion indimail/bionic/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion indimail/focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion webmail/bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion webmail/focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3bd9eaf

Please sign in to comment.