Skip to content

Commit 087aeec

Browse files
committed
add Knots v29.3.knots20260210
1 parent 2ac45f8 commit 087aeec

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
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"
@@ -85,8 +86,9 @@ jobs:
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

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4248
The binaries contained in these images are built automatically from source using GitHub actions, but they are not deterministic.

docker-bake.hcl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,16 @@ variable "RUNNER" {
2020

2121
variable "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
}

0 commit comments

Comments
 (0)