Skip to content

Commit 0098075

Browse files
Update readme
1 parent 5c99b7a commit 0098075

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Image
22

3-
> NOTE: These images are still a work-in-progress and should not be used in production.
3+
This repository hosts the code for building container images tailored for Craft CMS applications. Our aim is to offer an always up-to-date base image that developers can expand to run a web server of their choice.
44

5-
This repository hosts the code for building container images tailored for Craft CMS applications. Our aim is to offer an always up-to-date base image that developers can expand to run a web server of their choice. Our base image does not include an NGINX server and is exclusively configured to support running PHP-FPM. This setup enables developers to fully customize their container environments and maximize performance to meet their application needs (e.g. deploy with Caddy instead of NGINX).
5+
> Our base image does not include an NGINX server and is exclusively configured to support running PHP-FPM. This setup enables developers to fully customize their container environments and maximize performance to meet their application needs (e.g. deploy with Caddy instead of NGINX).
66
77
## Image
88

@@ -70,14 +70,12 @@ services:
7070
| `opcache.interned_strings_buffer` | `PHP_OPCACHE_INTERNED_STRINGS_BUFFER` | `16` |
7171
| `opcache.fast_shutdown` | `PHP_OPCACHE_FAST_SHUTDOWN` | `1` |
7272

73-
## Upgrading Debian
73+
## Upgrading Ubuntu
7474

75-
In order to update Debian (e.g.Debian 13 was released), follow these steps:
75+
In order to update Ubuntu (e.g. Ubuntu 24.04 was released), follow these steps:
7676

77-
1. Update the `DEBIAN_VERSION` in the `Makefile` to the new version (e.g. `DEBIAN_VERSION=13`). This will update the
77+
1. Update the `UBUNTU_VERSION` in the `Makefile` to the new version (e.g. `UBUNTU_VERSION=13`). This will update the
7878
base image used for the build.
7979
2. Update the `PHP_VERSION` in the `Makefile` to the new version (e.g. `PHP_VERSION=8.2`). This will update the
8080
PHP version installed in the image.
8181
3. Then, run `make build` to rebuild the image to test locally.
82-
83-
> Note: The version of Debian determines the version of PHP that is installed. For example, Debian 12 uses PHP 8.2.

0 commit comments

Comments
 (0)