Skip to content

Commit e55469f

Browse files
authored
Merge pull request #78 from devilbox/release-0.59
Custom startup scripts
2 parents 689703a + 85991d2 commit e55469f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+140
-78
lines changed

Dockerfiles/base/data/docker-entrypoint.d/00-base-libs.sh renamed to Dockerfiles/base/data/docker-entrypoint.d/100-base-libs.sh

File renamed without changes.

Dockerfiles/base/data/docker-entrypoint.d/01-uid-gid.sh renamed to Dockerfiles/base/data/docker-entrypoint.d/101-uid-gid.sh

File renamed without changes.

Dockerfiles/prod/Dockerfile-5.2

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN set -x \
2424
locales-all \
2525
postfix \
2626
postfix-pcre \
27+
cron \
2728
rsyslog \
2829
socat \
2930
supervisor \
@@ -72,9 +73,6 @@ COPY ./data/supervisord.conf /etc/supervisor/supervisord.conf
7273
###
7374
### Volumes
7475
###
75-
VOLUME /etc/php-custom.d
76-
VOLUME /etc/php-fpm-custom.d
77-
VOLUME /etc/php-modules.d
7876
VOLUME /var/log/php
7977
VOLUME /var/mail
8078

Dockerfiles/prod/Dockerfile-5.3

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN set -x \
2424
locales-all \
2525
postfix \
2626
postfix-pcre \
27+
cron \
2728
rsyslog \
2829
socat \
2930
supervisor \
@@ -72,9 +73,6 @@ COPY ./data/supervisord.conf /etc/supervisor/supervisord.conf
7273
###
7374
### Volumes
7475
###
75-
VOLUME /etc/php-custom.d
76-
VOLUME /etc/php-fpm-custom.d
77-
VOLUME /etc/php-modules.d
7876
VOLUME /var/log/php
7977
VOLUME /var/mail
8078

Dockerfiles/prod/Dockerfile-5.4

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN set -x \
2424
locales-all \
2525
postfix \
2626
postfix-pcre \
27+
cron \
2728
rsyslog \
2829
socat \
2930
supervisor \
@@ -72,9 +73,6 @@ COPY ./data/supervisord.conf /etc/supervisor/supervisord.conf
7273
###
7374
### Volumes
7475
###
75-
VOLUME /etc/php-custom.d
76-
VOLUME /etc/php-fpm-custom.d
77-
VOLUME /etc/php-modules.d
7876
VOLUME /var/log/php
7977
VOLUME /var/mail
8078

Dockerfiles/prod/Dockerfile-5.5

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN set -x \
2424
locales-all \
2525
postfix \
2626
postfix-pcre \
27+
cron \
2728
rsyslog \
2829
socat \
2930
supervisor \
@@ -72,9 +73,6 @@ COPY ./data/supervisord.conf /etc/supervisor/supervisord.conf
7273
###
7374
### Volumes
7475
###
75-
VOLUME /etc/php-custom.d
76-
VOLUME /etc/php-fpm-custom.d
77-
VOLUME /etc/php-modules.d
7876
VOLUME /var/log/php
7977
VOLUME /var/mail
8078

Dockerfiles/prod/Dockerfile-5.6

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN set -x \
2424
locales-all \
2525
postfix \
2626
postfix-pcre \
27+
cron \
2728
rsyslog \
2829
socat \
2930
supervisor \
@@ -72,9 +73,6 @@ COPY ./data/supervisord.conf /etc/supervisor/supervisord.conf
7273
###
7374
### Volumes
7475
###
75-
VOLUME /etc/php-custom.d
76-
VOLUME /etc/php-fpm-custom.d
77-
VOLUME /etc/php-modules.d
7876
VOLUME /var/log/php
7977
VOLUME /var/mail
8078

Dockerfiles/prod/Dockerfile-7.0

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN set -x \
2424
locales-all \
2525
postfix \
2626
postfix-pcre \
27+
cron \
2728
rsyslog \
2829
socat \
2930
supervisor \
@@ -72,9 +73,6 @@ COPY ./data/supervisord.conf /etc/supervisor/supervisord.conf
7273
###
7374
### Volumes
7475
###
75-
VOLUME /etc/php-custom.d
76-
VOLUME /etc/php-fpm-custom.d
77-
VOLUME /etc/php-modules.d
7876
VOLUME /var/log/php
7977
VOLUME /var/mail
8078

Dockerfiles/prod/Dockerfile-7.1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN set -x \
2424
locales-all \
2525
postfix \
2626
postfix-pcre \
27+
cron \
2728
rsyslog \
2829
socat \
2930
supervisor \
@@ -72,9 +73,6 @@ COPY ./data/supervisord.conf /etc/supervisor/supervisord.conf
7273
###
7374
### Volumes
7475
###
75-
VOLUME /etc/php-custom.d
76-
VOLUME /etc/php-fpm-custom.d
77-
VOLUME /etc/php-modules.d
7876
VOLUME /var/log/php
7977
VOLUME /var/mail
8078

Dockerfiles/prod/Dockerfile-7.2

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN set -x \
2424
locales-all \
2525
postfix \
2626
postfix-pcre \
27+
cron \
2728
rsyslog \
2829
socat \
2930
supervisor \
@@ -72,9 +73,6 @@ COPY ./data/supervisord.conf /etc/supervisor/supervisord.conf
7273
###
7374
### Volumes
7475
###
75-
VOLUME /etc/php-custom.d
76-
VOLUME /etc/php-fpm-custom.d
77-
VOLUME /etc/php-modules.d
7876
VOLUME /var/log/php
7977
VOLUME /var/mail
8078

0 commit comments

Comments
 (0)