aerospike / aerospike-server.docker

Dockerfiles for Aerospike Server
Other
142 stars 68 forks source link

Failing to build #62

Open yosifkit opened 4 months ago

yosifkit commented 4 months ago

It seems like https://github.com/aerospike/aerospike-server.docker/issues/21 has happened again, but with 7.1.0.0. The downloaded files don't match the sha256sum in the Dockerfiles (community and enterprise now fail to build).

https://github.com/aerospike/aerospike-server.docker/blob/af847cba3ce8e7d4f8207106d6bf5ae59e749473/enterprise/ubuntu22.04/Dockerfile#L26-L29 vs

root@3fbbd590d807:/# wget "https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.0/aerospike-server-enterprise_7.1.0.0_tools-11.0.0_ubuntu22.04_aarch64.tgz"
--2024-05-30 23:05:52--  https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.0/aerospike-server-enterprise_7.1.0.0_tools-11.0.0_ubuntu22.04_aarch64.tgz
Resolving artifacts.aerospike.com (artifacts.aerospike.com)... 18.154.124.126
Connecting to artifacts.aerospike.com (artifacts.aerospike.com)|18.154.124.126|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 76115071 (73M) [application/x-gzip]
Saving to: 'aerospike-server-enterprise_7.1.0.0_tools-11.0.0_ubuntu22.04_aarch64.tgz'

aerospike-server-enterprise_7.1.0.0_tools-11.0.0 100%[=======================>]  72.59M  27.5MB/s    in 2.6s

2024-05-30 23:05:55 (27.5 MB/s) - 'aerospike-server-enterprise_7.1.0.0_tools-11.0.0_ubuntu22.04_aarch64.tgz' saved [76115071/76115071]

root@3fbbd590d807:/# wget "https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.0/aerospike-server-enterprise_7.1.0.0_tools-11.0.0_ubuntu22.04_x86_64.tgz"
--2024-05-30 23:06:11--  https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.0/aerospike-server-enterprise_7.1.0.0_tools-11.0.0_ubuntu22.04_x86_64.tgz
Resolving artifacts.aerospike.com (artifacts.aerospike.com)... 18.154.124.126
Connecting to artifacts.aerospike.com (artifacts.aerospike.com)|18.154.124.126|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 81073899 (77M) [application/x-gzip]
Saving to: 'aerospike-server-enterprise_7.1.0.0_tools-11.0.0_ubuntu22.04_x86_64.tgz'

aerospike-server-enterprise_7.1.0.0_tools-11.0.0 100%[=======================>]  77.32M  27.0MB/s    in 2.9s

2024-05-30 23:06:14 (27.0 MB/s) - 'aerospike-server-enterprise_7.1.0.0_tools-11.0.0_ubuntu22.04_x86_64.tgz' saved [81073899/81073899]

root@3fbbd590d807:/# sha256sum aerospike-server-enterprise_7.1.0.0_tools-11.0.0_ubuntu22.04_*
20f50036269a1b59b611dae35952f80f77fdd549355590011af9fa51c7c1a94f  aerospike-server-enterprise_7.1.0.0_tools-11.0.0_ubuntu22.04_aarch64.tgz
6046f85cd37ebbbca8f3ad7a2079954a223de5a433ddb34104a8362846bdd002  aerospike-server-enterprise_7.1.0.0_tools-11.0.0_ubuntu22.04_x86_64.tgz
mcoberly2 commented 4 months ago

Thanks @yosifkit we are currently, investigating/updating.