forked from Wavyzz/dolibarr-docker
Update Dolibarr versions and PHP compatibility using update.sh
This commit is contained in:
0
docker-run.sh
Executable file → Normal file
0
docker-run.sh
Executable file → Normal file
0
images/15.0.3-php7.4/docker-run.sh
Executable file → Normal file
0
images/15.0.3-php7.4/docker-run.sh
Executable file → Normal file
0
images/16.0.5-php8.1/docker-run.sh
Executable file → Normal file
0
images/16.0.5-php8.1/docker-run.sh
Executable file → Normal file
0
images/17.0.4-php8.1/docker-run.sh
Executable file → Normal file
0
images/17.0.4-php8.1/docker-run.sh
Executable file → Normal file
0
images/18.0.6-php8.1/docker-run.sh
Executable file → Normal file
0
images/18.0.6-php8.1/docker-run.sh
Executable file → Normal file
0
images/19.0.4-php8.2/docker-run.sh
Executable file → Normal file
0
images/19.0.4-php8.2/docker-run.sh
Executable file → Normal 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/20.0.3-php8.2/docker-run.sh → images/20.0.4-php8.2/docker-run.sh
Executable file → Normal file
0
images/20.0.3-php8.2/docker-run.sh → images/20.0.4-php8.2/docker-run.sh
Executable file → Normal file
0
images/develop/docker-run.sh
Executable file → Normal file
0
images/develop/docker-run.sh
Executable file → Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user