Skip to content

AmpersandHQ/ci-build-env

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento Docker CI Build Environments


Docker images for CI build environments. Supported PHP versions are 7.1, 7.2 and 7.3

Pull / Run

# Replace {VERSION} with the PHP version required
docker pull wearejh/ci-build-env:{VERSION}
docker run --rm -it wearejh/ci-build-env:{VERSION} sh

Building

# Replace {VERSION} with the required PHP version to build
./build.sh {VERSION}

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 53.5%
  • Shell 46.5%