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 upgrade using upgrade.unlock. Add more logs.
- Loading branch information
Showing
15 changed files
with
754 additions
and
274 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,8 +4,9 @@ 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]>" | ||
# Modified according to the GPL license by developers of the Dolibarr community: | ||
# 2024 Alois Micard | ||
# 2024 Laurent Destailleur | ||
LABEL maintainer="The Dolibarr foundation <[email protected]>" | ||
|
||
ENV DOLI_VERSION %DOLI_VERSION% | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
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,8 +4,9 @@ ARG ARCH= | |
FROM ${ARCH}php:7.4-apache-buster | ||
|
||
# Credit/Initial maintainer: Garcia MICHEL <[email protected]> | ||
# Modified according the GPL license by developers of the Dolibarr community. | ||
#LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
# Modified according to the GPL license by developers of the Dolibarr community: | ||
# 2024 Alois Micard | ||
# 2024 Laurent Destailleur | ||
LABEL maintainer="The Dolibarr foundation <[email protected]>" | ||
|
||
ENV DOLI_VERSION 15.0.3 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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,8 +4,9 @@ ARG ARCH= | |
FROM ${ARCH}php:8.1-apache-buster | ||
|
||
# Credit/Initial maintainer: Garcia MICHEL <[email protected]> | ||
# Modified according the GPL license by developers of the Dolibarr community. | ||
#LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
# Modified according to the GPL license by developers of the Dolibarr community: | ||
# 2024 Alois Micard | ||
# 2024 Laurent Destailleur | ||
LABEL maintainer="The Dolibarr foundation <[email protected]>" | ||
|
||
ENV DOLI_VERSION 16.0.5 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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,8 +4,9 @@ ARG ARCH= | |
FROM ${ARCH}php:8.1-apache-buster | ||
|
||
# Credit/Initial maintainer: Garcia MICHEL <[email protected]> | ||
# Modified according the GPL license by developers of the Dolibarr community. | ||
#LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
# Modified according to the GPL license by developers of the Dolibarr community: | ||
# 2024 Alois Micard | ||
# 2024 Laurent Destailleur | ||
LABEL maintainer="The Dolibarr foundation <[email protected]>" | ||
|
||
ENV DOLI_VERSION 17.0.4 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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,8 +4,9 @@ ARG ARCH= | |
FROM ${ARCH}php:8.1-apache-buster | ||
|
||
# Credit/Initial maintainer: Garcia MICHEL <[email protected]> | ||
# Modified according the GPL license by developers of the Dolibarr community. | ||
#LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
# Modified according to the GPL license by developers of the Dolibarr community: | ||
# 2024 Alois Micard | ||
# 2024 Laurent Destailleur | ||
LABEL maintainer="The Dolibarr foundation <[email protected]>" | ||
|
||
ENV DOLI_VERSION 18.0.5 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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,8 +4,9 @@ ARG ARCH= | |
FROM ${ARCH}php:8.2-apache-buster | ||
|
||
# Credit/Initial maintainer: Garcia MICHEL <[email protected]> | ||
# Modified according the GPL license by developers of the Dolibarr community. | ||
#LABEL maintainer="Garcia MICHEL <[email protected]>" | ||
# Modified according to the GPL license by developers of the Dolibarr community: | ||
# 2024 Alois Micard | ||
# 2024 Laurent Destailleur | ||
LABEL maintainer="The Dolibarr foundation <[email protected]>" | ||
|
||
ENV DOLI_VERSION 19.0.3 | ||
|
Oops, something went wrong.