]> git.puffer.fish Git - matthieu/frr.git/commit
docker: Set ABUILD_APK_INDEX_OPTS for libyang
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 14 Jun 2024 08:37:23 +0000 (11:37 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 14 Jun 2024 08:37:23 +0000 (11:37 +0300)
commit0314adac4b906ac6c9abcb702f9fd799b89d93f2
tree33487543f1d7eb13fe02c05c55edcdf5254e74a8
parent2876847d500b7b734fa290e6dc9aa151de9f9a48
docker: Set ABUILD_APK_INDEX_OPTS for libyang

In build() stage of abuild, it does `apk index ...` where libyang* 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>
docker/alpine/libyang/APKBUILD