Skip to content

Commit

Permalink
docker: Set ABUILD_APK_INDEX_OPTS for frr build
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ton31337 committed Sep 12, 2024
1 parent 4d731d8 commit 274cb2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alpine/APKBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ _localstatedir=/var/run/frr
_user=frr

build() {
export ABUILD_APK_INDEX_OPTS="--allow-untrusted"

cd "$builddir"

./configure \
Expand Down

0 comments on commit 274cb2a

Please sign in to comment.