17 lines
273 B
YAML
17 lines
273 B
YAML
|
Active: true
|
||
|
|
||
|
# Active: false # to not follow up webhook workflow
|
||
|
# Sources for src file
|
||
|
#
|
||
|
Repo: https://github.com/docker-library/php.git
|
||
|
Source: php/7.4/buster/apache
|
||
|
|
||
|
# Name - Version, etc
|
||
|
Name: apache-php
|
||
|
Version: 7.4
|
||
|
|
||
|
# To get latest
|
||
|
IMAGE_NAME: php
|
||
|
IMAGE_MATCH: 7.
|
||
|
|