Skip to content

Commit 0f516be

Browse files
committed
Add code comment
1 parent e881619 commit 0f516be

File tree

9 files changed

+36
-9
lines changed

9 files changed

+36
-9
lines changed

Dockerfile.template

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ARG ARCH=
22

3-
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster
3+
# Use a PHP image
4+
# Example: PHP_BASE_IMAGE=x.y-apache-buster
5+
# Example: PHP_BASE_IMAGE=x.y-apache-bullseye
6+
# Note: Version of the PHP image must be a compatible version according to https://wiki.dolibarr.org/index.php?title=Versions
47
FROM ${ARCH}php:%PHP_BASE_IMAGE%
58

69
# Credit/Initial maintainer: Garcia MICHEL <[email protected]>

images/15.0.3-php7.4/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ARG ARCH=
22

3-
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster
3+
# Use a PHP image
4+
# Example: PHP_BASE_IMAGE=x.y-apache-buster
5+
# Example: PHP_BASE_IMAGE=x.y-apache-bullseye
6+
# Note: Version of the PHP image must be a compatible version according to https://wiki.dolibarr.org/index.php?title=Versions
47
FROM ${ARCH}php:7.4-apache-bullseye
58

69
# Credit/Initial maintainer: Garcia MICHEL <[email protected]>

images/16.0.5-php8.1/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ARG ARCH=
22

3-
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster
3+
# Use a PHP image
4+
# Example: PHP_BASE_IMAGE=x.y-apache-buster
5+
# Example: PHP_BASE_IMAGE=x.y-apache-bullseye
6+
# Note: Version of the PHP image must be a compatible version according to https://wiki.dolibarr.org/index.php?title=Versions
47
FROM ${ARCH}php:8.1-apache-bullseye
58

69
# Credit/Initial maintainer: Garcia MICHEL <[email protected]>

images/17.0.4-php8.1/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ARG ARCH=
22

3-
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster
3+
# Use a PHP image
4+
# Example: PHP_BASE_IMAGE=x.y-apache-buster
5+
# Example: PHP_BASE_IMAGE=x.y-apache-bullseye
6+
# Note: Version of the PHP image must be a compatible version according to https://wiki.dolibarr.org/index.php?title=Versions
47
FROM ${ARCH}php:8.1-apache-bullseye
58

69
# Credit/Initial maintainer: Garcia MICHEL <[email protected]>

images/18.0.6-php8.1/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ARG ARCH=
22

3-
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster
3+
# Use a PHP image
4+
# Example: PHP_BASE_IMAGE=x.y-apache-buster
5+
# Example: PHP_BASE_IMAGE=x.y-apache-bullseye
6+
# Note: Version of the PHP image must be a compatible version according to https://wiki.dolibarr.org/index.php?title=Versions
47
FROM ${ARCH}php:8.1-apache-bullseye
58

69
# Credit/Initial maintainer: Garcia MICHEL <[email protected]>

images/19.0.4-php8.2/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ARG ARCH=
22

3-
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster
3+
# Use a PHP image
4+
# Example: PHP_BASE_IMAGE=x.y-apache-buster
5+
# Example: PHP_BASE_IMAGE=x.y-apache-bullseye
6+
# Note: Version of the PHP image must be a compatible version according to https://wiki.dolibarr.org/index.php?title=Versions
47
FROM ${ARCH}php:8.2-apache-bullseye
58

69
# Credit/Initial maintainer: Garcia MICHEL <[email protected]>

images/20.0.4-php8.2/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ARG ARCH=
22

3-
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster
3+
# Use a PHP image
4+
# Example: PHP_BASE_IMAGE=x.y-apache-buster
5+
# Example: PHP_BASE_IMAGE=x.y-apache-bullseye
6+
# Note: Version of the PHP image must be a compatible version according to https://wiki.dolibarr.org/index.php?title=Versions
47
FROM ${ARCH}php:8.2-apache-bullseye
58

69
# Credit/Initial maintainer: Garcia MICHEL <[email protected]>

images/21.0.1-php8.2/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ARG ARCH=
22

3-
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster
3+
# Use a PHP image
4+
# Example: PHP_BASE_IMAGE=x.y-apache-buster
5+
# Example: PHP_BASE_IMAGE=x.y-apache-bullseye
6+
# Note: Version of the PHP image must be a compatible version according to https://wiki.dolibarr.org/index.php?title=Versions
47
FROM ${ARCH}php:8.2-apache-bullseye
58

69
# Credit/Initial maintainer: Garcia MICHEL <[email protected]>

images/develop/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ARG ARCH=
22

3-
# Use an image like PHP_BASE_IMAGE=x.y-apache-buster
3+
# Use a PHP image
4+
# Example: PHP_BASE_IMAGE=x.y-apache-buster
5+
# Example: PHP_BASE_IMAGE=x.y-apache-bullseye
6+
# Note: Version of the PHP image must be a compatible version according to https://wiki.dolibarr.org/index.php?title=Versions
47
FROM ${ARCH}php:8.2-apache-bullseye
58

69
# Credit/Initial maintainer: Garcia MICHEL <[email protected]>

0 commit comments

Comments
 (0)