























Starting version 0.57.0, they dropped the templates' folder. So the PKGBUILD needs to be updated to reflect that - remove the two corresponding lines. Otherwise, it fails to build.
@rew1red sorry, should be fixed for 0.38.0.
Hey there! The current version (0.37.1-2) has a conflict between the PKGBUILD and the SRCINFO. The pkgrel does not match in these two files (version 1 in the PKGBUILD, and version 2 in the SRCINFO).
It looks like this might be causing an infinite upgrade loop with some package managers out there, would you mind updating the PKGVER to match when you get a chance? Thanks!
pkgname=containerlab-bin
pkgver=0.37.1
pkgrel=1
pkgbase = containerlab-bin
pkgdesc = containerlab enables container-based networking labs
pkgver = 0.37.1
pkgrel = 2
@firun added with the latest version. Thanks for the feedback!
Hi, thanks for your work. Would you consider to install the "lab-examples" dir to /etc/containerlab/lab-examples (just like the templates)? This way, the "quick start" tutorial from the website would work. Thanks :-)
@NJay templates are added with release 0.27.0
I can't find these templates in the release binary, so I can't save them in /etc/containerlab.
I'm going to contact the developers to get a clue on how to get this working.
You install the package to /usr/bin, but unfortunately containerlab thinks its installed in /etc/containerlab, so some commands will fail.
E.g. if you try the following command:
sudo containerlab graph -t test1.clab.yaml
You get this error message:
Error: file not found. Path /etc/containerlab/templates/graph/nextui/nextui.html
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@jnbrains thanks for the feedback! Should be fixed for the newest version of the package.