We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf4ca0 commit 881ac23Copy full SHA for 881ac23
compose/testnets/cardano_node_10.4.1/docker-compose.yaml
@@ -14,9 +14,12 @@ x-tracer-base: &tracerbase
14
restart: on-failure
15
build:
16
context: "../../tracer/"
17
- dockerfile: "Dockerfile.compiled"
+ # ideally we would like to use a precompiled version of the tracer
18
+ # but unfortunately it's not yet packaged in archives
19
+ # https://github.com/IntersectMBO/cardano-node/issues/6228
20
+ dockerfile: "Dockerfile"
21
args:
- CARDANO_NODE_VERSION: "10.4.1"
22
+ CARDANO_NODE_REF: "10.4.1"
23
24
x-env: &env
25
POOL_ID: "0" # Placeholder required for override
0 commit comments