tangled
alpha
login
or
join now
psychedeli.ca
/
knot-docker
forked from
tangled.org/knot-docker
0
fork
atom
Community maintained Docker config for the knot server
0
fork
atom
overview
issues
pulls
pipelines
add docker bake config for building edge releases
psychedeli.ca
3 months ago
dba8ae02
eedeaec2
verified
This commit was signed with the committer's
known signature
.
psychedeli.ca
SSH Key Fingerprint:
SHA256:lxA4UZo3m7mVMluMNbOrpavEOBPMDc7Vh521+i80n50=
+19
1 changed file
expand all
collapse all
unified
split
docker-bake.hcl
+19
docker-bake.hcl
···
1
1
+
group "edge" {
2
2
+
targets = ["knot-edge", "spindle-edge"]
3
3
+
}
4
4
+
5
5
+
target "knot-edge" {
6
6
+
context = "."
7
7
+
args = {
8
8
+
TAG = "master"
9
9
+
}
10
10
+
tags = ["tngl/knot:edge"]
11
11
+
}
12
12
+
13
13
+
target "spindle-edge" {
14
14
+
context = "."
15
15
+
args = {
16
16
+
TAG = "master"
17
17
+
}
18
18
+
tags = ["tngl/spindle:edge"]
19
19
+
}