diff --git a/README.md b/README.md index 390bb29..d3cf519 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ Docker image for Dolibarr with auto installer on first boot. ## Supported tags -* 5.0.7 5.0.7-php7.0 5.0.7-php7.1 * 6.0.8 6.0.8-php7.0 6.0.8-php7.1 * 7.0.5 7.0.5-php7.0 7.0.5-php7.1 -* 8.0.4 8.0.4-php7.0 8.0.4-php7.1 +* 8.0.6 8.0.6-php7.0 8.0.6-php7.1 * 9.0.4 9.0.4-php7.0 9.0.4-php7.1 -* 10.0.3 10.0.3-php7.0 10.0.3-php7.1 +* 10.0.7 10.0.7-php7.0 10.0.7-php7.1 +* 11.0.3 11.0.3-php7.0 11.0.3-php7.1 ## What is Dolibarr ? diff --git a/images/10.0.3-php7.0/Dockerfile b/images/10.0.7-php7.0/Dockerfile similarity index 98% rename from images/10.0.3-php7.0/Dockerfile rename to images/10.0.7-php7.0/Dockerfile index 2503f02..673ea6d 100644 --- a/images/10.0.3-php7.0/Dockerfile +++ b/images/10.0.7-php7.0/Dockerfile @@ -2,7 +2,7 @@ FROM php:7.0-apache-stretch MAINTAINER Garcia MICHEL -ENV DOLI_VERSION 10.0.3 +ENV DOLI_VERSION 10.0.7 ENV DOLI_INSTALL_AUTO 1 diff --git a/images/10.0.3-php7.0/docker-run.sh b/images/10.0.7-php7.0/docker-run.sh similarity index 100% rename from images/10.0.3-php7.0/docker-run.sh rename to images/10.0.7-php7.0/docker-run.sh diff --git a/images/10.0.3-php7.1/Dockerfile b/images/10.0.7-php7.1/Dockerfile similarity index 98% rename from images/10.0.3-php7.1/Dockerfile rename to images/10.0.7-php7.1/Dockerfile index ab18d8c..c96e791 100644 --- a/images/10.0.3-php7.1/Dockerfile +++ b/images/10.0.7-php7.1/Dockerfile @@ -2,7 +2,7 @@ FROM php:7.1-apache-stretch MAINTAINER Garcia MICHEL -ENV DOLI_VERSION 10.0.3 +ENV DOLI_VERSION 10.0.7 ENV DOLI_INSTALL_AUTO 1 diff --git a/images/10.0.3-php7.1/docker-run.sh b/images/10.0.7-php7.1/docker-run.sh similarity index 100% rename from images/10.0.3-php7.1/docker-run.sh rename to images/10.0.7-php7.1/docker-run.sh diff --git a/images/5.0.7/Dockerfile b/images/10.0.7/Dockerfile similarity index 98% rename from images/5.0.7/Dockerfile rename to images/10.0.7/Dockerfile index 110ed15..97f35e1 100644 --- a/images/5.0.7/Dockerfile +++ b/images/10.0.7/Dockerfile @@ -2,7 +2,7 @@ FROM php:5.6-apache-stretch MAINTAINER Garcia MICHEL -ENV DOLI_VERSION 5.0.7 +ENV DOLI_VERSION 10.0.7 ENV DOLI_INSTALL_AUTO 1 diff --git a/images/10.0.3/docker-run.sh b/images/10.0.7/docker-run.sh similarity index 100% rename from images/10.0.3/docker-run.sh rename to images/10.0.7/docker-run.sh diff --git a/images/5.0.7-php7.0/Dockerfile b/images/11.0.3-php7.0/Dockerfile similarity index 98% rename from images/5.0.7-php7.0/Dockerfile rename to images/11.0.3-php7.0/Dockerfile index 8f2a341..2426c02 100644 --- a/images/5.0.7-php7.0/Dockerfile +++ b/images/11.0.3-php7.0/Dockerfile @@ -2,7 +2,7 @@ FROM php:7.0-apache-stretch MAINTAINER Garcia MICHEL -ENV DOLI_VERSION 5.0.7 +ENV DOLI_VERSION 11.0.3 ENV DOLI_INSTALL_AUTO 1 diff --git a/images/5.0.7-php7.0/docker-run.sh b/images/11.0.3-php7.0/docker-run.sh similarity index 100% rename from images/5.0.7-php7.0/docker-run.sh rename to images/11.0.3-php7.0/docker-run.sh diff --git a/images/8.0.4-php7.1/Dockerfile b/images/11.0.3-php7.1/Dockerfile similarity index 98% rename from images/8.0.4-php7.1/Dockerfile rename to images/11.0.3-php7.1/Dockerfile index 7d8f1b4..04ec8f8 100644 --- a/images/8.0.4-php7.1/Dockerfile +++ b/images/11.0.3-php7.1/Dockerfile @@ -2,7 +2,7 @@ FROM php:7.1-apache-stretch MAINTAINER Garcia MICHEL -ENV DOLI_VERSION 8.0.4 +ENV DOLI_VERSION 11.0.3 ENV DOLI_INSTALL_AUTO 1 diff --git a/images/5.0.7-php7.1/docker-run.sh b/images/11.0.3-php7.1/docker-run.sh similarity index 100% rename from images/5.0.7-php7.1/docker-run.sh rename to images/11.0.3-php7.1/docker-run.sh diff --git a/images/10.0.3/Dockerfile b/images/11.0.3/Dockerfile similarity index 98% rename from images/10.0.3/Dockerfile rename to images/11.0.3/Dockerfile index 38035ea..21a6439 100644 --- a/images/10.0.3/Dockerfile +++ b/images/11.0.3/Dockerfile @@ -2,7 +2,7 @@ FROM php:5.6-apache-stretch MAINTAINER Garcia MICHEL -ENV DOLI_VERSION 10.0.3 +ENV DOLI_VERSION 11.0.3 ENV DOLI_INSTALL_AUTO 1 diff --git a/images/5.0.7/docker-run.sh b/images/11.0.3/docker-run.sh similarity index 100% rename from images/5.0.7/docker-run.sh rename to images/11.0.3/docker-run.sh diff --git a/images/8.0.4-php7.0/Dockerfile b/images/8.0.6-php7.0/Dockerfile similarity index 98% rename from images/8.0.4-php7.0/Dockerfile rename to images/8.0.6-php7.0/Dockerfile index d22b08d..590f96d 100644 --- a/images/8.0.4-php7.0/Dockerfile +++ b/images/8.0.6-php7.0/Dockerfile @@ -2,7 +2,7 @@ FROM php:7.0-apache-stretch MAINTAINER Garcia MICHEL -ENV DOLI_VERSION 8.0.4 +ENV DOLI_VERSION 8.0.6 ENV DOLI_INSTALL_AUTO 1 diff --git a/images/8.0.4-php7.0/docker-run.sh b/images/8.0.6-php7.0/docker-run.sh similarity index 100% rename from images/8.0.4-php7.0/docker-run.sh rename to images/8.0.6-php7.0/docker-run.sh diff --git a/images/5.0.7-php7.1/Dockerfile b/images/8.0.6-php7.1/Dockerfile similarity index 98% rename from images/5.0.7-php7.1/Dockerfile rename to images/8.0.6-php7.1/Dockerfile index 0edd652..398890d 100644 --- a/images/5.0.7-php7.1/Dockerfile +++ b/images/8.0.6-php7.1/Dockerfile @@ -2,7 +2,7 @@ FROM php:7.1-apache-stretch MAINTAINER Garcia MICHEL -ENV DOLI_VERSION 5.0.7 +ENV DOLI_VERSION 8.0.6 ENV DOLI_INSTALL_AUTO 1 diff --git a/images/8.0.4-php7.1/docker-run.sh b/images/8.0.6-php7.1/docker-run.sh similarity index 100% rename from images/8.0.4-php7.1/docker-run.sh rename to images/8.0.6-php7.1/docker-run.sh diff --git a/images/8.0.4/Dockerfile b/images/8.0.6/Dockerfile similarity index 98% rename from images/8.0.4/Dockerfile rename to images/8.0.6/Dockerfile index 4de6470..9849f8f 100644 --- a/images/8.0.4/Dockerfile +++ b/images/8.0.6/Dockerfile @@ -2,7 +2,7 @@ FROM php:5.6-apache-stretch MAINTAINER Garcia MICHEL -ENV DOLI_VERSION 8.0.4 +ENV DOLI_VERSION 8.0.6 ENV DOLI_INSTALL_AUTO 1 diff --git a/images/8.0.4/docker-run.sh b/images/8.0.6/docker-run.sh similarity index 100% rename from images/8.0.4/docker-run.sh rename to images/8.0.6/docker-run.sh diff --git a/update.sh b/update.sh index eb51804..6a2e645 100755 --- a/update.sh +++ b/update.sh @@ -2,7 +2,7 @@ set -e -versions=( "5.0.7" "6.0.8" "7.0.5" "8.0.4" "9.0.4" "10.0.3" ) +versions=( "6.0.8" "7.0.5" "8.0.6" "9.0.4" "10.0.7" "11.0.3" ) tags="" rm -rf images/