Skip to content

Commit

Permalink
6.4.0.20_1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoberly2 committed Jul 18, 2024
1 parent dd849a7 commit 641b7cd
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
16 changes: 8 additions & 8 deletions bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@ group "test" {
}

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

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

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

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

target "community_ubuntu22-04_arm64" {
tags=["aerospike/aerospike-server-community-arm64:6.3.0.25", "aerospike/aerospike-server-community-arm64:latest"]
tags=["aerospike/aerospike-server-community-arm64:6.4.0.20", "aerospike/aerospike-server-community-arm64:latest"]
platforms=["linux/arm64"]
context="./community/ubuntu22.04"
}
Expand All @@ -50,19 +50,19 @@ group "push" {
}

target "enterprise_ubuntu22-04" {
tags=["aerospike/aerospike-server-enterprise:6.3.0.25", "aerospike/aerospike-server-enterprise:6.3.0.25_1"]
tags=["aerospike/aerospike-server-enterprise:6.4.0.20", "aerospike/aerospike-server-enterprise:6.4.0.20_1"]
platforms=["linux/amd64,linux/arm64"]
context="./enterprise/ubuntu22.04"
}

target "federal_ubuntu22-04" {
tags=["aerospike/aerospike-server-federal:6.3.0.25", "aerospike/aerospike-server-federal:6.3.0.25_1"]
tags=["aerospike/aerospike-server-federal:6.4.0.20", "aerospike/aerospike-server-federal:6.4.0.20_1"]
platforms=["linux/amd64"]
context="./federal/ubuntu22.04"
}

target "community_ubuntu22-04" {
tags=["aerospike/aerospike-server:6.3.0.25", "aerospike/aerospike-server:6.3.0.25_1"]
tags=["aerospike/aerospike-server:6.4.0.20", "aerospike/aerospike-server:6.4.0.20_1"]
platforms=["linux/amd64,linux/arm64"]
context="./community/ubuntu22.04"
}
Expand Down
10 changes: 5 additions & 5 deletions community/ubuntu22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Community Server" \
org.opencontainers.image.base.name="docker.io/library/ubuntu:22.04" \
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
org.opencontainers.image.vendor="Aerospike" \
org.opencontainers.image.version="6.3.0.25" \
org.opencontainers.image.version="6.4.0.20" \
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.25/aerospike-server-community_6.3.0.25_tools-8.5.1_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="9c044940906cd58f8756808bedf500e7c9e8a6e4bd337368acfdc63e01d42711"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.3.0.25/aerospike-server-community_6.3.0.25_tools-8.5.1_ubuntu22.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="4c430c30f317b4c6a892997f43a3e5b87c86b2b6a826164477c347aac3b6986d"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.4.0.20/aerospike-server-community_6.4.0.20_tools-10.0.0_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="d2b535fc57f5686980761d900326d0dacf64e13544f97ff2202270d4d12ecdf4"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.4.0.20/aerospike-server-community_6.4.0.20_tools-10.0.0_ubuntu22.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="1c90d5609d559625e7262b8ea5e260cf47e4d4eaaf998ec9d7a4b6bb520bdc21"

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

Expand Down
10 changes: 5 additions & 5 deletions enterprise/ubuntu22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \
org.opencontainers.image.base.name="docker.io/library/ubuntu:22.04" \
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
org.opencontainers.image.vendor="Aerospike" \
org.opencontainers.image.version="6.3.0.25" \
org.opencontainers.image.version="6.4.0.20" \
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.25/aerospike-server-enterprise_6.3.0.25_tools-8.5.1_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="1f4c563df49b22e077225869c27ff25c77f4ab9d6e87824602384eaf706246b1"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.3.0.25/aerospike-server-enterprise_6.3.0.25_tools-8.5.1_ubuntu22.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="ac51cc9fe81077c2ad7e7df10eb48b695e90207d16f0992b5aa2a4a72e46f2ce"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.4.0.20/aerospike-server-enterprise_6.4.0.20_tools-10.0.0_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="d789e558f979a3f0aad1df0870bfc5de6f96b9ee4c8fac423b64cc599cd49e03"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.4.0.20/aerospike-server-enterprise_6.4.0.20_tools-10.0.0_ubuntu22.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="9ba1239313bae5b7883a6e66291703b1d8d14155ef3af39fde1edc2fc0306e80"

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

Expand Down
6 changes: 3 additions & 3 deletions federal/ubuntu22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Federal Server" \
org.opencontainers.image.base.name="docker.io/library/ubuntu:22.04" \
org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \
org.opencontainers.image.vendor="Aerospike" \
org.opencontainers.image.version="6.3.0.25" \
org.opencontainers.image.version="6.4.0.20" \
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.25/aerospike-server-federal_6.3.0.25_tools-8.5.1_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="634fd528ae5c56d156421c0eb7519cf9cea6926344a4de425b195180b24ae927"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/6.4.0.20/aerospike-server-federal_6.4.0.20_tools-10.0.0_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="102bca5d26e5afe5ca5745dca461b19e8a6c27bfb72347b9c053acd800b7dbbe"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""

Expand Down

0 comments on commit 641b7cd

Please sign in to comment.