Skip to content

Commit

Permalink
7.1.0.6_1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinh-spike committed Sep 14, 2024
1 parent 171b5ed commit fae2f09
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:7.0.0.15", "aerospike/aerospike-server-enterprise-amd64:latest"]
tags=["aerospike/aerospike-server-enterprise-amd64:7.1.0.6", "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.15", "aerospike/aerospike-server-enterprise-arm64:latest"]
tags=["aerospike/aerospike-server-enterprise-arm64:7.1.0.6", "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.15", "aerospike/aerospike-server-federal-amd64:latest"]
tags=["aerospike/aerospike-server-federal-amd64:7.1.0.6", "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.15", "aerospike/aerospike-server-community-amd64:latest"]
tags=["aerospike/aerospike-server-community-amd64:7.1.0.6", "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.15", "aerospike/aerospike-server-community-arm64:latest"]
tags=["aerospike/aerospike-server-community-arm64:7.1.0.6", "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:7.0.0.15", "aerospike/aerospike-server-enterprise:7.0.0.15_1"]
tags=["aerospike/aerospike-server-enterprise:7.1.0.6", "aerospike/aerospike-server-enterprise:7.1.0.6_1", "aerospike/aerospike-server-enterprise:latest"]
platforms=["linux/amd64,linux/arm64"]
context="./enterprise/ubuntu22.04"
}

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

target "community_ubuntu22-04" {
tags=["aerospike/aerospike-server:7.0.0.15", "aerospike/aerospike-server:7.0.0.15_1"]
tags=["aerospike/aerospike-server:7.1.0.6", "aerospike/aerospike-server:7.1.0.6_1", "aerospike/aerospike-server:latest"]
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="7.0.0.15" \
org.opencontainers.image.version="7.1.0.6" \
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.0.0.15/aerospike-server-community_7.0.0.15_tools-10.2.1_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="0d6e5fae0bd1cc0fa4a7352f055b23316720b8e8902091c7ac57557b42665518"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.0.0.15/aerospike-server-community_7.0.0.15_tools-10.2.1_ubuntu22.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="41b417ebba7908f1917de08e82e9002719973021a290bbf8b69f0e89e9cfa7f0"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.6/aerospike-server-community_7.1.0.6_tools-11.0.2_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="d7653c9780f64b7d05b092385b609003b5faf11f7c57cae96c33dd1462bfec3a"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.6/aerospike-server-community_7.1.0.6_tools-11.0.2_ubuntu22.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="04328038169f4a8009123cf6fe5c636d78d71d5e1c0f5688f80a6821a92fc7b2"

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="7.0.0.15" \
org.opencontainers.image.version="7.1.0.6" \
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.0.0.15/aerospike-server-enterprise_7.0.0.15_tools-10.2.1_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="60a2ac264ea1fb35318298a91dd2ac668e12b29959cdba59483978f9b4b28011"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.0.0.15/aerospike-server-enterprise_7.0.0.15_tools-10.2.1_ubuntu22.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="feb8b6756fd88c722db37b9e62700fc2aa882c84360da1349d66e2fc7bfa72a5"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.6/aerospike-server-enterprise_7.1.0.6_tools-11.0.2_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="a9c6cee762efe92151117166da89c82637bb82aad80bffeb2972827e7581e23a"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.6/aerospike-server-enterprise_7.1.0.6_tools-11.0.2_ubuntu22.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="148b362f1bd829aabf9e76525c2d9f7fc7ba07e9f43d293b9907f09acb8e7e4d"

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="7.0.0.15" \
org.opencontainers.image.version="7.1.0.6" \
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.0.0.15/aerospike-server-federal_7.0.0.15_tools-10.2.1_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="603371e63cd96547847fdc6cdf3503bb49738a52761662a2ea8791b124d154c8"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/7.1.0.6/aerospike-server-federal_7.1.0.6_tools-11.0.2_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="6a3b090d1fa6855c58aa96bf1c506571c6fcddef9c8e91ffd1bb752777adb1e0"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""

Expand Down

0 comments on commit fae2f09

Please sign in to comment.