opendatahub-io / odh-images

Source files for building container images that have been customized for Open Data Hub deployment
GNU General Public License v3.0
2 stars 15 forks source link

Fix Superset image and upgrade to 1.4.1 #12

Closed rimolive closed 2 years ago

anishasthana commented 2 years ago

The make build is failing for me

Errors during downloading metadata for repository 'rhel-8-for-x86_64-baseos-beta-rpms':
  - Status code: 403 for https://cdn.redhat.com/content/beta/rhel8/8/x86_64/baseos/os/repodata/repomd.xml (IP: 23.49.52.251)
Error: Failed to download metadata for repo 'rhel-8-for-x86_64-baseos-beta-rpms': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

What specific rights do we need?

rimolive commented 2 years ago

@anishasthana I'm not sure where/how you tried to build the image, but I got a fresh CoreOS VM and I could build the image with no issues.

I know that UBI usually relies on the repos that are enabled in the host, so that might be what happened to you.

LaVLaS commented 2 years ago

I did get a similar error with a different repo. I think it may have been an issue to the repo mirror redirection.

Errors during downloading metadata for repository 'rhel-8-for-x86_64-appstream-beta-rpms':
  - Status code: 403 for https://cdn.redhat.com/content/beta/rhel8/8/x86_64/appstream/os/repodata/repomd.xml (IP: 173.222.100.251)
Error: Failed to download metadata for repo 'rhel-8-for-x86_64-appstream-beta-rpms': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

I think the presence of subscription-manager on the host machine is causing issues with the reposync process