-
Notifications
You must be signed in to change notification settings - Fork 97
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
support for vJunosEvolved #152
Conversation
Thanks @akielaries |
@hellt I had built my containerlab binary from this branch: https://github.com/akielaries/containerlab/tree/vJunosEvolved |
vjunosevolved/docker/Dockerfile
Outdated
@@ -0,0 +1,28 @@ | |||
FROM ubuntu:20.04 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's test it with debian:bookworm-slim
as this is our current base image.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure thing. I was able to change the image to debian:bookworm-slim and tested it to make sure it works as well. Also went ahead and adjusted the launch.py script to remove some repeated QEMU arguments
…nts in launch.py for vJunosEvolved
thnx @akielaries |
Adds support for vJunosEvolved. I used the below topology file with containerlab for testing. Once this is verified and upstream for vrnetlab I will make the PR for containerlab as well.