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 3bd9eaf commit f6b2288
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion indimail-mta/debian12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build -f dockerfile.debian12 -t cprogrammer/indimail-mta:debian12
FROM debian:12
MAINTAINER cprogrammer
LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail-mta:debian12
LABEL org.opencontainers.image.source=https://github.com/indimail/indimail-mta:debian12

# Freshen RUN apt-get -y update
RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion indimail-mta/lunar/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:lunar
MAINTAINER cprogrammer
LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail-mta:lunar
LABEL org.opencontainers.image.source=https://github.com/indimail/indimail-mta:lunar

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

# Freshen RUN apt-get -y update
RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion indimail/lunar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ubuntu 23.04
From ubuntu:lunar
MAINTAINER cprogrammer
LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail:lunar
LABEL org.opencontainers.image.source=https://github.com/indimail/indimail:lunar

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

# Freshen RUN apt-get -y update
RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion webmail/lunar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ubuntu 23.04
From ubuntu:lunar
MAINTAINER cprogrammer
LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail-web:lunar
LABEL org.opencontainers.image.source=https://github.com/indimail/indimail-web:lunar

# Freshen RUN apt-get -y update
RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
Expand Down

0 comments on commit f6b2288

Please sign in to comment.