https://github.com/devdrops/magento-mysql
:whale: A Docker image with SQL dumps for most Magento versions.
https://github.com/devdrops/magento-mysql
Last synced: 3 months ago
JSON representation
:whale: A Docker image with SQL dumps for most Magento versions.
- Host: GitHub
- URL: https://github.com/devdrops/magento-mysql
- Owner: devdrops
- Created: 2016-12-21T22:01:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T04:38:24.000Z (over 8 years ago)
- Last Synced: 2025-02-05T20:30:59.600Z (5 months ago)
- Homepage: https://hub.docker.com/r/devdrops/magento-mysql/
- Size: 327 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento-MySQL
A Docker image with SQL dumps for most Magento versions. Used on [devdrops/magento](https://github.com/devdrops/magento).
## How it works?
```
.
├── Dockerfile
├── README.md
└── releases
└── 1.9.1.1.sql```
Inside the `files` folder, you'll find SQL files based on each supported Magento version.
## How to build?
Run the following command:
```bash
docker build -t devdrops/magento-mysql --build-arg VCS_REF=`git rev-parse --short HEAD` --build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` .
```