@@ -10,17 +10,15 @@ A PHP 8.3 (FPM and Apache) based Docker base image.
1010docker pull ghcr.io/ilyes512/php83:runtime-latest
1111docker pull ghcr.io/ilyes512/php83:builder-latest
1212docker pull ghcr.io/ilyes512/php83:builder-nodejs-latest
13- docker pull ghcr.io/ilyes512/php83:vscode-latest
1413
1514docker pull ghcr.io/ilyes512/php83/apache:runtime-latest
1615docker pull ghcr.io/ilyes512/php83/apache:builder-latest
1716docker pull ghcr.io/ilyes512/php83/apache:builder-nodejs-latest
18- docker pull ghcr.io/ilyes512/php83/apache:vscode-latest
1917```
2018
2119The tag scheme: ` {TARGET}-{VERSION} `
2220
23- - ** {TARGET}** : ` runtime ` , ` builder ` , ` builder_nodejs ` or ` vscode `
21+ - ** {TARGET}** : ` runtime ` , ` builder ` or ` builder_nodejs `
2422- ** {VERSION}** : ` latest ` or tag i.e. ` 1.0.0 `
2523
2624## Building the docker image(s)
@@ -30,9 +28,6 @@ There are multiple targets:
3028 - ** runtime** : this is for * production* . It does not contain any development tools like Composer and Xdebug.
3129 - ** builder** : this is for * development* . This is based on the runtime-target and it adds Composer, Xdebug etc.
3230 - ** builder_nodejs** : this is for * development* . This is based on the builder-target and it adds NodeJS.
33- - ** vscode** : this is for * development* using
34- [ VS Code Remote] ( https://code.visualstudio.com/docs/remote/remote-overview ) . This is based on the
35- ` builder_nodejs ` -target and adds some VS Code deps.
3631
3732Building ` runtime ` -target:
3833
@@ -52,12 +47,6 @@ Building `builder_nodejs`-target:
5247docker build --tag ghcr.io/ilyes512/php83:builder-nodejs-latest --file fpm/Dockerfile --target builder_nodejs .
5348```
5449
55- Building ` vscode ` -target:
56-
57- ```
58- docker build --tag ghcr.io/ilyes512/php83:vscode-latest --file fpm/Dockerfile --target vscode .
59- ```
60-
6150## Task commands
6251
6352Available [ Task] ( https://taskfile.dev/#/ ) commands:
0 commit comments