Bug 1429680
| Summary: | Container Review Request: httpd - Platform for running Apache HTTP Server | ||
|---|---|---|---|
| Product: | [Fedora] Fedora Container Images | Reporter: | Honza Horak <hhorak> |
| Component: | Container Review | Assignee: | Tomas Repik <trepik> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 26 | CC: | 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
*** Bug 1420955 has been marked as a duplicate of this bug. *** * 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 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/
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. Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/container/httpd |