From 7cb81f33af6f5f98e54f2071c505498b2147c99a Mon Sep 17 00:00:00 2001 From: Stefan Majer Date: Mon, 4 Dec 2023 07:26:26 +0100 Subject: [PATCH] frr-9.1 --- docker-make.debian.yaml | 10 +++++++++- docker-make.ubuntu.yaml | 8 ++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docker-make.debian.yaml b/docker-make.debian.yaml index dec1707..ecbdd6c 100644 --- a/docker-make.debian.yaml +++ b/docker-make.debian.yaml @@ -8,7 +8,15 @@ default-build-args: - OS_VERSION=12 - RTR_TAG=v0.7.0 builds: - - name: FRR 9.0.1 for Debian 12 + - name: FRR 9.1 for Debian 12 + tags: + - 9.1-debian-12 + build-args: + - FRR_TAG=frr-9.1 + - LIBYANG_URL=https://deb.frrouting.org/frr/pool/frr-9/liby/libyang2 + - LIBYANG_PKG=libyang2_2.1.80-1~deb12u1_amd64.deb + - LIBYANG_DEV_PKG=libyang2-dev_2.1.80-1~deb12u1_amd64.deb + - name: FRR 9.1 for Debian 12 tags: - 9.0.1-debian-12 build-args: diff --git a/docker-make.ubuntu.yaml b/docker-make.ubuntu.yaml index fc87473..df0e21e 100644 --- a/docker-make.ubuntu.yaml +++ b/docker-make.ubuntu.yaml @@ -7,6 +7,14 @@ default-build-args: - OS_NAME=ubuntu - OS_VERSION=22.04 builds: + - name: FRR 9.1 for Ubuntu 22.04 + tags: + - 9.1-ubuntu-22.04 + build-args: + - FRR_TAG=frr-9.1 + - LIBYANG_URL=https://deb.frrouting.org/frr/pool/frr-9/liby/libyang2 + - LIBYANG_PKG=libyang2_2.1.80-1~ubuntu22.04u1_amd64.deb + - LIBYANG_DEV_PKG=libyang2-dev_2.1.80-1~ubuntu22.04u1_amd64.deb - name: FRR 9.0.1 for Ubuntu 22.04 tags: - 9.0.1-ubuntu-22.04