Skip to content

Commit

Permalink
chore(packages): cardano-config 20240702 (#265)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 authored Jul 2, 2024
1 parent c018fe9 commit c180f7b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions packages/cardano-config/cardano-config-20240702.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: cardano-config
version: 20240702
description: Configuration files for the Cardano node by Input Output Global
installSteps:
- docker:
containerName: cardano-configs
image: ghcr.io/blinklabs-io/cardano-configs:20240702-1
pullOnly: true
outputs:
- name: base
description: Path to the Cardano Node configuration files
value: '{{ .Paths.ContextDir }}/config'
postInstallScript: |
set -e
mkdir -p {{ .Paths.ContextDir }}/config
docker create --name {{ .Package.Name }}-{{ .Package.ShortName }} ghcr.io/blinklabs-io/cardano-configs:20240702-1 bash
docker cp {{ .Package.Name }}-{{ .Package.ShortName }}:/config/{{ .Context.Network }}/ {{ .Paths.ContextDir }}/config/
docker rm {{ .Package.Name }}-{{ .Package.ShortName }}
tags:
- docker
- linux
- darwin
- amd64
- arm64
2 changes: 1 addition & 1 deletion packages/cardano-node/cardano-node-8.9.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cardano-node
version: 8.9.3
description: Cardano node software by Input Output Global
dependencies:
- cardano-config >= 20240515
- cardano-config = 20240515
- cardano-cli >= 8.20
- mithril-client >= 0.8
installSteps:
Expand Down

0 comments on commit c180f7b

Please sign in to comment.