This commit is contained in:
2025-01-14 17:05:44 -08:00
parent 8684050d1d
commit 6d154446d3
2 changed files with 51 additions and 137 deletions

View File

@@ -6,17 +6,16 @@ Dockerhub: https://hub.docker.com/r/4lights/phpcontainer
## How to update
Clone the project: ```git clone git@git.4lt.ca:4lt/phpcontainer.git```
Update the Dockerfile.
Build (be sure to change the version number)
1. Clone the project: ```git clone git@git.4lt.ca:4lt/phpcontainer.git```
2. Update the Dockerfile.
3. Build (be sure to change the version number)
```bash
podman buildx build --no-cache -t 4lights/phpcontainer:v5 -t 4lights/phpcontainer:latest --load .
podman login
podman push 4lights/phpcontainer:v4
podman push 4lights/phpcontainer:latest
sudo su
docker buildx build --no-cache -t 4lights/phpcontainer:5.0.0 -t 4lights/phpcontainer:latest --load .
docker login
docker push 4lights/phpcontainer:5.0.0
docker push 4lights/phpcontainer:latest
```
# References And Notes
@@ -26,9 +25,7 @@ podman push 4lights/phpcontainer:latest
## Supported Software
* Joomla
* 4 Lights PHP Framework
* Matomo
## Samples included in Repo