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 VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This list outlines all software versions used in the Cardano Ignite project.
|Blockfrost |Binary |4.1.2 |https://github.com/blockfrost/blockfrost-backend-ryo/releases |
|Cardano CLI |Binary/Source |10.11.1.0 |https://github.com/IntersectMBO/cardano-cli/releases |
|Cardano DB Sync |Binary |13.6.0.4 |https://github.com/IntersectMBO/cardano-db-sync/releases |
|Cardano Node |Binary/Source |10.4,1,10.5.1 |https://github.com/IntersectMBO/cardano-node/releases |
|Cardano TX Generator |Source |10.4.1,10.5.1 |https://github.com/IntersectMBO/cardano-node/releases |
|Cardano Node |Binary/Source |10.5.3 |https://github.com/IntersectMBO/cardano-node/releases |
|Cardano TX Generator |Source |10.5.3 |https://github.com/IntersectMBO/cardano-node/releases |
|CoreDNS |Image |1.12.2 |https://hub.docker.com/r/coredns/coredns/tags |
|Grafana |Image |12.1.0 |https://hub.docker.com/r/grafana/grafana/tags |
|Loki |Image |3.5.3 |https://hub.docker.com/r/grafana/loki/tags |
Expand Down
2 changes: 1 addition & 1 deletion cardano-node/Dockerfile.binary
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ${TESTNET_BUILDER_IMAGE} AS testnet_builder

FROM docker.io/debian:stable-20250721-slim AS build

ARG CARDANO_NODE_VERSION="${CARDANO_NODE_VERSION:-10.4.1}"
ARG CARDANO_NODE_VERSION="${CARDANO_NODE_VERSION:-10.5.3}"
ARG NODE_EXPORTER_VERSION="${NODE_EXPORTER_VERSION:-1.9.1}"
ARG PROCESS_EXPORTER_VERSION="${PROCESS_EXPORTER_VERSION:-0.8.7}"

Expand Down
2 changes: 1 addition & 1 deletion cardano-node/Dockerfile.source
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN cabal update && \

# cardano-node

ARG CARDANO_NODE_REF="${CARDANO_NODE_REF:-10.4.1}"
ARG CARDANO_NODE_REF="${CARDANO_NODE_REF:-10.5.3}"
ARG CARDANO_NODE_REPO="${CARDANO_NODE_REPO:-https://github.com/IntersectMBO/cardano-node.git}"

WORKDIR /usr/local/src
Expand Down
2 changes: 1 addition & 1 deletion haskell-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BASE_IMAGE=docker.io/debian:stable-20250721-slim
FROM ${BASE_IMAGE} AS haskell-builder

# ── Common ARGs (keep the defaults from the originals) ──
ARG BLST_VERSION="${BLST_VERSION:-0.3.11}"
ARG BLST_VERSION="${BLST_VERSION:-0.3.14}"
ARG JOBS="${JOBS:-8}"
ARG LIBSODIUM_VERSION="${LIBSODIUM_VERSION:-dbb48cc}"
ARG SECP256K1_VERSION="${SECP256K1_VERSION:-ac83be33}"
Expand Down
2 changes: 1 addition & 1 deletion sidecar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM docker.io/debian:stable-20250721-slim AS build

ARG CARDANO_CLI_VERSION="10.5.0.0"
ARG CARDANO_CLI_VERSION="10.11.1.0"
ARG PROCESS_EXPORTER_VERSION="${PROCESS_EXPORTER_VERSION:-0.8.7}"

ENV TZ="UTC"
Expand Down
4 changes: 2 additions & 2 deletions testnets/global_network/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Description

Global testnet with pre-compiled cardano-node version 10.4.1.
Global testnet with pre-compiled or compiled cardano-node version 10.5.3.

## Cardano-Node

- **Version**: 10.4.1
- **Version**: 10.5.3
- **Branch**: -
- **Binary/Source**: Binary

Expand Down
4 changes: 2 additions & 2 deletions testnets/global_network/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ x-base: &base
# Binary version
#dockerfile: "cardano-node/Dockerfile.binary"
#args:
# CARDANO_NODE_VERSION: "10.5.1"
# CARDANO_NODE_VERSION: "10.5.3"

# Source version
dockerfile: "cardano-node/Dockerfile.source"
args:
CARDANO_NODE_REF: "10.5.1"
CARDANO_NODE_REF: "10.5.3"

x-base_eu: &base_eu
<<: *base
Expand Down
4 changes: 2 additions & 2 deletions testnets/global_network_mixed_nodes/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Description

Global testnet with cardano-node version 10.5.1 and amaru nodes.
Global testnet with cardano-node version 10.5.3 and amaru nodes.
4 epochs of blocks is generated before the nodes starts.

## Cardano-Node

- **Version**: 10.5.1
- **Version**: 10.5.3
- **Branch**: -
- **Binary/Source**: Source

