An open API service indexing awesome lists of open source software.

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.

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"` .
```