Skip to content

Commit ea9ccfc

Browse files
committed
8.0.0.10_1
1 parent 39aa92b commit ea9ccfc

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

community/ubuntu24.04/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Community Server" \
1313
org.opencontainers.image.base.name="docker.io/library/ubuntu:24.04" \
1414
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
1515
org.opencontainers.image.vendor="Aerospike" \
16-
org.opencontainers.image.version="7.2.0.12" \
16+
org.opencontainers.image.version="8.0.0.10" \
1717
org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker"
1818

1919
# AEROSPIKE_EDITION - required - must be "community", "enterprise", or
@@ -24,10 +24,10 @@ LABEL org.opencontainers.image.title="Aerospike Community Server" \
2424
ARG AEROSPIKE_EDITION="community"
2525

2626
ENV AEROSPIKE_LINUX_BASE="ubuntu:24.04"
27-
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.2.0.12/aerospike-server-community_7.2.0.12_tools-11.2.2_ubuntu24.04_x86_64.tgz"
28-
ARG AEROSPIKE_SHA_X86_64="54be6680be53d831a672777b388f1ca3bf8ce6175dd81f6e4a23c16a9492e7de"
29-
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.2.0.12/aerospike-server-community_7.2.0.12_tools-11.2.2_ubuntu24.04_aarch64.tgz"
30-
ARG AEROSPIKE_SHA_AARCH64="da0c99377415cb581d8b8d6294c1f12d9632a8535ccf6be699d2cb389c5a283c"
27+
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.0.0.10/aerospike-server-community_8.0.0.10_tools-11.2.2_ubuntu24.04_x86_64.tgz"
28+
ARG AEROSPIKE_SHA_X86_64="87b77a4d011d3a599732b46c05a9fc0f7187c9703b42f6d9eead82ba8396a569"
29+
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.0.0.10/aerospike-server-community_8.0.0.10_tools-11.2.2_ubuntu24.04_aarch64.tgz"
30+
ARG AEROSPIKE_SHA_AARCH64="4413e119ed050cd3bc379fba914bcd8d8855cf0c521807de1cb72be70207e732"
3131

3232
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
3333

enterprise/ubuntu24.04/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \
1313
org.opencontainers.image.base.name="docker.io/library/ubuntu:24.04" \
1414
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
1515
org.opencontainers.image.vendor="Aerospike" \
16-
org.opencontainers.image.version="7.2.0.12" \
16+
org.opencontainers.image.version="8.0.0.10" \
1717
org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker"
1818

1919
# AEROSPIKE_EDITION - required - must be "community", "enterprise", or
@@ -24,10 +24,10 @@ LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \
2424
ARG AEROSPIKE_EDITION="enterprise"
2525

2626
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"
3131

3232
SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"]
3333

federal/ubuntu24.04/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Federal Server" \
1313
org.opencontainers.image.base.name="docker.io/library/ubuntu:24.04" \
1414
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
1515
org.opencontainers.image.vendor="Aerospike" \
16-
org.opencontainers.image.version="7.2.0.12" \
16+
org.opencontainers.image.version="8.0.0.10" \
1717
org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker"
1818

1919
# AEROSPIKE_EDITION - required - must be "community", "enterprise", or
@@ -24,8 +24,8 @@ LABEL org.opencontainers.image.title="Aerospike Federal Server" \
2424
ARG AEROSPIKE_EDITION="federal"
2525

2626
ENV AEROSPIKE_LINUX_BASE="ubuntu:24.04"
27-
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/7.2.0.12/aerospike-server-federal_7.2.0.12_tools-11.2.2_ubuntu24.04_x86_64.tgz"
28-
ARG AEROSPIKE_SHA_X86_64="561c2fc3b7a3a3b65488fbc2ffc8ace9732c1622a0e5dfc672b971a3c8ffacf4"
27+
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/8.0.0.10/aerospike-server-federal_8.0.0.10_tools-11.2.2_ubuntu24.04_x86_64.tgz"
28+
ARG AEROSPIKE_SHA_X86_64="62807375accbfb26a371c478e16f6fdc59a285f75127e73c5abcd28978d77ab6"
2929
ARG AEROSPIKE_AARCH64_LINK=""
3030
ARG AEROSPIKE_SHA_AARCH64=""
3131

0 commit comments

Comments
 (0)