-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Description
(This is a heads up of my issue at the nala repository.)
It seems to me that the apt repository (https://apt.fury.io/netdevops/) lacks a few files.
To reproduce:
- Start a new Docker container, e.g., with the Debian OS:
$ docker run --rm -it debian:12 /bin/bash - Install
ca-certificateswithin the container:$$ apt-get update && apt-get install -y ca-certificates - Use the steps provided in the Containerlab install documentation to add the Containerlab apt repository
- Run
$$ apt-get updateto see the error
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Ign:4 https://apt.fury.io/netdevops InRelease
Ign:5 https://apt.fury.io/netdevops Release
Err:6 https://apt.fury.io/netdevops Packages
404 Not Found [IP: 54.204.238.15 443]
Get:6 https://apt.fury.io/netdevops Packages
Fetched 21.6 kB in 1s (20.4 kB/s)
Reading package lists... Done
If I'm not mistaken, the standard configuration of apt/apt-get tries to reach the InRelease/Release(/Packages) file and the webserver hosting the Containerlab repository returns a 404.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels