Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

CentOS Repository Configuration Downloads Appear Broken/Down #862

Closed
DabeDotCom opened this issue Nov 15, 2018 · 2 comments
Closed

CentOS Repository Configuration Downloads Appear Broken/Down #862

DabeDotCom opened this issue Nov 15, 2018 · 2 comments

Comments

@DabeDotCom
Copy link

Perhaps related to #860...

prompt% curl -v -L https://nvidia.github.io/nvidia-docker/centos7/nvidia-docker.repo

< HTTP/1.1 404 Not Found
* Server GitHub.com is not blacklisted
< Server: GitHub.com
< Content-Type: text/html; charset=utf-8
< ETag: "5be9beb8-4b"
< Access-Control-Allow-Origin: *
< X-GitHub-Request-Id: 3716:3ADC:750B:9511:5BEDEAAC
< Content-Length: 75
< Accept-Ranges: bytes
< Date: Thu, 15 Nov 2018 21:53:26 GMT
< Via: 1.1 varnish
< Age: 41
< Connection: keep-alive
< X-Served-By: cache-dca17724-DCA
< X-Cache: HIT
< X-Cache-Hits: 1
< X-Timer: S1542318806.080649,VS0,VE1
< Vary: Accept-Encoding
< X-Fastly-Request-ID: 642ffa30250d8ef30ff2b7904f7ed43caf141902
<
# Unsupported distribution!
# Check https://nvidia.github.io/nvidia-docker
@RenaudWasTaken
Copy link
Contributor

Hello!

Are you still facing this issue?
Here are the logs I get:

docker run -it centos:7 curl -v -L https://nvidia.github.io/nvidia-docker/centos7/nvidia-docker.repo
* About to connect() to nvidia.github.io port 443 (#0)
*   Trying 185.199.109.153...
* Connected to nvidia.github.io (185.199.109.153) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* SSL connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate:
*       subject: CN=www.github.com,O="GitHub, Inc.",L=San Francisco,ST=California,C=US
*       start date: Jun 27 00:00:00 2018 GMT
*       expire date: Jun 20 12:00:00 2020 GMT
*       common name: www.github.com
*       issuer: CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US
> GET /nvidia-docker/centos7/nvidia-docker.repo HTTP/1.1
> User-Agent: curl/7.29.0
> Host: nvidia.github.io
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: GitHub.com
< Content-Type: application/octet-stream
< Last-Modified: Mon, 12 Nov 2018 17:56:08 GMT
< ETag: "5be9beb8-325"
< Access-Control-Allow-Origin: *
< Expires: Fri, 23 Nov 2018 21:08:53 GMT
< Cache-Control: max-age=600
< X-GitHub-Request-Id: 1DEC:3286:A2ECC3:B99AF6:5BF86A0B
< Content-Length: 805
< Accept-Ranges: bytes
< Date: Fri, 23 Nov 2018 21:00:24 GMT
< Via: 1.1 varnish
< Age: 91
< Connection: keep-alive
< X-Served-By: cache-sjc3625-SJC
< X-Cache: HIT
< X-Cache-Hits: 1
< X-Timer: S1543006825.886653,VS0,VE0
< Vary: Accept-Encoding
< X-Fastly-Request-ID: 0c3a649271054ce3f159746d06b766669b60ef4b
<
[libnvidia-container]
name=libnvidia-container
baseurl=https://nvidia.github.io/libnvidia-container/centos7/$basearch
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://nvidia.github.io/libnvidia-container/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt

[nvidia-container-runtime]
name=nvidia-container-runtime
baseurl=https://nvidia.github.io/nvidia-container-runtime/centos7/$basearch
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://nvidia.github.io/nvidia-container-runtime/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt

[nvidia-docker]
name=nvidia-docker
baseurl=https://nvidia.github.io/nvidia-docker/centos7/$basearch
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://nvidia.github.io/nvidia-docker/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
* Connection #0 to host nvidia.github.io left intact

Thanks

@RenaudWasTaken
Copy link
Contributor

Hello!

Closing as no new information was given and the issue doesn't seem to be reproducible.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants