forked from Dolibarr/dolibarr-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
77 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,12 @@ ARG ARCH= | |
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster | ||
FROM ${ARCH}php:%PHP_BASE_IMAGE% | ||
|
||
LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
# Credit/Initial maintainer: Garcia MICHEL <[email protected]> | ||
#LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
LABEL maintainer="The Dolibarr foundation <[email protected]>" | ||
|
||
ENV DOLI_VERSION %DOLI_VERSION% | ||
ENV DOLI_VERSION_FOR_INIT_DEMO %DOLI_VERSION_FOR_INIT_DEMO% | ||
ENV DOLI_INSTALL_AUTO 1 | ||
ENV DOLI_PROD 1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ FROM ${ARCH}php:7.4-apache-buster | |
LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
|
||
ENV DOLI_VERSION 15.0.3 | ||
ENV DOLI_VERSION_FOR_INIT_DEMO 15.0 | ||
ENV DOLI_INSTALL_AUTO 1 | ||
ENV DOLI_PROD 1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ FROM ${ARCH}php:8.1-apache-buster | |
LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
|
||
ENV DOLI_VERSION 16.0.5 | ||
ENV DOLI_VERSION_FOR_INIT_DEMO 16.0 | ||
ENV DOLI_INSTALL_AUTO 1 | ||
ENV DOLI_PROD 1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ FROM ${ARCH}php:8.1-apache-buster | |
LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
|
||
ENV DOLI_VERSION 17.0.4 | ||
ENV DOLI_VERSION_FOR_INIT_DEMO 17.0 | ||
ENV DOLI_INSTALL_AUTO 1 | ||
ENV DOLI_PROD 1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ FROM ${ARCH}php:8.1-apache-buster | |
LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
|
||
ENV DOLI_VERSION 18.0.5 | ||
ENV DOLI_VERSION_FOR_INIT_DEMO 18.0 | ||
ENV DOLI_INSTALL_AUTO 1 | ||
ENV DOLI_PROD 1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ FROM ${ARCH}php:8.2-apache-buster | |
LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
|
||
ENV DOLI_VERSION 19.0.3 | ||
ENV DOLI_VERSION_FOR_INIT_DEMO 19.0 | ||
ENV DOLI_INSTALL_AUTO 1 | ||
ENV DOLI_PROD 1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ FROM ${ARCH}php:8.2-apache-buster | |
LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
|
||
ENV DOLI_VERSION develop | ||
ENV DOLI_VERSION_FOR_INIT_DEMO develop | ||
ENV DOLI_INSTALL_AUTO 1 | ||
ENV DOLI_PROD 1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters