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 3dffc29 commit 83e171c
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 @@ -33,6 +33,8 @@ _libdir=/usr/lib
_user=frr

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

cd "$builddir"

./configure \
Expand Down

0 comments on commit 83e171c

Please sign in to comment.