Skip to content

Commit aca2fba

Browse files
committed
8.1.0.1_1
1 parent ea9ccfc commit aca2fba

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="8.0.0.10" \
16+
org.opencontainers.image.version="8.1.0.1" \
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/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"
27+
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.1.0.1/aerospike-server-community_8.1.0.1_tools-12.0.2_ubuntu24.04_x86_64.tgz"
28+
ARG AEROSPIKE_SHA_X86_64="54b0b0c6a16e780392129d3894f12a41c48ded7e82d003b12c832aee06e7e18e"
29+
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.1.0.1/aerospike-server-community_8.1.0.1_tools-12.0.2_ubuntu24.04_aarch64.tgz"
30+
ARG AEROSPIKE_SHA_AARCH64="69519f31202d4d79d9d118ceee5080009e693b5590b09d72d7f947342d9d0b27"
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="8.0.0.10" \
16+
org.opencontainers.image.version="8.1.0.1" \
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/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"
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="8.0.0.10" \
16+
org.opencontainers.image.version="8.1.0.1" \
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/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"
27+
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/8.1.0.1/aerospike-server-federal_8.1.0.1_tools-12.0.2_ubuntu24.04_x86_64.tgz"
28+
ARG AEROSPIKE_SHA_X86_64="618e0173dff8dc16926491cc3ec7b510d0dc2159d49b81792f8c40e9014d746d"
2929
ARG AEROSPIKE_AARCH64_LINK=""
3030
ARG AEROSPIKE_SHA_AARCH64=""
3131

0 commit comments

Comments
 (0)