Skip to content

Commit

Permalink
Remove Dolibarr 5 / Update Dolibarr 8, 10 and 11 / Fix Dolibarr#13
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxgasy committed Apr 26, 2020
1 parent b5106db commit 6ceddae
Show file tree
Hide file tree
Showing 20 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:7.0-apache-stretch

MAINTAINER Garcia MICHEL <[email protected]>

ENV DOLI_VERSION 10.0.3
ENV DOLI_VERSION 10.0.7

ENV DOLI_INSTALL_AUTO 1

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:7.1-apache-stretch

MAINTAINER Garcia MICHEL <[email protected]>

ENV DOLI_VERSION 10.0.3
ENV DOLI_VERSION 10.0.7

ENV DOLI_INSTALL_AUTO 1

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion images/5.0.7/Dockerfile → images/10.0.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:5.6-apache-stretch

MAINTAINER Garcia MICHEL <[email protected]>

ENV DOLI_VERSION 5.0.7
ENV DOLI_VERSION 10.0.7

ENV DOLI_INSTALL_AUTO 1

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:7.0-apache-stretch

MAINTAINER Garcia MICHEL <[email protected]>

ENV DOLI_VERSION 5.0.7
ENV DOLI_VERSION 11.0.3

ENV DOLI_INSTALL_AUTO 1

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:7.1-apache-stretch

MAINTAINER Garcia MICHEL <[email protected]>

ENV DOLI_VERSION 8.0.4
ENV DOLI_VERSION 11.0.3

ENV DOLI_INSTALL_AUTO 1

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion images/10.0.3/Dockerfile → images/11.0.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:5.6-apache-stretch

MAINTAINER Garcia MICHEL <[email protected]>

ENV DOLI_VERSION 10.0.3
ENV DOLI_VERSION 11.0.3

ENV DOLI_INSTALL_AUTO 1

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:7.0-apache-stretch

MAINTAINER Garcia MICHEL <[email protected]>

ENV DOLI_VERSION 8.0.4
ENV DOLI_VERSION 8.0.6

ENV DOLI_INSTALL_AUTO 1

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:7.1-apache-stretch

MAINTAINER Garcia MICHEL <[email protected]>

ENV DOLI_VERSION 5.0.7
ENV DOLI_VERSION 8.0.6

ENV DOLI_INSTALL_AUTO 1

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion images/8.0.4/Dockerfile → images/8.0.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:5.6-apache-stretch

MAINTAINER Garcia MICHEL <[email protected]>

ENV DOLI_VERSION 8.0.4
ENV DOLI_VERSION 8.0.6

ENV DOLI_INSTALL_AUTO 1

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 6ceddae

Please sign in to comment.