v5.0.0
This commit is contained in:
19
README.md
19
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user