Skip to content

Commit

Permalink
updated oracle yum repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Jan 26, 2024
1 parent 9db3327 commit a3fbc1b
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion indimail-mta/almalinux8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org \
&& dnf -y update \
&& dnf config-manager --set-enabled powertools \
&& dnf -y module disable mysql \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-9.noarch.rpm \
&& dnf -y install \
gnupg2 \
binutils \
Expand Down
2 changes: 1 addition & 1 deletion indimail-mta/almalinux9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN export HOSTNAME=indimail.org \
'dnf-command(config-manager)' \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
&& dnf -y update \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm \
&& dnf -y install \
gnupg2 \
binutils \
Expand Down
2 changes: 1 addition & 1 deletion indimail-mta/oracle8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN export HOSTNAME=indimail.org \
drpm \
&& dnf -y update \
&& dnf -y module disable mysql \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-9.noarch.rpm \
&& dnf -y install \
gnupg2 \
binutils \
Expand Down
2 changes: 1 addition & 1 deletion indimail-mta/oracle9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org \
'dnf-command(config-manager)' \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
&& dnf -y update \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm \
&& dnf -y install \
gnupg2 \
binutils \
Expand Down
2 changes: 1 addition & 1 deletion indimail-mta/rockylinux8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN export HOSTNAME=indimail.org \
drpm \
&& dnf -y update \
&& dnf -y module disable mysql \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-9.noarch.rpm \
&& dnf -y install \
gnupg2 \
binutils \
Expand Down
2 changes: 1 addition & 1 deletion indimail-mta/rockylinux9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN export HOSTNAME=indimail.org \
'dnf-command(config-manager)' \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
&& dnf -y update \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm \
&& dnf -y install \
gnupg2 \
binutils \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/stream8.src
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
&& dnf -y module disable mysql \
&& dnf -y install \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-9.noarch.rpm \
&& dnf -y install --allowerasing gcc gcc-c++ make automake autoconf libtool git \
mysql-community-server mysql-devel gettext-devel libgcrypt-devel pkgconf \
openssl-devel openldap-devel ncurses-devel gdbm-devel pcre-devel pcre2-devel \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/ubi8.src
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
&& dnf config-manager --set-enabled ubi-8-baseos-source ubi-8-appstream-source \
&& dnf -y install \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-9.noarch.rpm \
https://vault.centos.org/centos/8/PowerTools/x86_64/os/Packages/libidn-devel-1.34-5.el8.x86_64.rpm \
https://vault.centos.org/centos/8/BaseOS/x86_64/os/Packages/pam-devel-1.3.1-15.el8.x86_64.rpm \
https://vault.centos.org/centos/8/BaseOS/x86_64/os/Packages/pam-1.3.1-15.el8.x86_64.rpm \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/ubi9.src
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
&& dnf -y erase subscription-manager \
&& dnf -y install \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm \
&& dnf -y install --allowerasing gcc gcc-c++ make automake autoconf libtool git \
mysql-community-server mysql-devel pkgconf patch \
openssl-devel openldap-devel ncurses-devel libidn-devel pcre-devel pcre2-devel \
Expand Down
2 changes: 1 addition & 1 deletion indimail/almalinux8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN export HOSTNAME=indimail.org \
&& dnf -y update \
&& dnf config-manager --set-enabled powertools \
&& dnf -y module disable mysql \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-9.noarch.rpm \
&& dnf -y install \
gnupg2 \
binutils \
Expand Down
2 changes: 1 addition & 1 deletion indimail/almalinux9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org \
'dnf-command(config-manager)' \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
&& dnf -y update \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm \
&& dnf -y install \
gnupg2 \
binutils \
Expand Down
2 changes: 1 addition & 1 deletion indimail/oracle8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org \
&& dnf -y install 'dnf-command(config-manager)' \
drpm \
&& dnf -y module disable mysql \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-9.noarch.rpm \
&& dnf -y install \
gnupg2 \
binutils \
Expand Down
2 changes: 1 addition & 1 deletion indimail/oracle9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org \
'dnf-command(config-manager)' \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
&& dnf -y update \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm \
&& dnf -y install \
gnupg2 \
binutils \
Expand Down
2 changes: 1 addition & 1 deletion indimail/rockylinux8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org \
&& dnf -y install 'dnf-command(config-manager)' \
drpm \
&& dnf -y module disable mysql \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-9.noarch.rpm \
&& dnf -y install \
gnupg2 \
binutils \
Expand Down
2 changes: 1 addition & 1 deletion indimail/rockylinux9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org \
'dnf-command(config-manager)' \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
&& dnf -y update \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
&& rpm -ivh https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm \
&& dnf -y install \
gnupg2 \
binutils \
Expand Down
2 changes: 1 addition & 1 deletion webmail/almalinux8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org \
'dnf-command(config-manager)' \
epel-release \
https://rpms.remirepo.net/enterprise/remi-release-8.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-9.noarch.rpm \
dnf-utils \
drpm \
&& dnf -y module reset php \
Expand Down
2 changes: 1 addition & 1 deletion webmail/almalinux9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org \
'dnf-command(config-manager)' \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
https://rpms.remirepo.net/enterprise/remi-release-9.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm \
dnf-utils \
&& dnf -y module reset php \
&& dnf -y module enable php:remi-8.1 \
Expand Down
2 changes: 1 addition & 1 deletion webmail/oracle8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org \
'dnf-command(config-manager)' \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
https://rpms.remirepo.net/enterprise/remi-release-8.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-9.noarch.rpm \
dnf-utils \
drpm \
&& dnf -y module reset php \
Expand Down
2 changes: 1 addition & 1 deletion webmail/oracle9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org \
'dnf-command(config-manager)' \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
https://rpms.remirepo.net/enterprise/remi-release-9.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm \
dnf-utils \
&& dnf -y module reset php \
&& dnf -y module enable php:remi-8.1 \
Expand Down
2 changes: 1 addition & 1 deletion webmail/rockylinux8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org \
'dnf-command(config-manager)' \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \
https://rpms.remirepo.net/enterprise/remi-release-8.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-5.noarch.rpm \
dnf-utils \
drpm \
&& dnf -y module reset php \
Expand Down
2 changes: 1 addition & 1 deletion webmail/rockylinux9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org \
'dnf-command(config-manager)' \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
https://rpms.remirepo.net/enterprise/remi-release-9.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm \
dnf-utils \
&& dnf -y module reset php \
&& dnf -y module enable php:remi-8.1 \
Expand Down
2 changes: 1 addition & 1 deletion webmail/stream8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export HOSTNAME=indimail.org \
'dnf-command(config-manager)' \
epel-release \
https://rpms.remirepo.net/enterprise/remi-release-8.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
https://dev.mysql.com/get/mysql80-community-release-el8-9.noarch.rpm \
dnf-utils \
drpm \
&& dnf -y module reset php \
Expand Down

0 comments on commit a3fbc1b

Please sign in to comment.