Skip to content

Commit

Permalink
frr-9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Dec 4, 2023
1 parent b847d6e commit 7cb81f3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docker-make.debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions docker-make.ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cb81f3

Please sign in to comment.