Bug 1429680 - Container Review Request: httpd - Platform for running Apache HTTP Server
Summary: Container Review Request: httpd - Platform for running Apache HTTP Server
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora Container Images
Classification: Fedora
Component: Container Review
Version: 26
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tomas Repik
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1420955 (view as bug list)
Depends On:
Blocks: 1436796
TreeView+ depends on / blocked
 
Reported: 2017-03-06 20:41 UTC by Honza Horak
Modified: 2017-06-01 11:12 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-06-01 11:12:24 UTC
Type: ---
Embargoed:
trepik: fedora-review+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1420955 0 medium CLOSED Container Review Request: apache - F25 container to run httpd 2021-02-22 00:41:40 UTC

Internal Links: 1420955

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


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