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

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

# Freshen RUN dnf update
RUN export HOSTNAME=indimail.org \
Expand Down
2 changes: 1 addition & 1 deletion webmail/oracle8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN export HOSTNAME=indimail.org \
mysql-community-libs \
mysql-community-client \
&& wget -nv \
https://download.opensuse.org/repositories/home:mbhangui/RockyLinux_8/home:mbhangui.repo \
https://download.opensuse.org/repositories/home:mbhangui/CentOS_8/home:mbhangui.repo \
-O /etc/yum.repos.d/indimail.repo \
&& dnf -y install \
indimail \
Expand Down
2 changes: 1 addition & 1 deletion webmail/rockylinux8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker build -f dockerfile.rockylinux8 -t cprogrammer/indimail-web:rockylinux8
FROM rockylinux:8
MAINTAINER cprogrammer
LABEL org.opencontainers.image.source=https://github.com/mbhangui/indimail-web:rockylinux8
LABEL org.opencontainers.image.source=https://github.com/indimail/indimail-web:rockylinux8

# Freshen RUN dnf update
RUN export HOSTNAME=indimail.org \
Expand Down

0 comments on commit f466df8

Please sign in to comment.