diff --git a/bake.hcl b/bake.hcl index 1e408ad..5459022 100644 --- a/bake.hcl +++ b/bake.hcl @@ -14,31 +14,31 @@ group "test" { } target "enterprise_ubuntu22-04_amd64" { - tags=["aerospike/aerospike-server-enterprise-amd64:7.0.0.20", "aerospike/aerospike-server-enterprise-amd64:latest"] + tags=["aerospike/aerospike-server-enterprise-amd64:7.1.0.12", "aerospike/aerospike-server-enterprise-amd64:latest"] platforms=["linux/amd64"] context="./enterprise/ubuntu22.04" } target "enterprise_ubuntu22-04_arm64" { - tags=["aerospike/aerospike-server-enterprise-arm64:7.0.0.20", "aerospike/aerospike-server-enterprise-arm64:latest"] + tags=["aerospike/aerospike-server-enterprise-arm64:7.1.0.12", "aerospike/aerospike-server-enterprise-arm64:latest"] platforms=["linux/arm64"] context="./enterprise/ubuntu22.04" } target "federal_ubuntu22-04_amd64" { - tags=["aerospike/aerospike-server-federal-amd64:7.0.0.20", "aerospike/aerospike-server-federal-amd64:latest"] + tags=["aerospike/aerospike-server-federal-amd64:7.1.0.12", "aerospike/aerospike-server-federal-amd64:latest"] platforms=["linux/amd64"] context="./federal/ubuntu22.04" } target "community_ubuntu22-04_amd64" { - tags=["aerospike/aerospike-server-community-amd64:7.0.0.20", "aerospike/aerospike-server-community-amd64:latest"] + tags=["aerospike/aerospike-server-community-amd64:7.1.0.12", "aerospike/aerospike-server-community-amd64:latest"] platforms=["linux/amd64"] context="./community/ubuntu22.04" } target "community_ubuntu22-04_arm64" { - tags=["aerospike/aerospike-server-community-arm64:7.0.0.20", "aerospike/aerospike-server-community-arm64:latest"] + tags=["aerospike/aerospike-server-community-arm64:7.1.0.12", "aerospike/aerospike-server-community-arm64:latest"] platforms=["linux/arm64"] context="./community/ubuntu22.04" } @@ -50,19 +50,19 @@ group "push" { } target "enterprise_ubuntu22-04" { - tags=["aerospike/aerospike-server-enterprise:7.0.0.20", "aerospike/aerospike-server-enterprise:7.0.0.20_1"] + tags=["aerospike/aerospike-server-enterprise:7.1.0.12", "aerospike/aerospike-server-enterprise:7.1.0.12_1"] platforms=["linux/amd64,linux/arm64"] context="./enterprise/ubuntu22.04" } target "federal_ubuntu22-04" { - tags=["aerospike/aerospike-server-federal:7.0.0.20", "aerospike/aerospike-server-federal:7.0.0.20_1"] + tags=["aerospike/aerospike-server-federal:7.1.0.12", "aerospike/aerospike-server-federal:7.1.0.12_1"] platforms=["linux/amd64"] context="./federal/ubuntu22.04" } target "community_ubuntu22-04" { - tags=["aerospike/aerospike-server:7.0.0.20", "aerospike/aerospike-server:7.0.0.20_1"] + tags=["aerospike/aerospike-server:7.1.0.12", "aerospike/aerospike-server:7.1.0.12_1"] platforms=["linux/amd64,linux/arm64"] context="./community/ubuntu22.04" } diff --git a/community/ubuntu22.04/Dockerfile b/community/ubuntu22.04/Dockerfile index 2a4c43d..4307bc9 100644 --- a/community/ubuntu22.04/Dockerfile +++ b/community/ubuntu22.04/Dockerfile @@ -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="7.0.0.20" \ + org.opencontainers.image.version="7.1.0.12" \ 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/7.0.0.20/aerospike-server-community_7.0.0.20_tools-10.2.1_ubuntu22.04_x86_64.tgz" -ARG AEROSPIKE_SHA_X86_64="2c1149f752bea075ff767afd7df4603f0bd3764d0ae7ab3cf3da236e0766f523" -ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.0.0.20/aerospike-server-community_7.0.0.20_tools-10.2.1_ubuntu22.04_aarch64.tgz" -ARG AEROSPIKE_SHA_AARCH64="3842ea79f6de3f68087cac66a504cc588979a11ae34454585e25cbb8df227ec4" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.12/aerospike-server-community_7.1.0.12_tools-11.0.2_ubuntu22.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="c2b92d783d15b7931b800b64bedb8553909f31727652daea105e1c0efa47ddd2" +ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.12/aerospike-server-community_7.1.0.12_tools-11.0.2_ubuntu22.04_aarch64.tgz" +ARG AEROSPIKE_SHA_AARCH64="929e0e757a6cdc02d0a1c0b54ec94664e7098e60a302f218164e4f434aa3b933" SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"] diff --git a/enterprise/ubuntu22.04/Dockerfile b/enterprise/ubuntu22.04/Dockerfile index eab8349..c63f145 100644 --- a/enterprise/ubuntu22.04/Dockerfile +++ b/enterprise/ubuntu22.04/Dockerfile @@ -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="7.0.0.20" \ + org.opencontainers.image.version="7.1.0.12" \ 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/7.0.0.20/aerospike-server-enterprise_7.0.0.20_tools-10.2.1_ubuntu22.04_x86_64.tgz" -ARG AEROSPIKE_SHA_X86_64="7d9fa2d22cf36cc7d9463c74b8d3f0dedc2e509334887df61dbf3781f6e11b66" -ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.0.0.20/aerospike-server-enterprise_7.0.0.20_tools-10.2.1_ubuntu22.04_aarch64.tgz" -ARG AEROSPIKE_SHA_AARCH64="372649504e3f00bb6210f8c7e038ef68a7a5b918791414ba829183b420c0c2fc" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.12/aerospike-server-enterprise_7.1.0.12_tools-11.0.2_ubuntu22.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="99ca26216d42663bbb36a582d2bd30b4104e2dfa97972ebc8d37dbeb50c98005" +ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.12/aerospike-server-enterprise_7.1.0.12_tools-11.0.2_ubuntu22.04_aarch64.tgz" +ARG AEROSPIKE_SHA_AARCH64="87fb7006f60347e0cad3a486bb46a704d7d4f851b9d70b5491ae0d801144aa40" SHELL ["/bin/bash", "-Eeuo", "pipefail", "-c"] diff --git a/federal/ubuntu22.04/Dockerfile b/federal/ubuntu22.04/Dockerfile index 681be4e..1b7b64b 100644 --- a/federal/ubuntu22.04/Dockerfile +++ b/federal/ubuntu22.04/Dockerfile @@ -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="7.0.0.20" \ + org.opencontainers.image.version="7.1.0.12" \ 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/7.0.0.20/aerospike-server-federal_7.0.0.20_tools-10.2.1_ubuntu22.04_x86_64.tgz" -ARG AEROSPIKE_SHA_X86_64="31b960a849dd13e62ba629af92a004e3502b492dacd0e03683452abcf6757040" +ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/7.1.0.12/aerospike-server-federal_7.1.0.12_tools-11.0.2_ubuntu22.04_x86_64.tgz" +ARG AEROSPIKE_SHA_X86_64="7b73967763b90a1d7dde39a25f96a03a68892b6f14665ed0a4ee2c4091962ffa" ARG AEROSPIKE_AARCH64_LINK="" ARG AEROSPIKE_SHA_AARCH64=""