Sign inSign up

bitrixdock/php7-fpm

By bitrixdock

Updated over 5 years ago

Image
0

56

bitrixdock/php7-fpm repository overview

Base image of PHP for Bitrix CMS

Image built automatically

Develop workflow:

# First you need fork project, then follow script below
git clone https://github.com/my_account/php7-fpm
cd php7-fpm
git checkout -b myfix
git remote add upstream https://github.com/bitrixdock/php7-fpm
# 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-fpm and press Compare & pull
# You awesome! :)

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

Tag summary

Content type

Image

Digest

Size

77.4 MB

Last updated

over 5 years ago

docker pull bitrixdock/php7-fpm:v1.0.0