Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/push_release_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Set container image tags
# Set the tags for the {container}-{version} and {container}
# For example: ':alpine-v2.0.0' and ':alpine'
# For example: ':alpine-v2.1.0' and ':alpine'
run: |
TAGS="${{ env.DOCKERHUB_REPO }}:${{ matrix.container }}-${{ env.NODEBUILDER_VERSION }}"
TAGS="${TAGS},${{ env.DOCKERHUB_REPO }}:${{ matrix.container }}"
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
# Push if the CI run isn't from a beta prerelease
push: ${{ !github.event.release.prerelease }}
# Set the tags for the ubuntu-{version}, ubuntu, {version}, and latest
# For example, ':ubuntu-v2.0.0', ':ubuntu', ':v2.0.0', and ':latest'
# For example, ':ubuntu-v2.1.0', ':ubuntu', ':v2.1.0', and ':latest'
tags: |
${{ env.DOCKERHUB_REPO }}:${{ env.DEFAULT_IMAGE }}-${{ needs.build-and-push.outputs.nodebuilder-version }}
${{ env.DOCKERHUB_REPO }}:${{ env.DEFAULT_IMAGE }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Run a secure Bitcoin Core node with ease.
Copy-paste the following command into Terminal:

```sh
sh -c "$(curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v2.0.0/nodebuilder)"
sh -c "$(curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v2.1.0/nodebuilder)"
```

[![Supports: Docker](https://img.shields.io/badge/supports-Docker-blue.svg?logo=docker)](https://docs.docker.com)
Expand Down Expand Up @@ -41,13 +41,13 @@ sh -c "$(curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v2.0.0/node
As mentioned above, start the script from the command line. Open Terminal and run:

```sh
sh -c "$(curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v2.0.0/nodebuilder)"
sh -c "$(curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v2.1.0/nodebuilder)"
```

Or download the script to your local system, set permissions, and run it:

```sh
wget https://github.com/bitcoin-tools/nodebuilder/raw/v2.0.0/nodebuilder
wget https://github.com/bitcoin-tools/nodebuilder/raw/v2.1.0/nodebuilder
chmod u+x nodebuilder
./nodebuilder
```
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ubuntu:latest@sha256:353675e2a41babd526e2b837d7ec780c2a05bca0164f7ea5dbbd43
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v2.0.0
ARG NODEBUILDER_VERSION=v2.1.0

# Define the nodebuilder URL.
ARG NODEBUILDER_URL=https://github.com/bitcoin-tools/nodebuilder/raw/${NODEBUILDER_VERSION}/nodebuilder
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_alpine
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM alpine:latest@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v2.0.0
ARG NODEBUILDER_VERSION=v2.1.0

# Define the nodebuilder URL.
ARG NODEBUILDER_URL=https://github.com/bitcoin-tools/nodebuilder/raw/${NODEBUILDER_VERSION}/nodebuilder
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_amazonlinux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM amazonlinux:latest@sha256:b0737d724480361f137d428136721fff45f56792d650f4675
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v2.0.0
ARG NODEBUILDER_VERSION=v2.1.0

# Define the nodebuilder URL.
ARG NODEBUILDER_URL=https://github.com/bitcoin-tools/nodebuilder/raw/${NODEBUILDER_VERSION}/nodebuilder
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_archlinux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM archlinux:latest@sha256:2eb1a56a6036b1f70e63ca714814fe304a8f20d29ab425b4f05
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v2.0.0
ARG NODEBUILDER_VERSION=v2.1.0

# Define the nodebuilder URL.
ARG NODEBUILDER_URL=https://github.com/bitcoin-tools/nodebuilder/raw/${NODEBUILDER_VERSION}/nodebuilder
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_debian
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM debian:stable-slim@sha256:0c80836db6d5bd1f89ed3c1300bbd888fc8a415130a52fd86
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v2.0.0
ARG NODEBUILDER_VERSION=v2.1.0

# Define the nodebuilder URL.
ARG NODEBUILDER_URL=https://github.com/bitcoin-tools/nodebuilder/raw/${NODEBUILDER_VERSION}/nodebuilder
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_fedora
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM fedora:latest@sha256:cf907e6a54b0ffd3275e03745b4914e748e69c352810918493ca91
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v2.0.0
ARG NODEBUILDER_VERSION=v2.1.0

# Define the nodebuilder URL.
ARG NODEBUILDER_URL=https://github.com/bitcoin-tools/nodebuilder/raw/${NODEBUILDER_VERSION}/nodebuilder
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_gentoo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM gentoo/stage3:latest@sha256:bdb137fa88fbb08a19c23fbca1fccfc9fe7ee0727976deb
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v2.0.0
ARG NODEBUILDER_VERSION=v2.1.0

# Define the nodebuilder URL.
ARG NODEBUILDER_URL=https://github.com/bitcoin-tools/nodebuilder/raw/${NODEBUILDER_VERSION}/nodebuilder
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_kali
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM kalilinux/kali-last-release@sha256:99ce6c34374cf5a3ead73dd63b0ced9629f7e31a
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v2.0.0
ARG NODEBUILDER_VERSION=v2.1.0

# Define the nodebuilder URL.
ARG NODEBUILDER_URL=https://github.com/bitcoin-tools/nodebuilder/raw/${NODEBUILDER_VERSION}/nodebuilder
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_manjarolinux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM manjarolinux/base:latest@sha256:5d964e9706214a776dfe219d462c550b51b6251501b
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v2.0.0
ARG NODEBUILDER_VERSION=v2.1.0

# Define the nodebuilder URL.
ARG NODEBUILDER_URL=https://github.com/bitcoin-tools/nodebuilder/raw/${NODEBUILDER_VERSION}/nodebuilder
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM opensuse/leap:16.0@sha256:859560554b625c225fa767b76d61253d529b95d082c2d6857
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v2.0.0
ARG NODEBUILDER_VERSION=v2.1.0

# Define the nodebuilder URL.
ARG NODEBUILDER_URL=https://github.com/bitcoin-tools/nodebuilder/raw/${NODEBUILDER_VERSION}/nodebuilder
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_oraclelinux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM oraclelinux:10@sha256:40e0e27286a4c790fdd37029cfbef222807975d9d714deba0dfad
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v2.0.0
ARG NODEBUILDER_VERSION=v2.1.0

# Define the nodebuilder URL.
ARG NODEBUILDER_URL=https://github.com/bitcoin-tools/nodebuilder/raw/${NODEBUILDER_VERSION}/nodebuilder
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_redhat-ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM redhat/ubi9:latest@sha256:dbc1e98d14a022542e45b5f22e0206d3f86b5bdf237b58ee7
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v2.0.0
ARG NODEBUILDER_VERSION=v2.1.0

# Define the nodebuilder URL.
ARG NODEBUILDER_URL=https://github.com/bitcoin-tools/nodebuilder/raw/${NODEBUILDER_VERSION}/nodebuilder
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_rockylinux
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM rockylinux:9@sha256:d7be1c094cc5845ee815d4632fe377514ee6ebcf8efaed689288965
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v2.0.0
ARG NODEBUILDER_VERSION=v2.1.0

# Define the nodebuilder URL.
ARG NODEBUILDER_URL=https://github.com/bitcoin-tools/nodebuilder/raw/${NODEBUILDER_VERSION}/nodebuilder
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_sles
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM registry.suse.com/suse/sle15:latest@sha256:b06bd8602d8c4dbb7e92574af200762e
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v2.0.0
ARG NODEBUILDER_VERSION=v2.1.0

# Define the nodebuilder URL.
ARG NODEBUILDER_URL=https://github.com/bitcoin-tools/nodebuilder/raw/${NODEBUILDER_VERSION}/nodebuilder
Expand Down
4 changes: 2 additions & 2 deletions nodebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ print_usage()

print_version()
{
printf '%s\n' 'nodebuilder 2.0.0'
printf '%s\n' 'nodebuilder 2.1.0'
printf '%s\n' 'Copyright (C) 2025 bitcoin-tools/nodebuilder developers'
printf '%s\n' 'License: MIT-0. Details at: https://opensource.org/licenses/MIT-0'
printf '%s\n' 'For support, visit: https://github.com/bitcoin-tools/nodebuilder'
Expand Down Expand Up @@ -1646,7 +1646,7 @@ readonly TARGET_OPERATING_SYSTEM_RELEASE

readonly BITCOIN_CORE_REPO='https://github.com/bitcoin/bitcoin'
readonly NODEBUILDER_REPO='https://github.com/bitcoin-tools/nodebuilder'
readonly NODEBUILDER_DEPENDENCIES_TAG='master'
readonly NODEBUILDER_DEPENDENCIES_TAG='v2.1.0'
readonly DEPENDENCIES_BASE_URL="${NODEBUILDER_REPO}/raw/${NODEBUILDER_DEPENDENCIES_TAG}/resources/dependencies"

if [ "${TARGET_KERNEL}" = 'NetBSD' ] && is_running_in_ci; then
Expand Down