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

add amd64 debian10, debian11, stable/debian11 symlinks to stable/debian10 #219

Closed

Conversation

MKrupauskas
Copy link

@MKrupauskas MKrupauskas commented Aug 14, 2023

Fixes #218

Add symlinks from /debian10/amd64, /debian11/amd64, and /stable/debian11/amd64 to point to /stable/debian10/amd64 to be able to resolve the debian packages when pointing to those repo targets in the apt sources list.

Created the symlinks using the commands below.

$ cd debian10
$ ln -s ../stable/debian10/amd64 amd64
$ cd ../debian11
$ ln -s ../stable/debian11/amd64 amd64
$ cd ../stable/debian11 
$ ln -s ../debian10/amd64 amd64       

@elezar
Copy link
Member

elezar commented Aug 30, 2023

@MKrupauskas please see the comment on #218

@elezar elezar self-assigned this Jan 27, 2024
@elezar
Copy link
Member

elezar commented Feb 23, 2024

@MKrupauskas we now have unified DEB repos under /stable/deb (or /experimental/deb).

Please see the instructions here: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#installing-with-apt

Closing this PR.

@elezar elezar closed this Feb 23, 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.

3 participants