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.
Fix use of version to find the demo init file
- Loading branch information
Showing
8 changed files
with
34 additions
and
12 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 |
---|---|---|
|
@@ -4,6 +4,7 @@ ARG ARCH= | |
FROM ${ARCH}php:%PHP_BASE_IMAGE% | ||
|
||
# Credit/Initial maintainer: Garcia MICHEL <[email protected]> | ||
# Modified according the GPL license by developers of the Dolibarr community. | ||
#LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
LABEL maintainer="The Dolibarr foundation <[email protected]>" | ||
|
||
|
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,7 +3,10 @@ ARG ARCH= | |
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster | ||
FROM ${ARCH}php:7.4-apache-buster | ||
|
||
LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
# Credit/Initial maintainer: Garcia MICHEL <[email protected]> | ||
# Modified according the GPL license by developers of the Dolibarr community. | ||
#LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
LABEL maintainer="The Dolibarr foundation <[email protected]>" | ||
|
||
ENV DOLI_VERSION 15.0.3 | ||
ENV DOLI_VERSION_FOR_INIT_DEMO 15.0 | ||
|
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,7 +3,10 @@ ARG ARCH= | |
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster | ||
FROM ${ARCH}php:8.1-apache-buster | ||
|
||
LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
# Credit/Initial maintainer: Garcia MICHEL <[email protected]> | ||
# Modified according the GPL license by developers of the Dolibarr community. | ||
#LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
LABEL maintainer="The Dolibarr foundation <[email protected]>" | ||
|
||
ENV DOLI_VERSION 16.0.5 | ||
ENV DOLI_VERSION_FOR_INIT_DEMO 16.0 | ||
|
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,7 +3,10 @@ ARG ARCH= | |
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster | ||
FROM ${ARCH}php:8.1-apache-buster | ||
|
||
LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
# Credit/Initial maintainer: Garcia MICHEL <[email protected]> | ||
# Modified according the GPL license by developers of the Dolibarr community. | ||
#LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
LABEL maintainer="The Dolibarr foundation <[email protected]>" | ||
|
||
ENV DOLI_VERSION 17.0.4 | ||
ENV DOLI_VERSION_FOR_INIT_DEMO 17.0 | ||
|
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,7 +3,10 @@ ARG ARCH= | |
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster | ||
FROM ${ARCH}php:8.1-apache-buster | ||
|
||
LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
# Credit/Initial maintainer: Garcia MICHEL <[email protected]> | ||
# Modified according the GPL license by developers of the Dolibarr community. | ||
#LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
LABEL maintainer="The Dolibarr foundation <[email protected]>" | ||
|
||
ENV DOLI_VERSION 18.0.5 | ||
ENV DOLI_VERSION_FOR_INIT_DEMO 18.0 | ||
|
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,7 +3,10 @@ ARG ARCH= | |
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster | ||
FROM ${ARCH}php:8.2-apache-buster | ||
|
||
LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
# Credit/Initial maintainer: Garcia MICHEL <[email protected]> | ||
# Modified according the GPL license by developers of the Dolibarr community. | ||
#LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
LABEL maintainer="The Dolibarr foundation <[email protected]>" | ||
|
||
ENV DOLI_VERSION 19.0.3 | ||
ENV DOLI_VERSION_FOR_INIT_DEMO 19.0 | ||
|
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,10 +3,13 @@ ARG ARCH= | |
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster | ||
FROM ${ARCH}php:8.2-apache-buster | ||
|
||
LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
# Credit/Initial maintainer: Garcia MICHEL <[email protected]> | ||
# Modified according the GPL license by developers of the Dolibarr community. | ||
#LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
LABEL maintainer="The Dolibarr foundation <[email protected]>" | ||
|
||
ENV DOLI_VERSION develop | ||
ENV DOLI_VERSION_FOR_INIT_DEMO develop | ||
ENV DOLI_VERSION_FOR_INIT_DEMO 20.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