Skip to content

FontysVenlo/prj1-docker-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker container for use in project 1 - web application at Fontys Venlo

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.

Extensions:

  • GD
  • EXIF
  • PDO
  • PDO PostgreSQL
  • ZIP

Releasing a new version

There are two ways to release a new version to Docker Hub.

  • Using git tags:
    1. Select the correct next version
    2. Create a git tag: git tag -a v<version> -m "message"
    3. Push the tag to GitHub: git push origin <tag>
  • Create a release using the GitHub ui:
    1. Select the correct next version
    2. Click on Releases on the right
    3. Click Create new release `

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published