@@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \
13
13
org.opencontainers.image.base.name="docker.io/library/ubuntu:24.04" \
14
14
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
15
15
org.opencontainers.image.vendor="Aerospike" \
16
- org.opencontainers.image.version="7.2 .0.12 " \
16
+ org.opencontainers.image.version="8.0 .0.10 " \
17
17
org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker"
18
18
19
19
# AEROSPIKE_EDITION - required - must be "community", "enterprise", or
@@ -24,10 +24,10 @@ LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \
24
24
ARG AEROSPIKE_EDITION="enterprise"
25
25
26
26
ENV AEROSPIKE_LINUX_BASE="ubuntu:24.04"
27
- ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.2 .0.12 /aerospike-server-enterprise_7.2 .0.12_tools -11.2.2_ubuntu24.04_x86_64.tgz"
28
- ARG AEROSPIKE_SHA_X86_64="e63eb7132f51d036032faf494adf6e2956aa81921ed887a4340ac0d73d4df26c "
29
- ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.2 .0.12 /aerospike-server-enterprise_7.2 .0.12_tools -11.2.2_ubuntu24.04_aarch64.tgz"
30
- ARG AEROSPIKE_SHA_AARCH64="8e0ccb8a7d6175acc63ff3a19100432f8e503fc0354217eefafa1747923f7750 "
27
+ ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.0 .0.10 /aerospike-server-enterprise_8.0 .0.10_tools -11.2.2_ubuntu24.04_x86_64.tgz"
28
+ ARG AEROSPIKE_SHA_X86_64="083bd2aee6dc3d8310a98cab6e8911dc291fe2667ea39c791ce8fa23222b20a7 "
29
+ ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.0 .0.10 /aerospike-server-enterprise_8.0 .0.10_tools -11.2.2_ubuntu24.04_aarch64.tgz"
30
+ ARG AEROSPIKE_SHA_AARCH64="8c7c3fa16db8be980ce71c2e57666e4d1845aa4f4baa9baf576ba19a86d49ad6 "
31
31
32
32
SHELL ["/bin/bash" , "-Eeuo" , "pipefail" , "-c" ]
33
33
0 commit comments