Skip to content

owowagency/docker-laravel-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Docker Laravel PHP

Docker Image Version (latest semver) Docker Image Size (tag) Docker Automated build

A docker image that can be used to run Laravel applications.

Automated builds

This repository is automatically built and pushed to Docker Hub using Docker Automated Builds.

You can set up your own automated builds by following the steps below.

  1. Go to your repository in Docker Hub. If you don't have one yet, create one.
  2. Open the Builds tab.
  3. Add the repo from GitHub or Bitbucket.
  4. Configure the build settings:
    1. Autotest will test the build (not deploy it) whenever you trigger the selected action.
    2. Repository links will trigger a build when one of the used base images (FROM ...) is updated.
    3. Build rules will determine when to build the image:
      1. You probably want to keep the latest tag when pushing to main/master.
      2. You can add a tag by regex, for example ^[\d.]+ to match 1.0.0 and 1.0.1-dev (Click on View example build rules for more examples).
  5. Now when you push to master on GitHub, it will automatically build and push the selected image to Docker Hub under the latest tag. When you create a tag, it will build and push the selected image to Docker Hub under the tag that matches the regex output (capture group or whole tag).
  6. You can also trigger a build manually by clicking Trigger on the Builds page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •