akeneo / Dockerfiles

DEPRECATED for PIM 4.0 and above - Official Dockerfiles for Akeneo development and testing
https://hub.docker.com/r/akeneo/
MIT License
49 stars 34 forks source link

Issue 283: Move PHP 7.1 Dockerfiles in a dedicated folder #314

Closed damien-carcel closed 6 years ago

damien-carcel commented 6 years ago

Description

Until now, the PHP 7.1 Dockerfiles, that are for now corresponding to the tag latest (and php-7.1) were at the root of their folder, while older versions were in their own subfolders.

This was done because only the lastest Dockerfiles had a README.md, so only one would be pushed on the Docker Hub during the build process.

All the images will now be in there own subfolder, but there will still be only 1 README.md per image, in the folder of the latest version.

This means that when adding a new version, the README will have to be moved.

Definition Of Done

Q A
Added tests -
Changelog updated OK
Documentation -
Fixed tickets #283

Todo: Pending / Work in progress OK: Done / Validated -: Not needed