Update Dolibarr versions and PHP compatibility using update.sh

This commit is contained in:
Markusi13
2025-02-21 00:50:02 +01:00
parent 9f2eb7058e
commit fe4c5d0717
13 changed files with 3 additions and 3 deletions

0
docker-run.sh Executable file → Normal file
View File

0
images/15.0.3-php7.4/docker-run.sh Executable file → Normal file
View File

0
images/16.0.5-php8.1/docker-run.sh Executable file → Normal file
View File

0
images/17.0.4-php8.1/docker-run.sh Executable file → Normal file
View File

0
images/18.0.6-php8.1/docker-run.sh Executable file → Normal file
View File

0
images/19.0.4-php8.2/docker-run.sh Executable file → Normal file
View File

View File

@@ -9,7 +9,7 @@ FROM ${ARCH}php:8.2-apache-bullseye
# 2024 Laurent Destailleur
LABEL maintainer="The Dolibarr foundation <contact@dolibarr.org>"
ENV DOLI_VERSION 20.0.3
ENV DOLI_VERSION 20.0.4
ENV DOLI_VERSION_FOR_INIT_DEMO 20.0
ENV DOLI_INSTALL_AUTO 1
ENV DOLI_PROD 1

0
images/develop/docker-run.sh Executable file → Normal file
View File

0
test.sh Executable file → Normal file
View File

0
update.sh Executable file → Normal file
View File

View File

@@ -3,10 +3,10 @@
set -e
# The list of version to build docker packages for
DOLIBARR_VERSIONS=("15.0.3" "16.0.5" "17.0.4" "18.0.6" "19.0.4" "20.0.3" "develop")
DOLIBARR_VERSIONS=("15.0.3" "16.0.5" "17.0.4" "18.0.6" "19.0.4" "20.0.4" "develop")
# The version to use when installing dolibarr/dolibarr:latest
DOLIBARR_LATEST_TAG="20.0.3"
DOLIBARR_LATEST_TAG="20.0.4"
# The version to use to find the dump file for the init of demo with branch "develop"
DOLIBARR_VERSION_FOR_INIT_DEMO="20.0"