Skip to content

Commit d3676df

Browse files
authored
Merge pull request #40 from willcl-ark/v29.0
2 parents 3d535b7 + 819811c commit d3676df

File tree

12 files changed

+9
-19
lines changed

12 files changed

+9
-19
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ on:
44
workflow_dispatch:
55
pull_request:
66
paths:
7-
- '26.2/**'
87
- '27.1/**'
98
- '28.1/**'
10-
- '29.0rc2/**'
9+
- '29.0/**'
1110

1211
jobs:
1312
build:
@@ -16,14 +15,8 @@ jobs:
1615
max-parallel: ${{ github.event_name == 'pull_request' && 8 || 1 }}
1716
matrix:
1817
version:
19-
- '26.2/alpine'
20-
- '26.2'
21-
- '27.1/alpine'
22-
- '27.1'
23-
- '28.1/alpine'
24-
- '28.1'
25-
- '29.0rc2/alpine'
26-
- '29.0rc2'
18+
- '29.0/alpine'
19+
- '29.0'
2720
fail-fast: true
2821
steps:
2922
- name: Checkout

29.0rc2/Dockerfile renamed to 29.0/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update -y \
88
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
99

1010
ARG TARGETPLATFORM
11-
ENV BITCOIN_VERSION=29.0rc2
11+
ENV BITCOIN_VERSION=29.0
1212
ENV SIGS_REPO_URL="https://github.com/bitcoin-core/guix.sigs.git"
1313
ENV SIGS_CLONE_DIR="guix.sigs"
1414
ENV TMPDIR="/tmp/bitcoin_verify_binaries"
@@ -41,7 +41,7 @@ ARG UID=101
4141
ARG GID=101
4242

4343
ENV BITCOIN_DATA=/home/bitcoin/.bitcoin
44-
ENV BITCOIN_VERSION=29.0rc2
44+
ENV BITCOIN_VERSION=29.0
4545
ENV PATH=/opt/bitcoin-${BITCOIN_VERSION}/bin:$PATH
4646

4747
RUN groupadd --gid ${GID} bitcoin \

29.0rc2/alpine/Dockerfile renamed to 29.0/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apk --no-cache add \
1818
sqlite-dev \
1919
zeromq-dev
2020

21-
ENV BITCOIN_VERSION=29.0rc2
21+
ENV BITCOIN_VERSION=29.0
2222
ENV BITCOIN_PREFIX=/opt/bitcoin-${BITCOIN_VERSION}
2323
ENV BITCOIN_SOURCE_DIR=/bitcoin/src
2424
ENV SIGS_REPO_URL="https://github.com/bitcoin-core/guix.sigs.git"
@@ -81,7 +81,7 @@ RUN apk --no-cache add \
8181
su-exec
8282

8383
ENV BITCOIN_DATA=/home/bitcoin/.bitcoin
84-
ENV BITCOIN_VERSION=29.0rc2
84+
ENV BITCOIN_VERSION=29.0
8585
ENV BITCOIN_PREFIX=/opt/bitcoin-${BITCOIN_VERSION}
8686
ENV PATH=/opt/bin:$PATH
8787

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,15 @@
2626

2727
## Tags
2828

29-
- `29.0rc2`, `29` ([29.0rc2/Dockerfile](https://github.com/willcl-ark/bitcoin-core-docker/blob/master/29.0rc2/Dockerfile)) [**multi-platform**]
30-
- `29.0rc2-alpine`, `29-alpine` ([29.0rc2/alpine/Dockerfile](https://github.com/willcl-ark/bitcoin-core-docker/blob/master/29.0rc2/alpine/Dockerfile))
29+
- `29.0`, `29` ([29.0/Dockerfile](https://github.com/willcl-ark/bitcoin-core-docker/blob/master/29.0/Dockerfile)) [**multi-platform**]
30+
- `29.0-alpine`, `29-alpine` ([29.0/alpine/Dockerfile](https://github.com/willcl-ark/bitcoin-core-docker/blob/master/29.0/alpine/Dockerfile))
3131

3232
- `28.1`, `28`, `latest` ([28.1/Dockerfile](https://github.com/willcl-ark/bitcoin-core-docker/blob/master/28.1/Dockerfile)) [**multi-platform**]
3333
- `28.1-alpine`, `28-alpine`, `alpine` ([28.1/alpine/Dockerfile](https://github.com/willcl-ark/bitcoin-core-docker/blob/master/28.1/alpine/Dockerfile))
3434

3535
- `27.1`, `27` ([27.1/Dockerfile](https://github.com/willcl-ark/bitcoin-core-docker/blob/master/27.1/Dockerfile)) [**multi-platform**]
3636
- `27.1-alpine`, `27-alpine` ([27.1/alpine/Dockerfile](https://github.com/willcl-ark/bitcoin-core-docker/blob/master/27.1/alpine/Dockerfile))
3737

38-
- `26.2`, `26`, ([26.2/Dockerfile](https://github.com/willcl-ark/bitcoin-core-docker/blob/master/26.2/Dockerfile)) [**multi-platform**]
39-
- `26.2-alpine`, `26-alpine` ([26.2/alpine/Dockerfile](https://github.com/willcl-ark/bitcoin-core-docker/blob/master/26.2/alpine/Dockerfile))
40-
4138
### Picking the right tag
4239

4340
> [!IMPORTANT]
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)