Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1445784 - Container Review Request: php - Platform for building and running PHP applications
Summary: Container Review Request: php - Platform for building and running PHP applica...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora Container Images
Classification: Fedora
Component: Container Review
Version: 25
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Honza Horak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-04-26 14:04 UTC by rpitonak
Modified: 2017-08-20 22:44 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-20 22:44:41 UTC
Type: Bug
Embargoed:
hhorak: fedora-review+


Attachments (Terms of Use)

Description rpitonak 2017-04-26 14:04:05 UTC
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

Comment 1 Honza Horak 2017-05-17 05:47:09 UTC
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.

Comment 2 Gwyn Ciesla 2017-05-25 12:21:46 UTC
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/container/php

Comment 3 Honza Horak 2017-08-20 22:44:41 UTC
The image is built, closing this request.


Note You need to log in before you can comment on or make changes to this bug.