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

Filter by extension

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 @@ -52,7 +52,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-v1.9.0' and ':alpine'
# For example: ':alpine-v1.9.1' and ':alpine'
run: |
TAGS="${{ env.DOCKERHUB_REPO }}:${{ matrix.container }}-${{ env.NODEBUILDER_VERSION }}"
TAGS="${TAGS},${{ env.DOCKERHUB_REPO }}:${{ matrix.container }}"
Expand Down Expand Up @@ -100,7 +100,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-v1.9.0', ':ubuntu', ':v1.9.0', and ':latest'
# For example, ':ubuntu-v1.9.1', ':ubuntu', ':v1.9.1', 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/v1.9.0/nodebuilder)"
sh -c "$(curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v1.9.1/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/v1.9.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/v1.9.0/nodebuilder)"
sh -c "$(curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v1.9.1/nodebuilder)"
```

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

```sh
wget https://github.com/bitcoin-tools/nodebuilder/raw/v1.9.0/nodebuilder
wget https://github.com/bitcoin-tools/nodebuilder/raw/v1.9.1/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:8a37d68f4f73ebf3d4efafbcf66379bf3728902a8038616808f04e
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367eff
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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:03b398175f863675186c1a8b38f45d702c5ff0c0faa3a3de9
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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:dbcf6a01a24a56c96b179d40f2425fd257f58e6ff8c5c54c1aa
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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_clearlinux
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM clearlinux:latest@sha256:322dd6e628fbb959041466f8e248f2accfd41729af38798800
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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:64bc71feaa7ec2ac758a6a3a37c0f0d6ebccf0a45e3f5af1f
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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:b7b4b222c2a433e831c006a49a397009640cc30e097824410a35b1
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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:b4a39178b2553a2b2abaab3d1736284f1b8c7aff4511106
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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:12370bd75f8c05a62f2a98808a06651e1cb79307
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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:09305fbab9153a29b70f03ec34b3a38594258c2110b
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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-leap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM opensuse/leap:latest@sha256:b92aba5f8413624d1a4b671dff4858e454fcbe5e38dff18
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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-tumbleweed
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM opensuse/tumbleweed:latest@sha256:a652cd7c683a28951d7238a686edbfa5bdbc04135
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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:9@sha256:db7bef5906849304bf7a94ae73026c12425fa0c3d2a788166117d4
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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:7575b6e3cc492f856daf8c43f30692d8f5fcd5b7077806dba
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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:887c83266ee8ae4a83c215974a814abb
ENV TERM=xterm

# Define the default version of nodebuilder or pass in a different version (eg master) as an argument.
ARG NODEBUILDER_VERSION=v1.9.0
ARG NODEBUILDER_VERSION=v1.9.1

# 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 @@ -1280,7 +1280,7 @@ print_usage()

print_version()
{
printf '%s\n' 'nodebuilder 1.9.0'
printf '%s\n' 'nodebuilder 1.9.1'
printf '%s\n' 'Copyright (C) 2024 bitcoin-tools/nodebuilder developers'
printf '%s\n' 'License: MIT-0. Details at: https://opensource.org/licenses/MIT'
printf '%s\n' 'For support, visit: https://github.com/bitcoin-tools/nodebuilder'
Expand Down Expand Up @@ -1449,7 +1449,7 @@ TARGET_OPERATING_SYSTEM="$(get_operating_system)" && readonly TARGET_OPERATING_S

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

case "${TARGET_KERNEL}" in
Expand Down