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
rename releases to all
psychedeli.ca
2 months ago
01623cf6
a4bd85cf
verified
This commit was signed with the committer's
known signature
.
psychedeli.ca
SSH Key Fingerprint:
SHA256:lxA4UZo3m7mVMluMNbOrpavEOBPMDc7Vh521+i80n50=
+2
-2
2 changed files
expand all
collapse all
unified
split
docker-bake.hcl
readme.md
+1
-1
docker-bake.hcl
···
32
32
tags = ["tngl/spindle:edge"]
33
33
}
34
34
35
35
-
target "releases" {
35
35
+
target "all" {
36
36
name = "${APP}-${replace(TAG, ".", "-")}"
37
37
context = "."
38
38
matrix = {
+1
-1
readme.md
···
50
50
You can also build all tagged releases:
51
51
52
52
```sh
53
53
-
docker bake releases
53
53
+
docker bake all
54
54
```
55
55
56
56
By default it will also create a `git` / `spindle` user with user and group ID 1000:1000,