File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 3333 platforms : linux/amd64
3434 build-args : |
3535 BASE_TAG=8.3-apache-bookworm
36- MAUTIC_VERSION=6.x-dev
36+ MAUTIC_VERSION=6.0.7
3737 FLAVOUR=${{ matrix.image_type }}
3838
3939 - name : Save image to tar file
Original file line number Diff line number Diff line change 11# Define base image verison
22ARG BASE_TAG=8.3-apache-bookworm
33
4- # Define Mautic version by package tag
5- ARG MAUTIC_VERSION=6.x-dev
6-
74FROM php:${BASE_TAG} AS builder
85
96# Copy everything from common for building
@@ -61,8 +58,10 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin -
6158
6259RUN echo "memory_limit = -1" > /usr/local/etc/php/php.ini
6360
64- RUN echo "########################### \n ${MAUTIC_VERSION} \n #########################" && \
65- cd /opt && \
61+ # Define Mautic version by package tag
62+ ARG MAUTIC_VERSION=6.x-dev
63+
64+ RUN cd /opt && \
6665 COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_PROCESS_TIMEOUT=10000 composer create-project mautic/recommended-project:${MAUTIC_VERSION} mautic --no-interaction && \
6766 rm -rf /opt/mautic/var/cache/js && \
6867 find /opt/mautic/node_modules -mindepth 1 -maxdepth 1 -not \( -name 'jquery' -or -name 'vimeo-froogaloop2' \) | xargs rm -rf
You can’t perform that action at this time.
0 commit comments