diff --git a/bake.hcl b/bake.hcl index 0f088c91..41121259 100644 --- a/bake.hcl +++ b/bake.hcl @@ -10,27 +10,39 @@ #------------------------------------ test ----------------------------------- group "test" { - targets=["enterprise_debian11_amd64", "federal_debian11_amd64", "community_debian11_amd64"] + targets=["enterprise_debian11_amd64", "enterprise_debian11_arm64", "federal_debian11_amd64", "community_debian11_amd64", "community_debian11_arm64"] } target "enterprise_debian11_amd64" { - tags=["aerospike/aerospike-server-enterprise-amd64:6.1.0.31", "aerospike/aerospike-server-enterprise-amd64:latest"] + tags=["aerospike/aerospike-server-enterprise-amd64:6.2.0.26", "aerospike/aerospike-server-enterprise-amd64:latest"] platforms=["linux/amd64"] context="./enterprise/debian11" } +target "enterprise_debian11_arm64" { + tags=["aerospike/aerospike-server-enterprise-arm64:6.2.0.26", "aerospike/aerospike-server-enterprise-arm64:latest"] + platforms=["linux/arm64"] + context="./enterprise/debian11" +} + target "federal_debian11_amd64" { - tags=["aerospike/aerospike-server-federal-amd64:6.1.0.31", "aerospike/aerospike-server-federal-amd64:latest"] + tags=["aerospike/aerospike-server-federal-amd64:6.2.0.26", "aerospike/aerospike-server-federal-amd64:latest"] platforms=["linux/amd64"] context="./federal/debian11" } target "community_debian11_amd64" { - tags=["aerospike/aerospike-server-community-amd64:6.1.0.31", "aerospike/aerospike-server-community-amd64:latest"] + tags=["aerospike/aerospike-server-community-amd64:6.2.0.26", "aerospike/aerospike-server-community-amd64:latest"] platforms=["linux/amd64"] context="./community/debian11" } +target "community_debian11_arm64" { + tags=["aerospike/aerospike-server-community-arm64:6.2.0.26", "aerospike/aerospike-server-community-arm64:latest"] + platforms=["linux/arm64"] + context="./community/debian11" +} + #------------------------------------ push ----------------------------------- group "push" { @@ -38,20 +50,20 @@ group "push" { } target "enterprise_debian11" { - tags=["aerospike/aerospike-server-enterprise:6.1.0.31", "aerospike/aerospike-server-enterprise:6.1.0.31_1"] - platforms=["linux/amd64"] + tags=["aerospike/aerospike-server-enterprise:6.2.0.26", "aerospike/aerospike-server-enterprise:6.2.0.26_1"] + platforms=["linux/amd64,linux/arm64"] context="./enterprise/debian11" } target "federal_debian11" { - tags=["aerospike/aerospike-server-federal:6.1.0.31", "aerospike/aerospike-server-federal:6.1.0.31_1"] + tags=["aerospike/aerospike-server-federal:6.2.0.26", "aerospike/aerospike-server-federal:6.2.0.26_1"] platforms=["linux/amd64"] context="./federal/debian11" } target "community_debian11" { - tags=["aerospike/aerospike-server:6.1.0.31", "aerospike/aerospike-server:6.1.0.31_1"] - platforms=["linux/amd64"] + tags=["aerospike/aerospike-server:6.2.0.26", "aerospike/aerospike-server:6.2.0.26_1"] + platforms=["linux/amd64,linux/arm64"] context="./community/debian11" } diff --git a/community/debian11/Dockerfile b/community/debian11/Dockerfile index 36dc058f..a8a4e3e7 100644 --- a/community/debian11/Dockerfile +++ b/community/debian11/Dockerfile @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Community Server" \ org.opencontainers.image.base.name="docker.io/library/debian:bullseye-slim" \ org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \ org.opencontainers.image.vendor="Aerospike" \ - org.opencontainers.image.version="6.1.0.31" \ + org.opencontainers.image.version="6.2.0.26" \ org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker" # AEROSPIKE_EDITION - required - must be "community", "enterprise", or @@ -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.1.0.31/aerospike-server-community-6.1.0.31-debian11.tgz" -ARG AEROSPIKE_SHA_X86_64="a78da2894d766889c81539a5ea41ae56421db72decfcef60c7e183547a09256c" -ARG AEROSPIKE_AARCH64_LINK="" -ARG AEROSPIKE_SHA_AARCH64="" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.2.0.26/aerospike-server-community_6.2.0.26_tools-8.1.0_debian11_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="13a501abf9f47d8bcc878b0782d2c9302bc3e8f7348f1fb822b0155b28c62a71" +ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.2.0.26/aerospike-server-community_6.2.0.26_tools-8.1.0_debian11_aarch64.tgz" +ARG AEROSPIKE_SHA_AARCH64="ba3bc09b7fa21e9474649bb1e8fbfdb9fa99ca05a9ec51b686280258adfec61c" SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"] diff --git a/enterprise/debian11/Dockerfile b/enterprise/debian11/Dockerfile index b85d2905..8b7dcf9a 100644 --- a/enterprise/debian11/Dockerfile +++ b/enterprise/debian11/Dockerfile @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Enterprise Server" \ org.opencontainers.image.base.name="docker.io/library/debian:bullseye-slim" \ org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \ org.opencontainers.image.vendor="Aerospike" \ - org.opencontainers.image.version="6.1.0.31" \ + org.opencontainers.image.version="6.2.0.26" \ org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker" # AEROSPIKE_EDITION - required - must be "community", "enterprise", or @@ -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.1.0.31/aerospike-server-enterprise-6.1.0.31-debian11.tgz" -ARG AEROSPIKE_SHA_X86_64="ea361625a76c8807c34dbffe07de76658fe38dbeb00c418795db91bd4b1ec693" -ARG AEROSPIKE_AARCH64_LINK="" -ARG AEROSPIKE_SHA_AARCH64="" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.2.0.26/aerospike-server-enterprise_6.2.0.26_tools-8.1.0_debian11_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="a29ce29c191d98985b6efb480d2b0b5e4991fc95be4a26a7fdb018284ede00d7" +ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.2.0.26/aerospike-server-enterprise_6.2.0.26_tools-8.1.0_debian11_aarch64.tgz" +ARG AEROSPIKE_SHA_AARCH64="64cdc687dbe648adfcae6e3cdc99e6a5947101362db2153ba1ce38fbfcac2bb3" SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"] diff --git a/federal/debian11/Dockerfile b/federal/debian11/Dockerfile index 8008a2e7..a4a91b0c 100644 --- a/federal/debian11/Dockerfile +++ b/federal/debian11/Dockerfile @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.title="Aerospike Federal Server" \ org.opencontainers.image.base.name="docker.io/library/debian:bullseye-slim" \ org.opencontainers.image.source="https://github.com/aerospike/aerospike-server.docker" \ org.opencontainers.image.vendor="Aerospike" \ - org.opencontainers.image.version="6.1.0.31" \ + org.opencontainers.image.version="6.2.0.26" \ org.opencontainers.image.url="https://github.com/aerospike/aerospike-server.docker" # AEROSPIKE_EDITION - required - must be "community", "enterprise", or @@ -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.1.0.31/aerospike-server-federal-6.1.0.31-debian11.tgz" -ARG AEROSPIKE_SHA_X86_64="cdd4264be279dd593916ddc0285c56e96b55b6956001bb0713ed891ad28bb956" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/6.2.0.26/aerospike-server-federal_6.2.0.26_tools-8.1.0_debian11_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="6815983d71b8ab8379c3f0e72e68ac80419870aeec05a64494c9c4dc3866a02f" ARG AEROSPIKE_AARCH64_LINK="" ARG AEROSPIKE_SHA_AARCH64=""