Publish Docker Image #49
docker-publish.yml
on: workflow_dispatch
Matrix: build-and-push-latest
Matrix: build-and-push
Annotations
14 errors
build-and-push (21, 9-minimal, false)
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 && 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 && fi && cd asterisk && 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
|
build-and-push-latest (true)
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 && 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 && fi && cd asterisk && 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
|
build-and-push (22, 9-minimal, true)
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 && 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 && fi && cd asterisk && 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
|
build-and-push (22, 9-minimal, true)
The strategy configuration was canceled because "build-and-push._21_9-minimal_false" failed
|
build-and-push (22, 9-minimal, false)
The operation was canceled.
|
build-and-push (22, 9-minimal, false)
The strategy configuration was canceled because "build-and-push._21_9-minimal_false" failed
|
build-and-push (21, 9-minimal, true)
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 && 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 && fi && cd asterisk && 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
|
build-and-push (21, 9-minimal, true)
The strategy configuration was canceled because "build-and-push._21_9-minimal_false" failed
|
build-and-push (20, 9-minimal, false)
The operation was canceled.
|
build-and-push (20, 9-minimal, false)
The strategy configuration was canceled because "build-and-push._21_9-minimal_false" failed
|
build-and-push (20, 9-minimal, true)
The operation was canceled.
|
build-and-push (20, 9-minimal, true)
The strategy configuration was canceled because "build-and-push._21_9-minimal_false" failed
|
build-and-push-latest (false)
The operation was canceled.
|
build-and-push-latest (false)
The strategy configuration was canceled because "build-and-push-latest.true" failed
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
pablodz~asterisk-rockylinux~7AVG3R.dockerbuild
Expired
|
66.5 KB |
sha256:eac2fda8bffd6a834511fec64046b6688e01a2d9dd338fdbbbe664b5ef88bc00
|
|
pablodz~asterisk-rockylinux~KN0LAZ.dockerbuild
Expired
|
65.5 KB |
sha256:65454f385631019b711c5b07a8f4198bc36e410304538309c869c8c75c9d7d0a
|
|
pablodz~asterisk-rockylinux~LW9FAT.dockerbuild
Expired
|
64.8 KB |
sha256:3f0a12dead817a153d8c140cc90882ff27ecf850f7c0f0cd63878938f0213fe1
|
|
pablodz~asterisk-rockylinux~Y30IXC.dockerbuild
Expired
|
64.6 KB |
sha256:70551a97b7bf366be050c6668882f7dd69b5a13b32ae32cdbd808e2d5bf52049
|
|