Bug 1429680

Summary: Container Review Request: httpd - Platform for running Apache HTTP Server
Product: [Fedora] Fedora Container Images Reporter: Honza Horak <hhorak>
Component: Container ReviewAssignee: Tomas Repik <trepik>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 26CC: container-review, mruckman, package-review, panemade, pavel, trepik
Target Milestone: ---Flags: trepik: fedora-review+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-01 11:12:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1436796    

Description Honza Horak 2017-03-06 20:41:25 UTC
Dockerfile URL: https://hhorak.fedorapeople.org/httpd-docker/Dockerfile
Other files URL: https://hhorak.fedorapeople.org/httpd-docker/

Description: Apache HTTP 2.4 available as docker container, is a powerful, efficient, and extensible web server. Apache supports a variety of features, many implemented as compiled modules which extend the core functionality.
These can range from server-side programming language support to authentication schemes. Virtual hosting allows one Apache installation to serve many different Web sites.

You can find more information on the Apache HTTP Server project from the project Web site (https://httpd.apache.org).

Fedora Account System Username: hhorak

Comment 1 Mike Ruckman 2017-03-13 19:18:02 UTC
*** Bug 1420955 has been marked as a duplicate of this bug. ***

Comment 2 Tomas Repik 2017-03-29 07:30:44 UTC
* Few labels are missing: [1]
BZComponent, RUN or Usage, Help

* Version label should be set to 0 [2]

* help file missing [3]

[1] https://fedoraproject.org/wiki/Container:Guidelines#LABELS
[2] https://fedoraproject.org/wiki/Container:Guidelines#VERSIONING
[3] https://fedoraproject.org/wiki/Container:Guidelines#Help_File

Comment 3 Honza Horak 2017-04-07 13:51:52 UTC
It should be now fixed:
...

ENV NAME=httpd \
    VERSION=0 \
    RELEASE=1 \
    ARCH=x86_64

LABEL com.redhat.component="$NAME" \
      name="$FGC/$NAME" \
      version="$VERSION" \
      release="$RELEASE.$DISTTAG" \
      architecture="$ARCH" \
      usage="docker run -d --name httpd -p 8080:8080 -v /wwwdata:/var/www:Z 25/httpd" \
      help="help.1"
...

Dockerfile URL: https://hhorak.fedorapeople.org/httpd-docker/Dockerfile
Other files URL: https://hhorak.fedorapeople.org/httpd-docker/

Comment 4 Tomas Repik 2017-04-10 06:45:05 UTC
All good but the BZcomponent label. If you want to keep the com.redhat.component label it's 0K, however, I would include the BZcomponent label as well.

Comment 5 Gwyn Ciesla 2017-04-21 13:06:29 UTC
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/container/httpd