Publish Docker Image #51
Annotations
2 errors
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -ex && if [ \"${ASTERISK_VERSION}\" = \"latest\" ]; then echo \"Cloning Asterisk from GitHub\"; git clone --depth 1 --single-branch https://github.com/asterisk/asterisk.git asterisk; cd asterisk; else echo \"Downloading Asterisk version ${ASTERISK_VERSION}\"; wget --no-cache --timeout=30 --tries=3 \"http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-${ASTERISK_VERSION}-current.tar.gz\"; tar zxf \"asterisk-${ASTERISK_VERSION}-current.tar.gz\"; rm -f \"asterisk-${ASTERISK_VERSION}-current.tar.gz\"; mv asterisk-${ASTERISK_VERSION}* asterisk; cd asterisk; fi && if [ \"$ENABLE_CHAN_SIP\" = \"true\" ]; then echo \"Reincluding chan_sip module...\"; wget https://raw.githubusercontent.com/InterLinked1/chan_sip/master/chan_sip_reinclude.sh && chmod +x chan_sip_reinclude.sh && ./chan_sip_reinclude.sh && echo \"chan_sip module reincluded successfully\"; else echo \"Skipping chan_sip reinclude\"; fi && contrib/scripts/install_prereq install && NOISY_BUILD=yes ./configure --libdir=/usr/lib64 --with-pjproject-bundled --with-jansson-bundled --enable-dev-mode=no --disable-xmldoc && make menuselect.makeopts && menuselect/menuselect --disable BUILD_NATIVE --disable-category MENUSELECT_ADDONS $( [ \"$ENABLE_CHAN_SIP\" = \"true\" ] && echo \"--enable chan_sip\" ) menuselect.makeopts && make channels && make -j$(nproc) && make install && make samples && make basic-pbx && make clean && cd .. && rm -rf asterisk" did not complete successfully: exit code: 2
|
The run was canceled by @pablodz.
|
The logs for this run have expired and are no longer available.
Loading