@@ -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="8.0 .0.10 " \
16
+ org.opencontainers.image.version="8.1 .0.1 " \
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/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 "
27
+ ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.1 .0.1 /aerospike-server-enterprise_8.1 .0.1_tools-12.0 .2_ubuntu24.04_x86_64.tgz"
28
+ ARG AEROSPIKE_SHA_X86_64="dbedd8c4e5355ce61f2f3cd647a22068d87c2920718b36aee75f0734eb0dc96d "
29
+ ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.1 .0.1 /aerospike-server-enterprise_8.1 .0.1_tools-12.0 .2_ubuntu24.04_aarch64.tgz"
30
+ ARG AEROSPIKE_SHA_AARCH64="de1b31a71f29bd5d23210b0e8baa6476bb61565b6a1b858149e34349667e4a4d "
31
31
32
32
SHELL ["/bin/bash" , "-Eeuo" , "pipefail" , "-c" ]
33
33
0 commit comments