#567 Added 'x-pkg verrel' for containers
Merged by onosek. Opened by jkunstle.
jkunstle/rpkg verrel_for_dockerfile  into  master

Download 567.patch

Added 'x-pkg verrel' for containers

Users wanted the ability to use 'x-pkg verrel' to
get relevant information about their container images.
Method parses values in Dockerfile. If there is an
overloaded value for a repo's version the method
uses the higher precedence value:
(1) <repo_name>_VERSION superceded VERSION
If there is no RELEASE value in the Dockerfile,
'verrel' fails.
+ added changes suggested by @onosek

Fixes: #547
Signed-off-by: jkunstle jkunstle@redhat.com

@onosek Here is the PR for this issue.

rebased onto b4a39aa305caa461f696fd5818253d38cf46e9d7

rebased onto 584fc8104c7a25f385950ad081c6933008d03b49

rebased onto f1530877bb098b2b8d01f42894a447b3f5618a26

rebased onto a6efd2e7ae67fae14da95e00cb8c16e245a7b4ab

rebased onto a268e6abf780a3b0f65843d5683cb05e722c4aac

rebased onto aa0af94cb6fbbd53a03226a35f464a97b4914f9e

rebased onto 0c94d11917e79ed3b2b1aef9675f8daae2dc864e

rebased onto d3f207e2910010ad673baeb90543f8b70e185a49

rebased onto fad444f850af9a8529133347e13c777312056059

rebased onto 0eb686b79c6a921a83522b3fcf9634b96485af3c

rebased onto 2f026984ea7149f20a92a67c3566489759fe30f7

rebased onto ec325b8712148afa6566c82471814e26c6b71c89

rebased onto e834019e8d3e4a117f0078d1e53d1aae4ec5e893

Looks fine. Unit tests can be done later in a separate commit.

Pull-Request has been merged by onosek

Metadata