Skip to content

Releases: PaskLab/cardano-docker

9.2.1 Improved db-sync support

24 Oct 11:45
592972f
Compare
Choose a tag to compare

Added support for db-sync snapshot.
Updated docs.

Support for node 9.2

29 Sep 19:33
85f0c3d
Compare
Choose a tag to compare

Images files reduced by 90% using multistage build.
Dockerfile refactored and updated.
Db-Sync build fixed. Standard lib sodium was installed along the custom one, which causing the build to use the wrong one.

8.7.3.1 Fix - Support for node 8.7.3

31 Jan 22:28
ff75ad6
Compare
Choose a tag to compare

Removed '-qa' RTS flag causing issue with latest node release.
Changed google domain dynamic DNS support for Cloudflare since Squarespace doesn't support dynamic dns.

What's Changed

Support for node 8.7.3

19 Jan 19:25
902592b
Compare
Choose a tag to compare
  • GHC updated to version 9.6.4
  • LLVM updated to version 14
  • Updated docs
  • cardano-cli version branched from cardano-node version number
  • Cabal build all doesn't work anymore, explicitly target item to build

Cardano Submit API support

10 Feb 20:38
19525d0
Compare
Choose a tag to compare
  • Added Dockerfile for Cardano-Submit-API support.
  • Updated docker-compose.yaml to support cardano-submit.
  • Updated README.md to gives submit container build guidance.

Build dependencies update

12 Nov 20:38
54a0ec6
Compare
Choose a tag to compare

GHC updated to support cardano-node 1.35.4 requirements.

  • Updated ghcup to v0.1.18.0
  • Updated GHC to V8.10.7
  • Updated cabal to v3.6.2.0

Network isolation & cardano-node 1.35.3 build support

19 Aug 19:06
f956e84
Compare
Choose a tag to compare

Support have been added to run multiples nodes & bp in network isolation on a single host machine.
Dockerfiles dependencies updated to support build of cardano-node 1.35.3.
Documentation reviewed to reflect container operation changes.

Release changes:

  • [Breaking change]: port.txt file removed in configuration, use environment var PUBLIC_PORT instead.
  • docker-compose.yamlfiles updated to support multiple node and network isolation.
  • Prometheus & Grafana configuration updated
  • Dependencies updated to build cardano-node 1.35.3 (Vasil HFC).
  • Docker-compose json log size limit reduced.
  • Change to launch scripts RTS flags.

Upgrade to GHC 8.10.4 with native ARM support

28 Mar 15:16
b80a440
Compare
Choose a tag to compare

Dockerfiles now rely on GHCUP 0.1.14 instead of cross-compilation to setup the GHC environment.
As a side effect, the cardano_env image building time as been speeded up by an exponential factor..!

Release changes :

  • Upgrade to cabal 3.4 and GHC 8.10.4 with native ARM support
  • Documentation improvement to fit some changes in docker-compose.yaml file.
  • Grafana dashboard upgrade to support cardano-node version 1.25.1 EKG parameters name change.
  • Added multithread RTS flag in startup scripts.
  • Revert docker-compose logs from journald to json-files.
  • Fix parameter name in topologyUpdater to fit cardano_node 1.26.1 new naming
  • Removed necessity of duplicating shelley-genesis.json to genesis.json file.

Minor improvement

06 Feb 23:57
8ccaf8b
Compare
Choose a tag to compare

Cardano database is now using a bind volume to allow easier access from outside the container.
Runtime flag as been added to allow the node to make use of all cpu core available on RPI4.
Docker logs driver as been change to json-file to allow easier search for fault.

First release

28 Dec 18:58
e7453a2
Compare
Choose a tag to compare
  • ARM architecture support for cardano node with IOHK custom GHC build
  • Fix prometheus persistent data issue
  • Fix SIGINT propagation on start scripts to ensure proper cardano-node shutdown and quick restart.