Draft: Add source-build Dockerfile for FRR container images#3560
Open
jbemmel wants to merge 1 commit into
Open
Draft: Add source-build Dockerfile for FRR container images#3560jbemmel wants to merge 1 commit into
jbemmel wants to merge 1 commit into
Conversation
Enable netlab clab build frr to compile FRR from GitHub sources on debian:trixie-slim, matching the layout and startup of the official image. Co-authored-by: Cursor <cursoragent@cursor.com>
Owner
|
What's wrong with https://blog.ipspace.net/2026/04/frr-pr-testing/ |
Collaborator
Author
Well, it takes 5 minutes versus 2 for my build script, and I was anticipating putting in other things like Wireguard. But you're right that there are other ways to achieve the same - hence 'Draft' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable
netlab clab build frrto compile FRR from GitHub sources on debian:trixie-slim, matching the layout and startup of the official image.This allows us to test the latest features and bug fixes, like that EVPN IPv6 issue
I tried enabling the wait-for-dataplane logic such that the MPLS label setting gets applied before Zebra starts, but the workflow for FRR is different; initial uses
vtyshwhich requires FRR to be running."Solved" in the Dockerfile for now, pending possible refactoring.
devices/frr/Dockerfile.j2might be a better location for this?