Expand Down
4 changes: 2 additions & 2 deletions testnets/global_network_mixed_nodes/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ x-base: &base
# Binary version
#dockerfile: "cardano-node/Dockerfile.binary"
#args:
# CARDANO_NODE_VERSION: "10.5.1"
# CARDANO_NODE_VERSION: "10.5.3"

# Source version
dockerfile: "cardano-node/Dockerfile.source"
args:
CARDANO_NODE_REF: "10.5.1"
CARDANO_NODE_REF: "10.5.3"

x-base_eu: &base_eu
<<: *base
Expand Down
4 changes: 2 additions & 2 deletions testnets/simple_mixed_consensus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Testing in-memory and disk-based UTXO HD.

## Cardano-Node

- **Version**: 10.4.1
- **Branch**: jordan/bump-dependencies-20250515
- **Version**: 10.5.3
- **Branch**: 10.5.3
- **Binary/Source**: Source

## Testnet
Expand Down
2 changes: 1 addition & 1 deletion testnets/simple_mixed_consensus/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ x-base: &base
context: "../../"
dockerfile: "cardano-node/Dockerfile.source"
args:
CARDANO_NODE_REF: "10.5.1"
CARDANO_NODE_REF: "10.5.3"

x-env: &env
POOL_ID: "0" # Placeholder required for override
Expand Down
2 changes: 1 addition & 1 deletion testnets/simple_mixed_nodes_source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Simple testnet with cardano-node and amaru built from source.

## Cardano-Node

- **Version**: 10.4.1
- **Version**: 10.5.3
- **Branch**: -
- **Binary/Source**: Source

Expand Down
2 changes: 1 addition & 1 deletion testnets/simple_mixed_nodes_source/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ x-base: &base
context: "../../"
dockerfile: "cardano-node/Dockerfile.source"
args:
CARDANO_NODE_REF: "10.5.1"
CARDANO_NODE_REF: "10.5.3"

x-env: &env
POOL_ID: "0" # Placeholder required for override
Expand Down
4 changes: 2 additions & 2 deletions testnets/simple_network_binary/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Description

Simple testnet with pre-compiled cardano-node version 10.4.1.
Simple testnet with pre-compiled cardano-node version 10.5.3.

## Cardano-Node

- **Version**: 10.4.1
- **Version**: 10.5.3
- **Branch**: -
- **Binary/Source**: Binary

Expand Down
2 changes: 1 addition & 1 deletion testnets/simple_network_binary/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ x-base: &base
context: "../../"
dockerfile: "cardano-node/Dockerfile.binary"
args:
CARDANO_NODE_VERSION: "10.4.1"
CARDANO_NODE_VERSION: "10.5.3"

x-env: &env
POOL_ID: "0" # Placeholder required for override
Expand Down
4 changes: 2 additions & 2 deletions testnets/simple_network_source/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Description

Simple testnet with pre-compiled cardano-node version 10.4.1.
Simple testnet with pre-compiled cardano-node version 10.5.3.

## Cardano-Node

- **Version**: 10.4.1
- **Version**: 10.5.3
- **Branch**: -
- **Binary/Source**: Source

Expand Down
2 changes: 1 addition & 1 deletion testnets/simple_network_source/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ x-base: &base
context: "../../"
dockerfile: "cardano-node/Dockerfile.source"
args:
CARDANO_NODE_REF: "10.4.1"
CARDANO_NODE_REF: "10.5.3"

x-env: &env
POOL_ID: "0" # Placeholder required for override
Expand Down
4 changes: 2 additions & 2 deletions testnets/single_pool_binary/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Description

Simple testnet with pre-compiled cardano-node version 10.5.1.
Simple testnet with pre-compiled cardano-node version 10.5.3.

## Cardano-Node

- **Version**: 10.5.1
- **Version**: 10.5.3
- **Branch**: -
- **Binary/Source**: Binary

Expand Down
2 changes: 1 addition & 1 deletion testnets/single_pool_binary/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ x-base: &base
context: "../../"
dockerfile: "cardano-node/Dockerfile.binary"
args:
CARDANO_NODE_VERSION: "10.4.1"
CARDANO_NODE_VERSION: "10.5.3"

x-env: &env
POOL_ID: "0" # Placeholder required for override
Expand Down
2 changes: 1 addition & 1 deletion yaci-store/Dockerfile.binary
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM ${TESTNET_BUILDER_IMAGE} AS testnet_builder

FROM docker.io/debian:stable-20250630-slim AS build

ARG CARDANO_NODE_VERSION="${CARDANO_NODE_VERSION:-10.4.1}"
ARG CARDANO_NODE_VERSION="${CARDANO_NODE_VERSION:-10.5.3}"
ARG NODE_EXPORTER_VERSION="${NODE_EXPORTER_VERSION:-1.9.1}"
ARG PROCESS_EXPORTER_VERSION="${PROCESS_EXPORTER_VERSION:-0.8.7}"
ARG YACI_STORE_VERSION="${YACI_STORE_VERSION:-2.0.0-beta3}"
Expand Down