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
when use yum install -y apisix-3.10.0 in dockerfile
#8 24.19 Apache APISIX Repository for Redhat 1.1 kB/s | 659 B 00:00
#8 24.35 Apache APISIX Repository for Redhat 69 kB/s | 11 kB 00:00
#8 24.44 Importing GPG key 0x79882014:
#8 24.44 Userid : "Joey Ma (GPG Key) <majunjie@apache.org>"
#8 24.44 Fingerprint: 3CCC EC58 6D4F 1D26 35A9 9242 9097 DDAE 7988 2014
#8 24.44 From : https://repos.apiseven.com/KEYS
#8 24.47 Importing GPG key 0x96C07346:
#8 24.47 Userid : "APISIX Publisher <dev@apisix.apache.org>"
#8 24.47 Fingerprint: 713F 1A8F 45E0 2766 DBBA BD64 B44C 2B62 96C0 7346
#8 24.47 From : https://repos.apiseven.com/KEYS
#8 24.48 Importing GPG key 0x7F829327:
#8 24.48 Userid : "zhaoshirui <shirui@api7.ai>"
#8 24.48 Fingerprint: 22E1 7957 9FBD 69F3 8120 94DC A85C D39D 7F82 9327
#8 24.48 From : https://repos.apiseven.com/KEYS
#8 24.50 Importing GPG key 0xEF915680:
#8 24.50 Userid : "chenjunxu <chenjunxu@api7.ai>"
#8 24.50 Fingerprint: 1580 F1E6 8985 1C11 EC61 590D 76A2 3BCC EF91 5680
#8 24.50 From : https://repos.apiseven.com/KEYS
#8 24.80 Apache APISIX Repository for Redhat 1.3 MB/s | 374 kB 00:00
#8 25.55 Official OpenResty Open Source Repository for C 175 kB/s | 75 kB 00:00
#8 30.09 Dependencies resolved.
#8 30.10 ================================================================================
#8 30.10 Package Arch Version Repository Size
#8 30.10 ================================================================================
#8 30.10 Installing:
#8 30.10 apisix x86_64 3.10.0-0.ubi8.6 release 54 M
......
#8 30.85 [MIRROR] apisix-3.10.0-0.ubi8.6.x86_64.rpm: Interrupted by header callback: Server reports Content-Length: 56648336 but expected size is: 56648300
#8 30.90 [MIRROR] apisix-3.10.0-0.ubi8.6.x86_64.rpm: Interrupted by header callback: Server reports Content-Length: 56648336 but expected size is: 56648300
#8 30.95 [MIRROR] apisix-3.10.0-0.ubi8.6.x86_64.rpm: Interrupted by header callback: Server reports Content-Length: 56648336 but expected size is: 56648300
#8 30.99 [MIRROR] apisix-3.10.0-0.ubi8.6.x86_64.rpm: Interrupted by header callback: Server reports Content-Length: 56648336 but expected size is: 56648300
#8 30.99 [FAILED] apisix-3.10.0-0.ubi8.6.x86_64.rpm: No more mirrors to try - All mirrors were already tried without success
#8 30.99
#8 30.99 The downloaded packages were saved in cache until the next successful transaction.
#8 30.99 You can remove cached packages by executing 'yum clean packages'.
#8 31.01 Error: Error downloading packages:
#8 31.01 apisix-3.10.0-0.ubi8.6.x86_64: Cannot download, all mirrors were already tried without success
the key error message is
#8 30.85 [MIRROR] apisix-3.10.0-0.ubi8.6.x86_64.rpm: Interrupted by header callback: Server reports Content-Length: 56648336 but expected size is: 56648300
and if I use apisix-3.9.1, it would be ok.
Environment
APISIX version (run apisix version): 3.10.0
Operating system (run uname -a): RHEL 8
OpenResty / Nginx version (run openresty -V or nginx -V):
etcd version, if relevant (run curl http://127.0.0.1:9090/v1/server_info):
APISIX Dashboard version, if relevant:
Plugin runner version, for issues related to plugin runners:
LuaRocks version, for installation issues (run luarocks --version):
The text was updated successfully, but these errors were encountered:
Description
when use
yum install -y apisix-3.10.0
in dockerfilethe key error message is
and if I use
apisix-3.9.1
, it would be ok.Environment
apisix version
): 3.10.0uname -a
): RHEL 8openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: