diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 6261a12..621d28e 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -12,7 +12,7 @@ jobs: os: [ubuntu] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build FRR releases for ${{ matrix.os }} uses: metal-stack/action-docker-make@master with: diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 5997fe9..341c9af 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -12,7 +12,7 @@ jobs: os: [ubuntu] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build FRR releases for ${{ matrix.os }} uses: metal-stack/action-docker-make@master with: diff --git a/docker-make.debian.yaml b/docker-make.debian.yaml index dec1707..a7a7483 100644 --- a/docker-make.debian.yaml +++ b/docker-make.debian.yaml @@ -8,6 +8,14 @@ default-build-args: - OS_VERSION=12 - RTR_TAG=v0.7.0 builds: + - 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.0.1 for Debian 12 tags: - 9.0.1-debian-12 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