Skip to content

Commit

Permalink
updated dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Jul 29, 2023
1 parent d76c2a8 commit ca469c4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildall-bin-from-src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
do
echo "Using indimail-src/$i.$j.bin for build"
cp indimail-src/$i.$j.bin Dockerfile
if [ -d indimail-mta/$tag -o -d indimail/$tag ] ; then
if [ -d indimail-mta/$i -o -d indimail/$i ] ; then
tag="$i".s
else
tag="$i"
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/almalinux8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN export HOSTNAME=indimail.org \
&& echo "Creating self signed certificate" \
&& /usr/sbin/svctool --config=cert --postmaster=postmaster@indimail.org --common_name=indimail.org > /dev/null 2>/tmp/cert.log \
&& unset HOSTNAME \
&& /bin/rm -rf /run \
&& echo "Build Completed"
COPY .alias .bash_profile .bashrc .exrc .gfuncs .glogout .indent.pro .vimrc /root/
ENTRYPOINT ["docker-entrypoint"]
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/almalinux9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN export HOSTNAME=indimail.org \
&& echo "Creating self signed certificate" \
&& /usr/sbin/svctool --config=cert --postmaster=postmaster@indimail.org --common_name=indimail.org > /dev/null 2>/tmp/cert.log \
&& unset HOSTNAME \
&& /bin/rm -rf /run \
&& echo "Build Completed"
COPY .alias .bash_profile .bashrc .exrc .gfuncs .glogout .indent.pro .vimrc /root/
ENTRYPOINT ["docker-entrypoint"]
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/amznlinux2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN export HOSTNAME=indimail.org \
--common_name=indimail.org > /dev/null 2>/tmp/cert.log || \
echo "certificate generation failed" \
&& unset HOSTNAME \
&& /bin/rm -rf /run \
&& echo "Build Completed"
COPY .alias .bash_profile .bashrc .exrc .gfuncs .glogout .indent.pro .vimrc /root/
ENTRYPOINT ["docker-entrypoint"]
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
&& echo "Creating self-signed certificate" \
&& /usr/sbin/svctool --config=cert --postmaster=postmaster@indimail.org --common_name=indimail.org >/dev/null 2>/tmp/cert.log \
&& unset HOSTNAME \
&& /bin/rm -rf /run \
&& echo "Build Completed"
COPY .alias .bash_profile .bashrc .exrc .gfuncs .glogout .indent.pro .vimrc /root/
ENTRYPOINT ["docker-entrypoint"]
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN export HOSTNAME=indimail.org \
&& echo "Creating self signed certificate" \
&& /usr/sbin/svctool --config=cert --postmaster=postmaster@indimail.org --common_name=indimail.org > /dev/null 2>/tmp/cert.log \
&& unset HOSTNAME \
&& /bin/rm -rf /run \
&& echo "Build Completed"
COPY .alias .bash_profile .bashrc .exrc .gfuncs .glogout .indent.pro .vimrc /root/
ENTRYPOINT ["docker-entrypoint"]
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/debian10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
&& echo "Creating self-signed certificate" \
&& /usr/sbin/svctool --config=cert --postmaster=postmaster@indimail.org --common_name=indimail.org >/dev/null 2>/tmp/cert.log \
&& unset HOSTNAME \
&& /bin/rm -rf /run \
&& echo "Build Completed"
COPY .alias .bash_profile .bashrc .exrc .gfuncs .glogout .indent.pro .vimrc /root/
ENTRYPOINT ["docker-entrypoint"]
Expand Down
1 change: 1 addition & 0 deletions indimail-mta/debian11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN export HOSTNAME=indimail.org DEBIAN_FRONTEND=noninteractive \
&& echo "Creating self-signed certificate" \
&& /usr/sbin/svctool --config=cert --postmaster=postmaster@indimail.org --common_name=indimail.org >/dev/null 2>/tmp/cert.log \
&& unset HOSTNAME \
&& /bin/rm -rf /run \
&& echo "Build Completed"
COPY .alias .bash_profile .bashrc .exrc .gfuncs .glogout .indent.pro .vimrc /root/
ENTRYPOINT ["docker-entrypoint"]
Expand Down

0 comments on commit ca469c4

Please sign in to comment.