File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -46,3 +46,20 @@ Most distributions that use RPM packages. These include:
46
46
47
47
* ` https://nvidia.github.io/libnvidia-container/stable/rpm `
48
48
* ` https://nvidia.github.io/libnvidia-container/experimental/rpm `
49
+
50
+ ## GitHub Pages repository structure
51
+
52
+ The packages here are served from the [ ` gh-pages ` branch] ( https://github.com/NVIDIA/libnvidia-container/tree/gh-pages/ ) of the
53
+ ` github.com/NVIDIA/libnvidia-container ` repository. The repository folder structure maps directly to the package manager URLs.
54
+
55
+ For example, the repositories discused above can be found at:
56
+ * ` stable/deb ` : https://github.com/NVIDIA/libnvidia-container/tree/gh-pages/stable/deb
57
+ * ` experimental/deb ` : https://github.com/NVIDIA/libnvidia-container/tree/gh-pages/experimental/deb
58
+ * ` stable/rpm ` : https://github.com/NVIDIA/libnvidia-container/tree/gh-pages/stable/rpm
59
+ * ` experimental/rpm ` : https://github.com/NVIDIA/libnvidia-container/tree/gh-pages/experimental/rpm
60
+
61
+ This also means that packages can be downloaded directly by appending the package filename to the following URLs:
62
+ * ` https://raw.githubusercontent.com/NVIDIA/libnvidia-container/gh-pages/stable/deb/amd64/ `
63
+ * ` https://raw.githubusercontent.com/NVIDIA/libnvidia-container/gh-pages/experimental/deb/amd64/ `
64
+ * ` https://raw.githubusercontent.com/NVIDIA/libnvidia-container/gh-pages/stable/rpm/amd64/ `
65
+ * ` https://raw.githubusercontent.com/NVIDIA/libnvidia-container/gh-pages/experimental/rpm/amd64/ `
You can’t perform that action at this time.
0 commit comments