Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(packages): cardano-config 20240702 #265

Merged
merged 1 commit into from
Jul 2, 2024
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
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