Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add non-amd64 nvrs #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DmitriyLewen
Copy link

@DmitriyLewen DmitriyLewen commented Nov 21, 2024

Description

cpe/nvr-to-cpe.json currently contains NVRs only for amd64 images.

New NVR list contains NVRs for non-amd64 images.
Also new list doesn't contains the following NVRs:

missed NVRs
openshift-sti-python-docker-3.3-13-x86_64
openshift-sti-python-docker-3.3-16-x86_64
openshift-sti-python-docker-3.3-20-x86_64
openshift-sti-python-docker-3.3-21-x86_64
openshift-sti-python-docker-3.3-22-x86_64
openshift-sti-python-docker-3.3-25-x86_64
openshift-sti-python-docker-3.3-33-x86_64
openshift-sti-python-docker-3.3-34-x86_64
openshift-sti-python-docker-3.3-35-x86_64
openshift-sti-python-docker-3.3-38-x86_64
openshift-sti-python-docker-3.3-39-x86_64
openshift-sti-python-docker-3.3-44-x86_64
openshift-sti-python-docker-3.3-50-x86_64
rh-dotnet22-jenkins-slave-container-2.2-1-x86_64
rh-dotnet22-jenkins-slave-container-2.2-10-x86_64
rh-dotnet22-jenkins-slave-container-2.2-12-x86_64
rh-dotnet22-jenkins-slave-container-2.2-13-x86_64
rh-dotnet22-jenkins-slave-container-2.2-13.1571241880-x86_64
rh-dotnet22-jenkins-slave-container-2.2-14-x86_64
rh-dotnet22-jenkins-slave-container-2.2-14.1575996928-x86_64
rh-dotnet22-jenkins-slave-container-2.2-2-x86_64
rh-dotnet22-jenkins-slave-container-2.2-3-x86_64
rh-dotnet22-jenkins-slave-container-2.2-4-x86_64
rh-dotnet22-jenkins-slave-container-2.2-5-x86_64
rh-dotnet22-jenkins-slave-container-2.2-6-x86_64
rh-dotnet22-jenkins-slave-container-2.2-7-x86_64
rh-dotnet22-jenkins-slave-container-2.2-7.1559154612-x86_64
rh-dotnet22-jenkins-slave-container-2.2-7.1561731287-x86_64
rh-dotnet22-jenkins-slave-container-2.2-8-x86_64
rh-dotnet22-jenkins-slave-container-2.2-8.1563804013-x86_64
rh-dotnet22-jenkins-slave-container-2.2-9-x86_64
rh-dotnet31-container-3.1-1-x86_64
rh-dotnet31-container-3.1-1.1575996560-x86_64
rh-dotnet31-container-3.1-2-x86_64
rh-dotnet31-container-3.1-2.1580117984-x86_64
rh-dotnet31-container-3.1-2.1582636099-x86_64
rh-dotnet31-container-3.1-3-x86_64
rh-dotnet31-container-3.1-4-x86_64
rh-dotnet31-container-3.1-5-x86_64
rh-dotnet31-container-3.1-6-x86_64
rhceph-rhel7-container-2.5-10-x86_64
rhceph-rhel7-container-2.5-10.1547748532-x86_64
rhceph-rhel7-container-2.5-10.1550575871-x86_64
rhceph-rhel7-container-2.5-11-x86_64
rhceph-rhel7-container-2.5-13-x86_64
rhceph-rhel7-container-2.5-14-x86_64
rhceph-rhel7-container-2.5-16-x86_64
rhceph-rhel7-container-2.5-17-x86_64
rhceph-rhel7-docker-2.4-2-x86_64
rhceph-rhel7-docker-2.4-4-x86_64
rhceph-rhel7-docker-2.5-2-x86_64
rhceph-rhel7-docker-2.5-3-x86_64
rhceph-rhel7-docker-2.5-4-x86_64
rhceph-rhel7-docker-2.5-5-x86_64
rhceph-rhel7-docker-2.5-7-x86_64
rhceph-rhel7-docker-2.5-7.1533127864-x86_64
rhceph-rhel7-docker-2.5-8-x86_64
rhel-server-container-7.6-222-x86_64

But Pyxis doesn't contain these nvrs (i checked a few for each image).
e.g.:

➜  v3 curl -X 'GET' \
  'https://catalog.redhat.com/api/containers/v1/images/nvr/rhel-server-container-7.6-222?page_size=100&page=0' \
  -H 'accept: application/json'
{"data": [], "page": 0, "page_size": 100, "total": 0}

Related Issues

@DmitriyLewen DmitriyLewen self-assigned this Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scanning failure for non-amd64 Red Hat images created before June 2020
1 participant