Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.28 KB

Magento Docker CI Build Environments


Docker images for CI build environments. Supported PHP versions are 7.4, 8.1, 8.2 and 8.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}