Container test for Sylius app
10K+
Based on php:fpm image including gd, intl and xdebug php enabled extensions
Following binaries are installed:
Should be used by a gitlab runner throw .gitlab-ci.yml definition, for example:
image: easycomlab/docker-test-sylius:latest
variables:
COMPOSER_PATH: /usr/bin/composer.phar
COMPOSER_CACHE_DIR: "/shared-cache/composer"
COMPOSER_MEMORY_LIMIT: 8G
before_script:
# Prepare SCM connexion (to get internal plugins)
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- echo "192.168.110.22 scm.easycom.digital" >> /etc/hosts
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- ssh-keyscan scm.easycom.digital >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
# Install dependencies
- $COMPOSER_PATH install
[ ... stages and jobs definitions ... ]
Content type
Image
Digest
Size
608.1 MB
Last updated
over 5 years ago
docker pull easycomlab/docker-test-sylius