]> git.puffer.fish Git - mirror/frr.git/commit
docker: Set ABUILD_APK_INDEX_OPTS for frr build 16806/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 14 Jun 2024 13:33:32 +0000 (16:33 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 12 Sep 2024 06:53:00 +0000 (09:53 +0300)
commitfb9c18cd9629d4bcc11321c3b13ad16682461d6e
tree534c656dd7b1d8483b9c147b9e2ca52ecd957574
parent371f3d3cf14c7c44568472e44cb7956983033563
docker: Set ABUILD_APK_INDEX_OPTS for frr build

In build() stage of abuild, it does `apk index ...` where frr* packages
are unsigned. We don't sign them here, and thus we need to specify `--allow-untrusted`.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
alpine/APKBUILD.in