-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
212abf5
commit be618c1
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# dvsa-docker-images | ||
Docker Images for use in DVSA projects | ||
Docker base Images for use in DVSA projects | ||
|
||
The images will be used by all the base images used in the project. The github repo is structured to cater the multiple docker builds in a single repo | ||
|
||
`build` - Contains the the repo name for instance `vol-php-fpm` , if you want to create another docker image, create another folder and have your dockerfile in that folder along with any required files etc. | ||
`scripts` - Scripts used in the workflow | ||
`.github/workflows` - It contians 2 workflows, | ||
`php-base-image-build-pr-main` runs on the PR request to main branch and perform the linting, security check and docker build | ||
`php-base-image-push-main` runs on the PR merge to main branch and performs the image signing, docker build and docker push | ||
`build.json` - This is the file used by the workflow to perform the operation on multiple docker build operations, the workflow loop through the file and look for the parameter `build` if set to `true` the workflow performs the operation on only those images. so, please make sure to set this parameter as either `true | false` |