Skip to content

Commit

Permalink
7.1.0.0_1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinh-spike committed May 15, 2024
1 parent d40ea8c commit af847cb
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.9", "aerospike/aerospike-server-enterprise-amd64:latest"]
tags=["aerospike/aerospike-server-enterprise-amd64:7.1.0.0", "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.9", "aerospike/aerospike-server-enterprise-arm64:latest"]
tags=["aerospike/aerospike-server-enterprise-arm64:7.1.0.0", "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.9", "aerospike/aerospike-server-federal-amd64:latest"]
tags=["aerospike/aerospike-server-federal-amd64:7.1.0.0", "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.9", "aerospike/aerospike-server-community-amd64:latest"]
tags=["aerospike/aerospike-server-community-amd64:7.1.0.0", "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.9", "aerospike/aerospike-server-community-arm64:latest"]
tags=["aerospike/aerospike-server-community-arm64:7.1.0.0", "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.9", "aerospike/aerospike-server-enterprise:7.0.0.9_2", "aerospike/aerospike-server-enterprise:latest"]
tags=["aerospike/aerospike-server-enterprise:7.1.0.0", "aerospike/aerospike-server-enterprise:7.1.0.0_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.9", "aerospike/aerospike-server-federal:7.0.0.9_2", "aerospike/aerospike-server-federal:latest"]
tags=["aerospike/aerospike-server-federal:7.1.0.0", "aerospike/aerospike-server-federal:7.1.0.0_1", "aerospike/aerospike-server-federal:latest"]
platforms=["linux/amd64"]
context="./federal/ubuntu22.04"
}

target "community_ubuntu22-04" {
tags=["aerospike/aerospike-server:7.0.0.9", "aerospike/aerospike-server:7.0.0.9_2", "aerospike/aerospike-server:latest"]
tags=["aerospike/aerospike-server:7.1.0.0", "aerospike/aerospike-server:7.1.0.0_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.9" \
org.opencontainers.image.version="7.1.0.0" \
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.9/aerospike-server-community_7.0.0.9_tools-10.2.1_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="2340856f5429fa5b70bd66899e45d2846ceb2361729881a61726e71ea1b79e8c"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.0.0.9/aerospike-server-community_7.0.0.9_tools-10.2.1_ubuntu22.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="b4a302fa9eebca18d19af67ba617f5d9de3e1c3e07e3a3cc77892de051f19b76"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.0/aerospike-server-community_7.1.0.0_tools-11.0.0_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="11d29cf9a1ceff7bfa6123aafabdf9e571fa0a198cab2f3fda2591a3dcab0e36"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-community/7.1.0.0/aerospike-server-community_7.1.0.0_tools-11.0.0_ubuntu22.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="e74b09c59039e781c6cd387ba37ca10649f482db71ffe1b071e2faf9acded1f0"

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.9" \
org.opencontainers.image.version="7.1.0.0" \
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.9/aerospike-server-enterprise_7.0.0.9_tools-10.2.1_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="361b67b78256f2e0fa270a30e03cdb68f70f0986969b4051cbc8a37809552a46"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.0.0.9/aerospike-server-enterprise_7.0.0.9_tools-10.2.1_ubuntu22.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="0fe5f9678c6c70fdda3965022f2387a85e8b0725cc21d49137e623ad2147923a"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.0/aerospike-server-enterprise_7.1.0.0_tools-11.0.0_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="db6b69aa3e4a39ae6ec9f23845f98bfc12a2cb40672648f860cbc88e9ebc1999"
ARG AEROSPIKE_AARCH64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/7.1.0.0/aerospike-server-enterprise_7.1.0.0_tools-11.0.0_ubuntu22.04_aarch64.tgz"
ARG AEROSPIKE_SHA_AARCH64="2d253419b4c7a8b7a4b7416d22fbfdc46ee1e25df9c1d75ce38d3be0f62b5a53"

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.9" \
org.opencontainers.image.version="7.1.0.0" \
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.9/aerospike-server-federal_7.0.0.9_tools-10.2.1_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="f234968312848420afe3d6b25d4a8ac45fe88c403908825498d584edb23e4747"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/7.1.0.0/aerospike-server-federal_7.1.0.0_tools-11.0.0_ubuntu22.04_x86_64.tgz"
ARG AEROSPIKE_SHA_X86_64="cb1012155d9630d162e89016d16870723f2d81894f8b79fb104c806aae3ac8f8"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""

Expand Down

0 comments on commit af847cb

Please sign in to comment.