File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - { version: "29.1.knots20250903", context: "cmake" }
2424 - { version: "29.2.knots20251010", context: "cmake" }
2525 - { version: "29.2.knots20251110", context: "cmake" }
26+ - { version: "29.3.knots20260210", context: "cmake" }
2627 runner :
2728 - " ubuntu-24.04"
2829 - " ubuntu-24.04-arm"
8586 - " 29.1.knots20250903"
8687 - " 29.2.knots20251010"
8788 - " 29.2.knots20251110"
89+ - " 29.3.knots20260210"
8890 env :
89- LATEST_VERSION : " 29.2.knots20251110 "
91+ LATEST_VERSION : " 29.3.knots20260210 "
9092 steps :
9193 - uses : docker/setup-buildx-action@v3
9294 - uses : docker/login-action@v3
Original file line number Diff line number Diff line change @@ -30,13 +30,19 @@ services:
3030
3131* ` 1maa/bitcoin:latest`
3232* `1maa/bitcoin:signet-miner`
33+ * `1maa/bitcoin:v29.3.knots20260210`
3334* `1maa/bitcoin:v29.2.knots20251110`
3435* `1maa/bitcoin:v29.2.knots20251010`
3536* `1maa/bitcoin:v29.1.knots20250903`
3637* `1maa/bitcoin:v28.1.knots20250305`
3738* `1maa/bitcoin:v27.1.knots20240801`
3839
3940
41+ # # Other
42+
43+ * `1maa/bitcoin:v29.2.knots20251110-bip110-v0.1`
44+
45+
4046# # Deterministic Build Guide
4147
4248The binaries contained in these images are built automatically from source using GitHub actions, but they are not deterministic.
Original file line number Diff line number Diff line change @@ -20,15 +20,16 @@ variable "RUNNER" {
2020
2121variable "VERSION" {
2222 type = string
23- default = " 29.2.knots20251110 "
23+ default = " 29.3.knots20260210 "
2424 description = " Version of Knots to build"
2525 validation {
2626 condition = contains ([
2727 " 27.1.knots20240801" ,
2828 " 28.1.knots20250305" ,
2929 " 29.1.knots20250903" ,
3030 " 29.2.knots20251010" ,
31- " 29.2.knots20251110"
31+ " 29.2.knots20251110" ,
32+ " 29.3.knots20260210"
3233 ], VERSION)
3334 error_message = " Invalid value for 'VERSION' variable"
3435 }
You can’t perform that action at this time.
0 commit comments