You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Error fetching file: Failed downloading https://github.com/iresty/apisix/raw/master/rockspec/apisix-master-0.rockspec - apisix-master-0.rockspec
Service 'apisix' failed to build: The command '/bin/sh -c apk add --no-cache --virtual .builddeps automake autoconf libtool pkgconfig cmake git && luarocks install https://github.com/iresty/apisix/raw/master/rockspec/apisix-${APISIX_VERSION}-0.rockspec --tree=/usr/local/apisix/deps && cp /usr/local/apisix/deps/lib/luarocks/rocks-5.1/apisix/${APISIX_VERSION}-0/bin/apisix /usr/bin/ && bin='#! /usr/local/openresty/luajit/bin/luajit' && sed -i "1s@.*@$bin@" /usr/bin/apisix && apk del .builddeps' returned a non-zero code: 1
Failed to deploy 'Compose: example': docker-compose process finished with exit code 1
error occurres when excuting dockerfile which contains no exist url ([https://github.com/iresty/apisix/raw/master/rockspec/apisix-${APISIX_VERSION}-0.rockspec --tree=/usr/local/apisix/deps]) in blow place:
for APISIX
RUN apk add --no-cache --virtual .builddeps
automake
autoconf
libtool
pkgconfig
cmake
git
&& luarocks install https://github.com/iresty/apisix/raw/master/rockspec/apisix-${APISIX_VERSION}-0.rockspec --tree=/usr/local/apisix/deps
&& cp /usr/local/apisix/deps/lib/luarocks/rocks-5.1/apisix/${APISIX_VERSION}-0/bin/apisix /usr/bin/
&& bin='#! /usr/local/openresty/luajit/bin/luajit'
&& sed -i "1s@.*@$bin@" /usr/bin/apisix
&& apk del .builddeps
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale due to 30 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.
This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.
error occurres when excuting dockerfile which contains no exist url ([https://github.com/iresty/apisix/raw/master/rockspec/apisix-${APISIX_VERSION}-0.rockspec --tree=/usr/local/apisix/deps]) in blow place:
The text was updated successfully, but these errors were encountered: