Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ideal-postcodes/magento-test
Base magento test images for integration testing
https://github.com/ideal-postcodes/magento-test
Last synced: 10 days ago
JSON representation
Base magento test images for integration testing
- Host: GitHub
- URL: https://github.com/ideal-postcodes/magento-test
- Owner: ideal-postcodes
- Created: 2020-03-31T10:31:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T13:57:30.000Z (5 months ago)
- Last Synced: 2024-06-24T15:38:39.021Z (5 months ago)
- Language: Dockerfile
- Size: 25.4 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento Test Images
This repository stores dockerfiles to build test magento images for [ideal-postcodes/magento](https://github.com/ideal-postcodes/magento)
## Images
- [Magento 2.2 on PHP 7.1](https://hub.docker.com/layers/idealpostcodes/magento-test/m2.2-php7.1/images/sha256-a1870793f832e989a0ec246b924579d6022ca2f150fe60806dfc554c5cd765d2?context=explore)
- [Magento 2.3 on PHP 7.2](https://hub.docker.com/layers/idealpostcodes/magento-test/m2.3-php7.2/images/sha256-335a2c61d9475beaa32e89f73b0d05288910c4152fffb04705ce202e92a3c7e6)
- [Magento 2.3 on PHP 7.3](https://hub.docker.com/layers/idealpostcodes/magento-test/m2.3-php7.3/images/sha256-0b82c5aa51c9dba421176d95ec7b56dfc64ce7006168f1520fba938e39f6cf8d?context=explore)## Usage
### Build Docker Images
```bash
make build-71
make build-72
make build-73
make build-73-m24
```### Incoporate into Dockerfile
```Dockerfile
FROM idealpostcodes/magento-test:m2.3-php7.2
```## Licence
MIT