Skip to content

Commit

Permalink
6.1.0.18_1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinh-spike committed Jul 26, 2023
1 parent 2ffc501 commit 0d7674e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ group "test" {
}

target "enterprise_debian11_amd64" {
tags=["aerospike/aerospike-server-enterprise-amd64:6.0.0.20", "aerospike/aerospike-server-enterprise-amd64:latest"]
tags=["aerospike/aerospike-server-enterprise-amd64:6.1.0.18", "aerospike/aerospike-server-enterprise-amd64:latest"]
platforms=["linux/amd64"]
context="./enterprise/debian11"
}

target "federal_debian11_amd64" {
tags=["aerospike/aerospike-server-federal-amd64:6.0.0.20", "aerospike/aerospike-server-federal-amd64:latest"]
tags=["aerospike/aerospike-server-federal-amd64:6.1.0.18", "aerospike/aerospike-server-federal-amd64:latest"]
platforms=["linux/amd64"]
context="./federal/debian11"
}

target "community_debian11_amd64" {
tags=["aerospike/aerospike-server-community-amd64:6.0.0.20", "aerospike/aerospike-server-community-amd64:latest"]
tags=["aerospike/aerospike-server-community-amd64:6.1.0.18", "aerospike/aerospike-server-community-amd64:latest"]
platforms=["linux/amd64"]
context="./community/debian11"
}
Expand All @@ -38,19 +38,19 @@ group "push" {
}

target "enterprise_debian11" {
tags=["aerospike/aerospike-server-enterprise:6.0.0.20", "aerospike/aerospike-server-enterprise:6.0.0.20_1"]
tags=["aerospike/aerospike-server-enterprise:6.1.0.18", "aerospike/aerospike-server-enterprise:6.1.0.18_1"]
platforms=["linux/amd64"]
context="./enterprise/debian11"
}

target "federal_debian11" {
tags=["aerospike/aerospike-server-federal:6.0.0.20", "aerospike/aerospike-server-federal:6.0.0.20_1"]
tags=["aerospike/aerospike-server-federal:6.1.0.18", "aerospike/aerospike-server-federal:6.1.0.18_1"]
platforms=["linux/amd64"]
context="./federal/debian11"
}

target "community_debian11" {
tags=["aerospike/aerospike-server:6.0.0.20", "aerospike/aerospike-server:6.0.0.20_1"]
tags=["aerospike/aerospike-server:6.1.0.18", "aerospike/aerospike-server:6.1.0.18_1"]
platforms=["linux/amd64"]
context="./community/debian11"
}
Expand Down
4 changes: 2 additions & 2 deletions community/debian11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ FROM debian:bullseye-slim
# 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.0.0.20/aerospike-server-community-6.0.0.20-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="cecf01b311ba261d08c917116c2ad285ebf9f6cec43eaf1c6d222353061cb7fd"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-community/6.1.0.18/aerospike-server-community-6.1.0.18-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="f3bf00fc61b52bc04b4331541e2fe4523b186fc6ab9f8ffe8d9a75e8a9820e7e"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""

Expand Down
4 changes: 2 additions & 2 deletions enterprise/debian11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ FROM debian:bullseye-slim
# 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.0.0.20/aerospike-server-enterprise-6.0.0.20-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="d64ada83be36753a3dd94fdf374d5193c0dab01ae059545d0496e6fb09866814"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-enterprise/6.1.0.18/aerospike-server-enterprise-6.1.0.18-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="5e74f75f4745b3531675fbf39ed91ee2ba63520b633ddd79170662a24f7825a2"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""

Expand Down
4 changes: 2 additions & 2 deletions federal/debian11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ FROM debian:bullseye-slim
# 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.0.0.20/aerospike-server-federal-6.0.0.20-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="8da6ee1205fb60781759d1819dccfb2f76f6d89b525fe18ce5a5c141cc6c9fcb"
ARG AEROSPIKE_X86_64_LINK="https://artifacts.aerospike.com/aerospike-server-federal/6.1.0.18/aerospike-server-federal-6.1.0.18-debian11.tgz"
ARG AEROSPIKE_SHA_X86_64="11f6dd9c4d9d3a416995c940d4e1717213e089bc23c66a94335390943a0ed6ba"
ARG AEROSPIKE_AARCH64_LINK=""
ARG AEROSPIKE_SHA_AARCH64=""

Expand Down

0 comments on commit 0d7674e

Please sign in to comment.