Skip to content

Commit 7badde3

Browse files
committed
add new parsec version and remove unsupported periods from target names
1 parent 1e44b25 commit 7badde3

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

parsec-testcontainers/docker-bake.hcl

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group "default" {
2-
#targets = ["parsec", "parsec_0.7.0", "parsec_0.8.1"]
3-
targets = ["parsec_0.8.1", "nginx-test"]
2+
#targets = ["parsec", "parsec_0-7-0", "parsec_0-8-1", "parsec_1-4-1"]
3+
targets = ["parsec_1-4-1", "nginx-test"]
44
}
55
target "generic" {
66
context = "."
@@ -25,7 +25,17 @@ target "parsec" {
2525
"parallaxsecond/parsec:latest"
2626
]
2727
}
28-
target "parsec_0.8.1" {
28+
target "parsec_1-4-1" {
29+
inherits = ["parsec"]
30+
args = {
31+
PARSEC_BRANCH = "main"
32+
}
33+
tags = [
34+
"parallaxsecond/parsec:1.4.1"
35+
]
36+
}
37+
38+
target "parsec_0-8-1" {
2939
inherits = ["parsec"]
3040
args = {
3141
PARSEC_BRANCH = "0.8.1"
@@ -34,7 +44,7 @@ target "parsec_0.8.1" {
3444
"parallaxsecond/parsec:0.8.1"
3545
]
3646
}
37-
target "parsec_0.7.0" {
47+
target "parsec_0-7-0" {
3848
inherits = ["parsec"]
3949
args = {
4050
PARSEC_BRANCH = "0.7.0"

0 commit comments

Comments
 (0)