https://github.com/wearejh/ci-build-env
CI Build Environment
https://github.com/wearejh/ci-build-env
docker docker-image tooling
Last synced: 10 months ago
JSON representation
CI Build Environment
- Host: GitHub
- URL: https://github.com/wearejh/ci-build-env
- Owner: WeareJH
- Created: 2017-04-17T10:55:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T16:52:18.000Z (about 2 years ago)
- Last Synced: 2024-03-30T17:46:06.772Z (about 2 years ago)
- Topics: docker, docker-image, tooling
- Language: Dockerfile
- Size: 51.8 KB
- Stars: 3
- Watchers: 16
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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}
```