Skip to content

apt repository https://apt.fury.io/netdevops/ seems to be incomplete #1798

@maxkratz

Description

@maxkratz

(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:

  1. Start a new Docker container, e.g., with the Debian OS: $ docker run --rm -it debian:12 /bin/bash
  2. Install ca-certificates within the container: $$ apt-get update && apt-get install -y ca-certificates
  3. Use the steps provided in the Containerlab install documentation to add the Containerlab apt repository
  4. Run $$ apt-get update to 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.

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