Community maintained Docker config for the knot server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rename releases to all

authored by

Tom Scott and committed by
Bas van den Wollenberg
e358d6f7 32178049

+2 -2
+1 -1
docker-bake.hcl
··· 32 32 tags = ["tngl/spindle:edge"] 33 33 } 34 34 35 - target "releases" { 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 - docker bake releases 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,