The container can be found at: https://hub.docker.com/r/sebivenlo/prj1-web
This docker container is based on the official php-apache container.
The base container is extended with a couple of extensions that might be needed during the project.
- GD
- EXIF
- PDO
- PDO PostgreSQL
- ZIP
There are two ways to release a new version to Docker Hub.
- Using git tags:
- Select the correct next version
- Create a git tag:
git tag -a v<version> -m "message"
- Push the tag to GitHub:
git push origin <tag>
- Create a release using the GitHub ui:
- Select the correct next version
- Click on
Releases
on the right - Click
Create new release
`