Dockerfile URL: https://github.com/container-images/php/blob/master/Dockerfile Other files URL: https://github.com/container-images/php Description: This container image provides a platform for building and running PHP application as a reproducible image using source-to-image. PHP is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Fedora Account System Username: rpitonak
Two issues spotted: 1) The image is s2i (which is correct), but uses FROM registry.fedoraproject.org/fedora:25 ..which would duplicate common s2i stuff. I'd suggest to use s2i-base as the base image: FROM registry.fedoraproject.org/f25/s2i-base 2) MAINTAINER statement is obsolete, we should use LABEL MAINTAINER instead. But none of them is a blocker for the review, so IMO we can ack this.
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/container/php
The image is built, closing this request.