Skip to content

Commit 3624506

Browse files
Merge pull request #226 from magento/MCLOUD-6173
MCLOUD-6173: Remove rsyslog from Cloud Docker
2 parents 326c97e + da6280b commit 3624506

File tree

10 files changed

+0
-20
lines changed

10 files changed

+0
-20
lines changed

images/php/7.1-cli/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ RUN apt-get update \
2828
python3 \
2929
python3-pip \
3030
redis-tools \
31-
rsyslog \
3231
sendmail \
3332
sendmail-bin \
3433
sudo \

images/php/7.1-cli/docker-entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ if [ ! -z "${CRONTAB}" ]; then
3636
echo "${CRONTAB}" > /etc/cron.d/magento
3737
fi
3838

39-
# Get rsyslog running for cron output
4039
touch $CRON_LOG
41-
echo "cron.* $CRON_LOG" > /etc/rsyslog.d/cron.conf
42-
service rsyslog start
4340

4441
PHP_EXT_DIR=/usr/local/etc/php/conf.d
4542

images/php/7.2-cli/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ RUN apt-get update \
2828
python3 \
2929
python3-pip \
3030
redis-tools \
31-
rsyslog \
3231
sendmail \
3332
sendmail-bin \
3433
sudo \

images/php/7.2-cli/docker-entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ if [ ! -z "${CRONTAB}" ]; then
3636
echo "${CRONTAB}" > /etc/cron.d/magento
3737
fi
3838

39-
# Get rsyslog running for cron output
4039
touch $CRON_LOG
41-
echo "cron.* $CRON_LOG" > /etc/rsyslog.d/cron.conf
42-
service rsyslog start
4340

4441
PHP_EXT_DIR=/usr/local/etc/php/conf.d
4542

images/php/7.3-cli/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ RUN apt-get update \
2828
python3 \
2929
python3-pip \
3030
redis-tools \
31-
rsyslog \
3231
sendmail \
3332
sendmail-bin \
3433
sudo \

images/php/7.3-cli/docker-entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ if [ ! -z "${CRONTAB}" ]; then
3636
echo "${CRONTAB}" > /etc/cron.d/magento
3737
fi
3838

39-
# Get rsyslog running for cron output
4039
touch $CRON_LOG
41-
echo "cron.* $CRON_LOG" > /etc/rsyslog.d/cron.conf
42-
service rsyslog start
4340

4441
PHP_EXT_DIR=/usr/local/etc/php/conf.d
4542

images/php/7.4-cli/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ RUN apt-get update \
2828
python3 \
2929
python3-pip \
3030
redis-tools \
31-
rsyslog \
3231
sendmail \
3332
sendmail-bin \
3433
sudo \

images/php/7.4-cli/docker-entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ if [ ! -z "${CRONTAB}" ]; then
3636
echo "${CRONTAB}" > /etc/cron.d/magento
3737
fi
3838

39-
# Get rsyslog running for cron output
4039
touch $CRON_LOG
41-
echo "cron.* $CRON_LOG" > /etc/rsyslog.d/cron.conf
42-
service rsyslog start
4340

4441
PHP_EXT_DIR=/usr/local/etc/php/conf.d
4542

images/php/cli/docker-entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ if [ ! -z "${CRONTAB}" ]; then
3636
echo "${CRONTAB}" > /etc/cron.d/magento
3737
fi
3838

39-
# Get rsyslog running for cron output
4039
touch $CRON_LOG
41-
echo "cron.* $CRON_LOG" > /etc/rsyslog.d/cron.conf
42-
service rsyslog start
4340

4441
PHP_EXT_DIR=/usr/local/etc/php/conf.d
4542

src/Command/Image/GeneratePhp.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class GeneratePhp extends Command
4747
'python3',
4848
'python3-pip',
4949
'redis-tools',
50-
'rsyslog',
5150
'sendmail',
5251
'sendmail-bin',
5352
'sudo',

0 commit comments

Comments
 (0)