Skip to content

Commit

Permalink
Use ubuntu:20.04 as base image for 5.7.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinh-spike committed Apr 24, 2024
1 parent a62e3db commit 3f06e70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bake.hcl
Expand Up @@ -10,16 +10,16 @@
#------------------------------------ test -----------------------------------

group "test" {
targets=["enterprise_ubuntu20.04_amd64", "community_ubuntu20.04_amd64"]
targets=["enterprise_ubuntu20-04_amd64", "community_ubuntu20-04_amd64"]
}

target "enterprise_ubuntu20.04_amd64" {
target "enterprise_ubuntu20-04_amd64" {
tags=["aerospike/aerospike-server-enterprise-amd64:5.7.0.31"]
platforms=["linux/amd64"]
context="./enterprise/ubuntu20.04"
}

target "community_ubuntu20.04_amd64" {
target "community_ubuntu20-04_amd64" {
tags=["aerospike/aerospike-server-community-amd64:5.7.0.31"]
platforms=["linux/amd64"]
context="./community/ubuntu20.04"
Expand All @@ -28,16 +28,16 @@ target "community_ubuntu20.04_amd64" {
#------------------------------------ push -----------------------------------

group "push" {
targets=["enterprise_ubuntu20.04", "community_ubuntu20.04"]
targets=["enterprise_ubuntu20-04", "community_ubuntu20-04"]
}

target "enterprise_ubuntu20.04" {
target "enterprise_ubuntu20-04" {
tags=["aerospike/aerospike-server-enterprise:5.7.0.31", "aerospike/aerospike-server-enterprise:5.7.0.31_3"]
platforms=["linux/amd64"]
context="./enterprise/ubuntu20.04"
}

target "community_ubuntu20.04" {
target "community_ubuntu20-04" {
tags=["aerospike/aerospike-server:5.7.0.31", "aerospike/aerospike-server:5.7.0.31_3"]
platforms=["linux/amd64"]
context="./community/ubuntu20.04"
Expand Down

0 comments on commit 3f06e70

Please sign in to comment.