Skip to content

Commit b097fa9

Browse files
committed
7.0.0.26_1
1 parent 9da77c0 commit b097fa9

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

community/ubuntu24.04/Dockerfile renamed to community/ubuntu22.04/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
# http://github.com/aerospike/aerospike-server.docker
66
#
77

8-
FROM ubuntu:24.04
8+
FROM ubuntu:22.04
99

1010
LABEL org.opencontainers.image.title="Aerospike Community Server" \
1111
org.opencontainers.image.description="Aerospike is a real-time database with predictable performance at petabyte scale with microsecond latency over billions of transactions." \
1212
org.opencontainers.image.documentation="https://hub.docker.com/_/aerospike" \
13-
org.opencontainers.image.base.name="docker.io/library/ubuntu:24.04" \
13+
org.opencontainers.image.base.name="docker.io/library/ubuntu:22.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.1.0.0" \
16+
org.opencontainers.image.version="7.0.0.26" \
1717
org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker"
1818

1919
# AEROSPIKE_EDITION - required - must be "community", "enterprise", or
@@ -23,11 +23,11 @@ LABEL org.opencontainers.image.title="Aerospike Community Server" \
2323
# By selecting "federal" you agree to the "FEDERAL_LICENSE"
2424
ARG AEROSPIKE_EDITION="community"
2525

26-
ENV AEROSPIKE_LINUX_BASE="ubuntu:24.04"
27-
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.1.0.0/aerospike-server-community_8.1.0.0_tools-12.0.1_ubuntu24.04_x86_64.tgz"
28-
ARG AEROSPIKE_SHA_X86_64="32e63cf0e83a0ee559984505b6cb069c2218da97b621ff63dd58e55993392c2b"
29-
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/8.1.0.0/aerospike-server-community_8.1.0.0_tools-12.0.1_ubuntu24.04_aarch64.tgz"
30-
ARG AEROSPIKE_SHA_AARCH64="fc29743dd6a098eb5bd11b55bf76491cc5a2252792fdf366224fdcd755cc079b"
26+
ENV AEROSPIKE_LINUX_BASE="ubuntu:22.04"
27+
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.0.0.26/aerospike-server-community_7.0.0.26_tools-10.2.1_ubuntu22.04_x86_64.tgz"
28+
ARG AEROSPIKE_SHA_X86_64="fea70e56cf720214ef74f16d3f5f40175ca77a0f03363e2dc3ed00a3554ae247"
29+
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.0.0.26/aerospike-server-community_7.0.0.26_tools-10.2.1_ubuntu22.04_aarch64.tgz"
30+
ARG AEROSPIKE_SHA_AARCH64="992977de1c0704e535362a5cfd367986af56994170b542565feb97b516a852da"
3131

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

File renamed without changes.
File renamed without changes.
File renamed without changes.

enterprise/ubuntu24.04/Dockerfile renamed to enterprise/ubuntu22.04/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
# http://github.com/aerospike/aerospike-server.docker
66
#
77

8-
FROM ubuntu:24.04
8+
FROM ubuntu:22.04
99

1010
LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \
1111
org.opencontainers.image.description="Aerospike is a real-time database with predictable performance at petabyte scale with microsecond latency over billions of transactions." \
1212
org.opencontainers.image.documentation="https://hub.docker.com/_/aerospike" \
13-
org.opencontainers.image.base.name="docker.io/library/ubuntu:24.04" \
13+
org.opencontainers.image.base.name="docker.io/library/ubuntu:22.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.1.0.0" \
16+
org.opencontainers.image.version="7.0.0.26" \
1717
org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker"
1818

1919
# AEROSPIKE_EDITION - required - must be "community", "enterprise", or
@@ -23,11 +23,11 @@ LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \
2323
# By selecting "federal" you agree to the "FEDERAL_LICENSE"
2424
ARG AEROSPIKE_EDITION="enterprise"
2525

26-
ENV AEROSPIKE_LINUX_BASE="ubuntu:24.04"
27-
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.1.0.0/aerospike-server-enterprise_8.1.0.0_tools-12.0.1_ubuntu24.04_x86_64.tgz"
28-
ARG AEROSPIKE_SHA_X86_64="29b23377443c5c81346f09db2545c47cb4b6f27fc23efccc470bd5f22dc090c6"
29-
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/8.1.0.0/aerospike-server-enterprise_8.1.0.0_tools-12.0.1_ubuntu24.04_aarch64.tgz"
30-
ARG AEROSPIKE_SHA_AARCH64="1296963d3edd9a533ef8031c4c3f56c02a758a28ba3265cd0b4ffcd22450f8a2"
26+
ENV AEROSPIKE_LINUX_BASE="ubuntu:22.04"
27+
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.0.0.26/aerospike-server-enterprise_7.0.0.26_tools-10.2.1_ubuntu22.04_x86_64.tgz"
28+
ARG AEROSPIKE_SHA_X86_64="1ea88f22fcc684f96c7f6009d3cb67374956aa56e80d2a8f7edad6f967acce9c"
29+
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.0.0.26/aerospike-server-enterprise_7.0.0.26_tools-10.2.1_ubuntu22.04_aarch64.tgz"
30+
ARG AEROSPIKE_SHA_AARCH64="62014d4f2b4ca9ff6276573b2e2ef2a2bb07ab2c2093f7f934c51d00cd812f1f"
3131

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

File renamed without changes.
File renamed without changes.
File renamed without changes.

federal/ubuntu24.04/Dockerfile renamed to federal/ubuntu22.04/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
# http://github.com/aerospike/aerospike-server.docker
66
#
77

8-
FROM ubuntu:24.04
8+
FROM ubuntu:22.04
99

1010
LABEL org.opencontainers.image.title="Aerospike Federal Server" \
1111
org.opencontainers.image.description="Aerospike is a real-time database with predictable performance at petabyte scale with microsecond latency over billions of transactions." \
1212
org.opencontainers.image.documentation="https://hub.docker.com/_/aerospike" \
13-
org.opencontainers.image.base.name="docker.io/library/ubuntu:24.04" \
13+
org.opencontainers.image.base.name="docker.io/library/ubuntu:22.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.1.0.0" \
16+
org.opencontainers.image.version="7.0.0.26" \
1717
org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker"
1818

1919
# AEROSPIKE_EDITION - required - must be "community", "enterprise", or
@@ -23,9 +23,9 @@ LABEL org.opencontainers.image.title="Aerospike Federal Server" \
2323
# By selecting "federal" you agree to the "FEDERAL_LICENSE"
2424
ARG AEROSPIKE_EDITION="federal"
2525

26-
ENV AEROSPIKE_LINUX_BASE="ubuntu:24.04"
27-
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/8.1.0.0/aerospike-server-federal_8.1.0.0_tools-12.0.1_ubuntu24.04_x86_64.tgz"
28-
ARG AEROSPIKE_SHA_X86_64="6cc114cf0cb19f42142c8b8b6679c392eb3240f2890a6e13ca9c7ba78635a335"
26+
ENV AEROSPIKE_LINUX_BASE="ubuntu:22.04"
27+
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/7.0.0.26/aerospike-server-federal_7.0.0.26_tools-10.2.1_ubuntu22.04_x86_64.tgz"
28+
ARG AEROSPIKE_SHA_X86_64="aedfd5d7141cf5bc72f7808ac5902f7e1632f2afa7b2f8f7ce91e1c3f67848db"
2929
ARG AEROSPIKE_AARCH64_LINK=""
3030
ARG AEROSPIKE_SHA_AARCH64=""
3131

File renamed without changes.

0 commit comments

Comments
 (0)