Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

RPM repository is unavailable #4

@frankthetank

Description

@frankthetank

The RPM repository identified at NVIDIA-docker (CentOS 7 configuration) points to NVIDIA Container Runtime. Unfortunately, no repository data comes back when I add that to my YUM configuration.

If I try to curl the URL I would normally expect to see repository contents but instead I get a 301 (Moved Permanently) showing a Location header that points to the same path with the HTTP protocol. Querying for the HTTP (not HTTPS) path shows a 301 redirect back to the HTTPS path.

How or from where should I get the nvidia-container-runtime RPMs?

HTTPS query

curl -i https://nvidia.github.io/nvidia-container-runtime/centos7/x86_64
HTTP/1.0 200 Connection established

HTTP/1.1 301 Moved Permanently
Server: GitHub.com
Content-Type: text/html
Location: http://nvidia.github.io/nvidia-container-runtime/centos7/x86_64/
Access-Control-Allow-Origin: *
Expires: Tue, 31 Oct 2017 13:58:48 GMT
Cache-Control: max-age=600
X-GitHub-Request-Id: E052:327E:D6217C2:1356DBD7:59F87F3F
Content-Length: 178
Accept-Ranges: bytes
Date: Tue, 31 Oct 2017 13:48:48 GMT
Via: 1.1 varnish
Age: 0
Connection: keep-alive
X-Served-By: cache-iad2123-IAD
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1509457728.107603,VS0,VE6
Vary: Accept-Encoding
X-Fastly-Request-ID: b07db5257415504b3d8ff5838ab4a6e01e21b2fc

<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>

HTTP query

curl -i http://nvidia.github.io/nvidia-container-runtime/centos7/x86_64
HTTP/1.1 301 Moved Permanently
Server: GitHub.com
Content-Type: text/html
Location: https://nvidia.github.io/nvidia-container-runtime/centos7/x86_64
X-GitHub-Request-Id: 1F1A:7A69:12EDC0A8:1B64C01A:59F87C91
Content-Length: 178
Accept-Ranges: bytes
Date: Tue, 31 Oct 2017 13:51:55 GMT
Via: 1.1 varnish
Age: 872
X-Served-By: cache-iad2643-IAD
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1509457916.920828,VS0,VE0
Vary: Accept-Encoding
X-Fastly-Request-ID: 65c6947865bb90f76f9d0ffb85d1e1e06f62c8f9
Proxy-Connection: Keep-Alive

<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions