Bug 2054776 - No package availables for RHEL docker image
Summary: No package availables for RHEL docker image
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-manila-ui
Version: 17.0 (Wallaby)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Adrian Fusco Arnejo
QA Contact: nlevinki
ndeevy
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-02-15 16:56 UTC by Adrian Fusco Arnejo
Modified: 2022-03-01 08:43 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-02-28 07:39:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 830786 0 None MERGED Add platform annotation in bindep.txt 2022-03-01 08:42:24 UTC
Red Hat Issue Tracker OSP-12708 0 None None None 2022-02-15 17:03:12 UTC

Description Adrian Fusco Arnejo 2022-02-15 16:56:11 UTC
Description of problem:

There are some packages not available in the docker RHEL image running for the build.

The packages indicated in the bindep file after the `# Dependency for pdf document generation` comment are for Ubuntu distribution: https://opendev.org/openstack/manila-ui/src/branch/master/bindep.txt

Version-Release number of selected component (if applicable): 17.0

How reproducible: 100%


Steps to Reproduce:
1. Launch the job

Actual results:

```
2022-02-15 15:19:52.366770 | TASK [Install distro packages from bindep]
2022-02-15 15:19:57.290072 | container | ERROR
2022-02-15 15:19:57.290533 | container | {
2022-02-15 15:19:57.290626 | container |   "failures": [
2022-02-15 15:19:57.290676 | container |     "No package fonts-liberation available.",
2022-02-15 15:19:57.290719 | container |     "No package imagemagick available.",
2022-02-15 15:19:57.290756 | container |     "No package latexmk available.",
2022-02-15 15:19:57.290793 | container |     "No package librsvg2-bin available.",
2022-02-15 15:19:57.290829 | container |     "No package texlive-fonts-recommended available."
2022-02-15 15:19:57.290881 | container |   ],
2022-02-15 15:19:57.290921 | container |   "msg": "Failed to install some of the specified packages",
2022-02-15 15:19:57.290962 | container |   "rc": 1,
2022-02-15 15:19:57.291003 | container |   "results": []
2022-02-15 15:19:57.291040 | container | }
```

Expected results:

Pass the pipeline.


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