Skip to content

Commit

Permalink
7.2.0.3_1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinh-spike committed Nov 1, 2024
1 parent 28cc7f6 commit 169e145
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 45 deletions.
52 changes: 26 additions & 26 deletions bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,60 +10,60 @@
#------------------------------------ test -----------------------------------

group "test" {
targets=["enterprise_ubuntu22-04_amd64", "enterprise_ubuntu22-04_arm64", "federal_ubuntu22-04_amd64", "community_ubuntu22-04_amd64", "community_ubuntu22-04_arm64"]
targets=["enterprise_ubuntu24-04_amd64", "enterprise_ubuntu24-04_arm64", "federal_ubuntu24-04_amd64", "community_ubuntu24-04_amd64", "community_ubuntu24-04_arm64"]
}

target "enterprise_ubuntu22-04_amd64" {
tags=["aerospike/aerospike-server-enterprise-amd64:7.1.0.9", "aerospike/aerospike-server-enterprise-amd64:latest"]
target "enterprise_ubuntu24-04_amd64" {
tags=["aerospike/aerospike-server-enterprise-amd64:7.2.0.3", "aerospike/aerospike-server-enterprise-amd64:latest"]
platforms=["linux/amd64"]
context="./enterprise/ubuntu22.04"
context="./enterprise/ubuntu24.04"
}

target "enterprise_ubuntu22-04_arm64" {
tags=["aerospike/aerospike-server-enterprise-arm64:7.1.0.9", "aerospike/aerospike-server-enterprise-arm64:latest"]
target "enterprise_ubuntu24-04_arm64" {
tags=["aerospike/aerospike-server-enterprise-arm64:7.2.0.3", "aerospike/aerospike-server-enterprise-arm64:latest"]
platforms=["linux/arm64"]
context="./enterprise/ubuntu22.04"
context="./enterprise/ubuntu24.04"
}

target "federal_ubuntu22-04_amd64" {
tags=["aerospike/aerospike-server-federal-amd64:7.1.0.9", "aerospike/aerospike-server-federal-amd64:latest"]
target "federal_ubuntu24-04_amd64" {
tags=["aerospike/aerospike-server-federal-amd64:7.2.0.3", "aerospike/aerospike-server-federal-amd64:latest"]
platforms=["linux/amd64"]
context="./federal/ubuntu22.04"
context="./federal/ubuntu24.04"
}

target "community_ubuntu22-04_amd64" {
tags=["aerospike/aerospike-server-community-amd64:7.1.0.9", "aerospike/aerospike-server-community-amd64:latest"]
target "community_ubuntu24-04_amd64" {
tags=["aerospike/aerospike-server-community-amd64:7.2.0.3", "aerospike/aerospike-server-community-amd64:latest"]
platforms=["linux/amd64"]
context="./community/ubuntu22.04"
context="./community/ubuntu24.04"
}

target "community_ubuntu22-04_arm64" {
tags=["aerospike/aerospike-server-community-arm64:7.1.0.9", "aerospike/aerospike-server-community-arm64:latest"]
target "community_ubuntu24-04_arm64" {
tags=["aerospike/aerospike-server-community-arm64:7.2.0.3", "aerospike/aerospike-server-community-arm64:latest"]
platforms=["linux/arm64"]
context="./community/ubuntu22.04"
context="./community/ubuntu24.04"
}

#------------------------------------ push -----------------------------------

group "push" {
targets=["enterprise_ubuntu22-04", "federal_ubuntu22-04", "community_ubuntu22-04"]
targets=["enterprise_ubuntu24-04", "federal_ubuntu24-04", "community_ubuntu24-04"]
}

target "enterprise_ubuntu22-04" {
tags=["aerospike/aerospike-server-enterprise:7.1.0.9", "aerospike/aerospike-server-enterprise:7.1.0.9_1"]
target "enterprise_ubuntu24-04" {
tags=["aerospike/aerospike-server-enterprise:7.2.0.3", "aerospike/aerospike-server-enterprise:7.2.0.3_1", "aerospike/aerospike-server-enterprise:latest"]
platforms=["linux/amd64,linux/arm64"]
context="./enterprise/ubuntu22.04"
context="./enterprise/ubuntu24.04"
}

target "federal_ubuntu22-04" {
tags=["aerospike/aerospike-server-federal:7.1.0.9", "aerospike/aerospike-server-federal:7.1.0.9_1"]
target "federal_ubuntu24-04" {
tags=["aerospike/aerospike-server-federal:7.2.0.3", "aerospike/aerospike-server-federal:7.2.0.3_1", "aerospike/aerospike-server-federal:latest"]
platforms=["linux/amd64"]
context="./federal/ubuntu22.04"
context="./federal/ubuntu24.04"
}

target "community_ubuntu22-04" {
tags=["aerospike/aerospike-server:7.1.0.9", "aerospike/aerospike-server:7.1.0.9_1"]
target "community_ubuntu24-04" {
tags=["aerospike/aerospike-server:7.2.0.3", "aerospike/aerospike-server:7.2.0.3_1", "aerospike/aerospike-server:latest"]
platforms=["linux/amd64,linux/arm64"]
context="./community/ubuntu22.04"
context="./community/ubuntu24.04"
}

Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# http://github.com/aerospike/aerospike-server.docker
#

FROM ubuntu:22.04
FROM ubuntu:24.04

LABEL org.opencontainers.image.title="Aerospike Community Server" \
org.opencontainers.image.description="Aerospike is a real-time database with predictable performance at petabyte scale with microsecond latency over billions of transactions." \
org.opencontainers.image.documentation="https://hub.docker.com/_/aerospike" \
org.opencontainers.image.base.name="docker.io/library/ubuntu:22.04" \
org.opencontainers.image.base.name="docker.io/library/ubuntu:24.04" \
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
org.opencontainers.image.vendor="Aerospike" \
org.opencontainers.image.version="7.1.0.9" \
org.opencontainers.image.version="7.2.0.3" \
org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker"

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

ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.9/aerospike-server-community_7.1.0.9_tools-11.0.2_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="8b8eef08f55d0049fa3cccf781646fd41738d7899ca0c6551446c92fb436d28d"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.9/aerospike-server-community_7.1.0.9_tools-11.0.2_ubuntu22.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="c2eb28953890c96be420b5a4eba997912fc122fbb11bc637b5cd84edf85ad638"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.2.0.3/aerospike-server-community_7.2.0.3_tools-11.1.0_ubuntu24.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="d3a1c213879fd459ca340fc6fd57a16e07f0c7196cc88ee4bb6adba5099b6c6e"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.2.0.3/aerospike-server-community_7.2.0.3_tools-11.1.0_ubuntu24.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="537b8c8e02e4c8878ca057942d6af663555ee25ff859d08e35b07c0c445339e0"

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

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# http://github.com/aerospike/aerospike-server.docker
#

FROM ubuntu:22.04
FROM ubuntu:24.04

LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \
org.opencontainers.image.description="Aerospike is a real-time database with predictable performance at petabyte scale with microsecond latency over billions of transactions." \
org.opencontainers.image.documentation="https://hub.docker.com/_/aerospike" \
org.opencontainers.image.base.name="docker.io/library/ubuntu:22.04" \
org.opencontainers.image.base.name="docker.io/library/ubuntu:24.04" \
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
org.opencontainers.image.vendor="Aerospike" \
org.opencontainers.image.version="7.1.0.9" \
org.opencontainers.image.version="7.2.0.3" \
org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker"

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

ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.9/aerospike-server-enterprise_7.1.0.9_tools-11.0.2_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="1d93853696b2ef915ce087b5389859ddfa8545e067dbe6da6a5cf8f012663394"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.9/aerospike-server-enterprise_7.1.0.9_tools-11.0.2_ubuntu22.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="830818ce787991a32879fc8dbb3c5c569432c17852d60b1004845456f523eb2a"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.2.0.3/aerospike-server-enterprise_7.2.0.3_tools-11.1.0_ubuntu24.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="b165d757b6877dca3750f29e6acc836bdd8888e4d9fca62940fd19cb2bdd08a7"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.2.0.3/aerospike-server-enterprise_7.2.0.3_tools-11.1.0_ubuntu24.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="8b9efedcda5e92be7f27e987eb46aeb4cd439106d86a744ba971adfb828c8a9f"

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

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# http://github.com/aerospike/aerospike-server.docker
#

FROM ubuntu:22.04
FROM ubuntu:24.04

LABEL org.opencontainers.image.title="Aerospike Federal Server" \
org.opencontainers.image.description="Aerospike is a real-time database with predictable performance at petabyte scale with microsecond latency over billions of transactions." \
org.opencontainers.image.documentation="https://hub.docker.com/_/aerospike" \
org.opencontainers.image.base.name="docker.io/library/ubuntu:22.04" \
org.opencontainers.image.base.name="docker.io/library/ubuntu:24.04" \
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
org.opencontainers.image.vendor="Aerospike" \
org.opencontainers.image.version="7.1.0.9" \
org.opencontainers.image.version="7.2.0.3" \
org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker"

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

ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/7.1.0.9/aerospike-server-federal_7.1.0.9_tools-11.0.2_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="0608c8d4c62090978e71475308062009cf2417e29966fdf5b8865aec6d2f18b2"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/7.2.0.3/aerospike-server-federal_7.2.0.3_tools-11.1.0_ubuntu24.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="cf8fba19767bb0f3a2020653f1ec86a9f4a49fcb137fbd44abb3d65449df923c"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 169e145

Please sign in to comment.