Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 570 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 570 Bytes

Base image of PHP for Bitrix CMS

Image built automatically

Develop workflow:

git clone https://github.com/my_account/php7-base
cd php7-base
git checkout -b myfix
git remote add upstream https://github.com/bitrixdock/php7-base
# Fix something
git add . 
git commit -am "Add new extension"
git tag -a v1.0.1 -m "Small fixes" # Please tag only if you fix image and build needed
git push -u origin new_branch
# Go to page https://github.com/my_account/php7-base and press Compare & pull
# You awesome! :)

Image https://hub.docker.com/r/bitrixdock/php7-base