Skip to content

Commit a475c23

Browse files
Merge pull request #59 from flare-foundation/feature/bitcoin_30.0
bitcoin 30.0
2 parents a2e3c93 + c646f4b commit a475c23

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docker-compose-testnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
bitcoin:
33
container_name: bitcoin
4-
image: flarefoundation/bitcoin:29.1
4+
image: flarefoundation/bitcoin:30.0-dless
55
restart: on-failure:3
66
environment:
77
- TZ=Europe/London

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
bitcoin:
33
container_name: bitcoin
4-
image: flarefoundation/bitcoin:29.1
4+
image: flarefoundation/bitcoin:30.0-dless
55
restart: on-failure:3
66
environment:
77
- TZ=Europe/London

images/bitcoind/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.3-labs
2-
FROM debian:12@sha256:b6507e340c43553136f5078284c8c68d86ec8262b1724dde73c325e8d3dcdeba as build
2+
FROM debian:bookworm@sha256:93492d1405a072c9d3b89110490e330e0b7eb37754cafc9520908b7fe6873f5f as build
33

4-
ARG VERSION=v29.1
4+
ARG VERSION=v30.0
55

66
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
77

@@ -22,7 +22,7 @@ WORKDIR /opt/bitcoin
2222

2323
RUN <<-EOF
2424
set -e
25-
make -C depends/ -j $(getconf _NPROCESSORS_ONLN) NO_QT=1 NO_QR=1 NO_WALLET=1
25+
make -C depends/ -j $(getconf _NPROCESSORS_ONLN) NO_QT=1 NO_QR=1 NO_WALLET=1 NO_IPC=1
2626
cmake -B build \
2727
--toolchain /opt/bitcoin/depends/x86_64-pc-linux-gnu/toolchain.cmake \
2828
-DCMAKE_INSTALL_PREFIX=/opt/bitcoin/build/
@@ -33,7 +33,7 @@ EOF
3333

3434
RUN mkdir -p /opt/bitcoin/.bitcoin/db
3535

36-
FROM gcr.io/distroless/cc-debian12:nonroot@sha256:d1b8e4c52be1111aa108e959ef2a822299bb70fd1819dd250871a2601ca1e4b6 as final
36+
FROM gcr.io/distroless/cc-debian12:nonroot@sha256:189bd2ce1f7750193c2c10220d9201ba38c11e30fbb75b036606829fadbc81b1 as final
3737

3838
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
3939

images/bitcoind/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker build -t flarefoundation/bitcoin:29.1 .
1+
docker build -t flarefoundation/bitcoin:30.0-dless .

0 commit comments

Comments
 (0)