Skip to content

Commit

Permalink
6.4.0.13_1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinh-spike committed Mar 19, 2024
1 parent 424b69d commit 72a1011
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_debian11_amd64", "enterprise_debian11_arm64", "federal_debian11_amd64", "community_debian11_amd64", "community_debian11_arm64"]
targets=["enterprise_debian12_amd64", "enterprise_debian12_arm64", "federal_debian12_amd64", "community_debian12_amd64", "community_debian12_arm64"]
}

target "enterprise_debian11_amd64" {
tags=["aerospike/aerospike-server-enterprise-amd64:6.3.0.19", "aerospike/aerospike-server-enterprise-amd64:latest"]
target "enterprise_debian12_amd64" {
tags=["aerospike/aerospike-server-enterprise-amd64:6.4.0.13", "aerospike/aerospike-server-enterprise-amd64:latest"]
platforms=["linux/amd64"]
context="./enterprise/debian11"
context="./enterprise/debian12"
}

target "enterprise_debian11_arm64" {
tags=["aerospike/aerospike-server-enterprise-arm64:6.3.0.19", "aerospike/aerospike-server-enterprise-arm64:latest"]
target "enterprise_debian12_arm64" {
tags=["aerospike/aerospike-server-enterprise-arm64:6.4.0.13", "aerospike/aerospike-server-enterprise-arm64:latest"]
platforms=["linux/arm64"]
context="./enterprise/debian11"
context="./enterprise/debian12"
}

target "federal_debian11_amd64" {
tags=["aerospike/aerospike-server-federal-amd64:6.3.0.19", "aerospike/aerospike-server-federal-amd64:latest"]
target "federal_debian12_amd64" {
tags=["aerospike/aerospike-server-federal-amd64:6.4.0.13", "aerospike/aerospike-server-federal-amd64:latest"]
platforms=["linux/amd64"]
context="./federal/debian11"
context="./federal/debian12"
}

target "community_debian11_amd64" {
tags=["aerospike/aerospike-server-community-amd64:6.3.0.19", "aerospike/aerospike-server-community-amd64:latest"]
target "community_debian12_amd64" {
tags=["aerospike/aerospike-server-community-amd64:6.4.0.13", "aerospike/aerospike-server-community-amd64:latest"]
platforms=["linux/amd64"]
context="./community/debian11"
context="./community/debian12"
}

target "community_debian11_arm64" {
tags=["aerospike/aerospike-server-community-arm64:6.3.0.19", "aerospike/aerospike-server-community-arm64:latest"]
target "community_debian12_arm64" {
tags=["aerospike/aerospike-server-community-arm64:6.4.0.13", "aerospike/aerospike-server-community-arm64:latest"]
platforms=["linux/arm64"]
context="./community/debian11"
context="./community/debian12"
}

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

group "push" {
targets=["enterprise_debian11", "federal_debian11", "community_debian11"]
targets=["enterprise_debian12", "federal_debian12", "community_debian12"]
}

target "enterprise_debian11" {
tags=["aerospike/aerospike-server-enterprise:6.3.0.19", "aerospike/aerospike-server-enterprise:6.3.0.19_1"]
target "enterprise_debian12" {
tags=["aerospike/aerospike-server-enterprise:6.4.0.13", "aerospike/aerospike-server-enterprise:6.4.0.13_1"]
platforms=["linux/amd64,linux/arm64"]
context="./enterprise/debian11"
context="./enterprise/debian12"
}

target "federal_debian11" {
tags=["aerospike/aerospike-server-federal:6.3.0.19", "aerospike/aerospike-server-federal:6.3.0.19_1"]
target "federal_debian12" {
tags=["aerospike/aerospike-server-federal:6.4.0.13", "aerospike/aerospike-server-federal:6.4.0.13_1"]
platforms=["linux/amd64"]
context="./federal/debian11"
context="./federal/debian12"
}

target "community_debian11" {
tags=["aerospike/aerospike-server:6.3.0.19", "aerospike/aerospike-server:6.3.0.19_1"]
target "community_debian12" {
tags=["aerospike/aerospike-server:6.4.0.13", "aerospike/aerospike-server:6.4.0.13_1"]
platforms=["linux/amd64,linux/arm64"]
context="./community/debian11"
context="./community/debian12"
}

14 changes: 7 additions & 7 deletions community/debian11/Dockerfile → community/debian12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# http://github.com/aerospike/aerospike-server.docker
#

FROM debian:bullseye-slim
FROM debian:bookworm-slim

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/debian:bullseye-slim" \
org.opencontainers.image.base.name="docker.io/library/debian:bookworm-slim" \
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
org.opencontainers.image.vendor="Aerospike" \
org.opencontainers.image.version="6.3.0.19" \
org.opencontainers.image.version="6.4.0.13" \
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/6.3.0.19/aerospike-server-community_6.3.0.19_tools-8.5.1_debian11_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="3f32d2f31c517c2421eaa34eb4476d47bc26d25eafeb494cc577deb37085852c"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.3.0.19/aerospike-server-community_6.3.0.19_tools-8.5.1_debian11_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="5a38c5f8bd4c6195acc99a35f35df9cec0fdace59070162f821081ebed7c3c55"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.4.0.13/aerospike-server-community_6.4.0.13_tools-10.0.0_debian12_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="2985193add9a5d20abe186e4613e5ed0cebe372bb9d6a6326ef3363e5baac210"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.4.0.13/aerospike-server-community_6.4.0.13_tools-10.0.0_debian12_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="197e79567e99577ce1ca43fda4ee9f4de5c05eff3797325cf069d0d530b7bb28"

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

Expand Down
File renamed without changes.
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 debian:bullseye-slim
FROM debian:bookworm-slim

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/debian:bullseye-slim" \
org.opencontainers.image.base.name="docker.io/library/debian:bookworm-slim" \
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
org.opencontainers.image.vendor="Aerospike" \
org.opencontainers.image.version="6.3.0.19" \
org.opencontainers.image.version="6.4.0.13" \
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/6.3.0.19/aerospike-server-enterprise_6.3.0.19_tools-8.5.1_debian11_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="448ead4c5dacb4032b19587c63ea4ba782746afff5b3bfc828b08fe94d19c735"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.3.0.19/aerospike-server-enterprise_6.3.0.19_tools-8.5.1_debian11_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="5e2bb0eba12f274e5894dd7700a79df64b67626780d71762ea7a47b26a822f29"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.4.0.13/aerospike-server-enterprise_6.4.0.13_tools-10.0.0_debian12_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="e1d57e3ec68b1425d960d44eeb100950f1cb1026a330cdd731f16b1b7b374349"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.4.0.13/aerospike-server-enterprise_6.4.0.13_tools-10.0.0_debian12_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="da37dceda484ac66fe3de47488b933c8d96db15657e24165a6a465ab7ec88bac"

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

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions federal/debian11/Dockerfile → federal/debian12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# http://github.com/aerospike/aerospike-server.docker
#

FROM debian:bullseye-slim
FROM debian:bookworm-slim

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/debian:bullseye-slim" \
org.opencontainers.image.base.name="docker.io/library/debian:bookworm-slim" \
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
org.opencontainers.image.vendor="Aerospike" \
org.opencontainers.image.version="6.3.0.19" \
org.opencontainers.image.version="6.4.0.13" \
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/6.3.0.19/aerospike-server-federal_6.3.0.19_tools-8.5.1_debian11_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="afc666982bba0e3e4a0653bff04f9a8913b8ec61d06d7bb876ef361e2624f042"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/6.4.0.13/aerospike-server-federal_6.4.0.13_tools-10.0.0_debian12_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="f1412c65538c2eeb4895a9abbd8ed3dd24564c242e605841eb2f190d3c3e27a7"
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 72a1011

Please sign in to comment.